There are two parts to weather processing: getting the data out of the
station, and storing it / making display pages / sending it to various
places. weewx does both halves. If you are doing the "get data" half
otherwise, that's fine, but you may want to replumb that into weewx.
> Anyways, in the thread Weewx was suggested, as it can trap the data using a
> SDR Dongle and so it would be an alternative to what I'm doing. I don't
> really need another dongle but the idea of having weewx running was
> intriguing so I installed it so it can send the data I capture to the
> openweathermap and such.
>
> So is there a way I can pipe my data into Weewx? I've now set up a software
> weather station, I have the data I capture in MQTT and also in Mysql/mariadb
> If someone can point me in the right direction, that'd be great.
* option 1 is replumb to have the interception into weewx.
Probably this is the right approach; I'm not sure the existing code
deals with your station but I would expect there is support someplace.
See
https://github.com/matthewwall/weewx-interceptor
Once you do, you can publish to mqtt from weewx.
See
https://github.com/weewx/weewx/wiki/mqtt
* option 2 is to have weewx ingest the data you are already capturing
from mqtt.
See
https://github.com/bellrichm/WeeWX-MQTTSubscribe
This is the easy path for you, given where you are now.