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/8b52f06f-19f3-481e-abb6-2504de03b755%40googlegroups.com.

Reply via email to