So I decided to install weewx-mqtt on the secondary raspberry pi and send 
it to the same topic.. and it WORKS!

{" "barometer_mbar": "968.689986891", "dateTime": "1581802530.0", 
"inHumidity": "62.0999984741", "inTemp_C": "20.7614171879", "extraTemp1_C": 
"18.2999992371", "usUnits": "17.0"}

So now my station observations are working via the MQTT data.. the only 
thing not working is the  Barometer trend arrow

On Saturday, 15 February 2020 11:20:46 UTC, mercurystorm wrote:
>
> Nope loop packets
>
> if __name__ == "__main__":
>     import weeutil.weeutil
>
>
>     driver = BME280WXDriver()
>
>
>     for packet in driver.genLoopPackets():
>         print(weeutil.weeutil.timestamp_to_string(packet["dateTime"]), 
> packet)
>
>
>
> On Friday, 14 February 2020 23:52:33 UTC, Pat wrote:
>>
>> I think I understand but to be certain; your Pi is only saving its values 
>> right to database?
>>
>> On Friday, February 14, 2020 at 6:43:28 PM UTC-5, mercurystorm wrote:
>>>
>>> I am not sending the data from the 2nd Pi via MQTT as it’s not real time 
>>> like wind etc from the weather station.. that data is being sent from mqtt 
>>> on the main pi with the rtl_433 dongle 
>>>
>>> On Fri 14 Feb 2020 at 23:07, Pat <[email protected]> wrote:
>>>
>>>> Are you using MQTT for updates? If I recall from a few months ago part 
>>>> of the challenge is that the station observation box is updated from the 
>>>> MQTT data packets, and I don't think MQTT is multiple binding capable. 
>>>>
>>>> So I could potentially update a 2nd binding on initial load, but not on 
>>>> MQTT update. 
>>>>
>>>> I have to look into this again 
>>>>
>>>> On Friday, February 14, 2020 at 5:39:43 PM UTC-5, mercurystorm wrote:
>>>>>
>>>>> Attached, its two sql databases on the same server
>>>>>
>>>>> The graphs are working great! (Thank you!!)
>>>>>
>>>>> On Friday, 14 February 2020 22:23:42 UTC, Pat wrote:
>>>>>>
>>>>>> The station info box doesn't support multiple bindings... It's on my 
>>>>>> list of things to try and figure out but haven't had time to dedicate to 
>>>>>> it. Can you send me a sample of your additional database? I could use it 
>>>>>> as 
>>>>>> a sample set for testing. 
>>>>>
>>>>> -- 
>>>> You received this message because you are subscribed to a topic in the 
>>>> Google Groups "weewx-user" group.
>>>> To unsubscribe from this topic, visit 
>>>> https://groups.google.com/d/topic/weewx-user/kyWW2BmGXoE/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to 
>>>> [email protected].
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/weewx-user/758a009a-1151-410f-b7a7-137dcdf0fd5b%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/weewx-user/758a009a-1151-410f-b7a7-137dcdf0fd5b%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>

-- 
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/3e27ff43-f92a-40f2-b105-33c2d75b9e7a%40googlegroups.com.

Reply via email to