--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/758a009a-1151-410f-b7a7-137dcdf0fd5b%40googlegroups.com.
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 <p...@obrienphoto.net> 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 serverThe 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 weewx...@googlegroups.com.
if __name__ == "__main__":
import weeutil.weeutil
driver = BME280WXDriver()
for packet in driver.genLoopPackets():
print(weeutil.weeutil.timestamp_to_string(packet["dateTime"]), packet)/etc/weewx/skins/Belchertown/json/weewx_data.json.tmpl:64: "barometer_trend": "$trend.barometer"/etc/weewx/skins/Belchertown/json/weewx_data.json.tmpl:64: "barometer_trend": "$trend($data_binding='indoor_binding').barometer"