[weewx-user] Re: From MQTT to WeeWX

2021-01-20 Thread Tarmo
That was easy. Thank you very much, Rich. On Wednesday, January 20, 2021 at 4:34:20 PM UTC+2 bell...@gmail.com wrote: > After installation, you will need to update the MQTTSubscribeService to > look something like this. > [MQTTSubscribeService] > host = replace with your broker > # any

[weewx-user] Re: From MQTT to WeeWX

2021-01-20 Thread bell...@gmail.com
After installation, you will need to update the MQTTSubscribeService to look something like this. [MQTTSubscribeService] host = replace with your broker # any other MQTT options you need, like port, user, password, etc. [[message_callback]] type = individual [[topics]]

[weewx-user] Re: From MQTT to WeeWX

2021-01-20 Thread Tarmo
Update on example payload: {"time":"2021-01-20 13:28:57","model":"Solight-TE44","id":4,"channel":1,"temperature_C":-7.1,"mic":"CRC"} {"time":"2021-01-20 13:29:20","model":"LaCrosse-WS2310","id":242,"humidity":78} On Wednesday, January 20, 2021 at 9:44:52 AM UTC+2 Tarmo wrote: > The topics are

[weewx-user] Re: From MQTT to WeeWX

2021-01-19 Thread Tarmo
The topics are rtl_433/lab/devices/Solight-TE44/1/4/temperature_C rtl_433/lab/devices/LaCrosse-WS2310/242/humidity How do I get example payload? I am running Mosquitto. On Wednesday, January 20, 2021 at 12:50:02 AM UTC+2 bell...@gmail.com wrote: > Yeah, it has become a bit complicated. If you

[weewx-user] Re: From MQTT to WeeWX

2021-01-19 Thread bell...@gmail.com
Yeah, it has become a bit complicated. If you post your topic and an example payload we should be able to get you up and running pretty quickly. rich On Tuesday, 19 January 2021 at 17:08:18 UTC-5 Tarmo wrote: > We have a temporary situation here where the Vantage station is not > available.