That was easy. Thank you very much, Rich.

On Wednesday, January 20, 2021 at 4:34:20 PM UTC+2 [email protected] wrote:

> 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]]
>         unit_system = METRIC
>         use_topic_as_fieldname = true
>
>         [[[rtl_433/lab/devices/Solight-TE44/1/4/temperature_C]]]
>             name = outTemp
>         [[[rtl_433/lab/devices/LaCrosse-WS2310/242/humidity]]]
>             name = outHumidity
>
> On Wednesday, 20 January 2021 at 06:32:34 UTC-5 Tarmo wrote:
>
>> 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
>>> 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 [email protected] 
>>> wrote:
>>>
>>>> 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. Meanwhile, I have access to the MQTT broker with all the 
>>>>> measurements from another station.
>>>>>
>>>>> I would like to keep the Vantage driver running for inside temperature 
>>>>> and humidity and add a service augmenting station data with outside 
>>>>> measurements from MQTT.
>>>>>
>>>>> Which service do you recommend for this task? I have briefly looked at 
>>>>> Rich's WeeWX-MQTTSubscribe 
>>>>> <https://github.com/bellrichm/WeeWX-MQTTSubscribe> which looks 
>>>>> complicated for a simple query to fetch *outTemp* and *outHumidity* from 
>>>>> MQTT and add these to the archive.
>>>>>
>>>>> Thank you in advance!
>>>>>
>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/483715af-0fd8-450f-839c-e3fdbf449bdfn%40googlegroups.com.

Reply via email to