[weewx-user] Re: HP1000 and MQTT

2021-01-02 Thread bell...@gmail.com
Sounds like you might be interested in my MQTTSubscribeService extension. rich On Saturday, 19 December 2020 at 10:45:47 UTC-5 ried...@gmail.com wrote: > Hi there I run Weewx with an HP1000 weather station. Is it possible to > receive sensors

[weewx-user] Re: HP1000 and MQTT

2021-01-01 Thread Susan Mackay
At the HP1000 driver level, you could get the Python source and add in the MQTT code yourself. The Python MQTT libraries are fairly straight forward (in my experience) but I suspect there will be issues with coordinating the timing of the two data sources. You could have a thread that