Hi Rich, I think it is now time to describe my goal in more detail. There are 2 raspis at 2 different locations in the house that collect data. One raspi has 2 instances and fetches data from a station and via SDR. The other raspi only collects data via SDR. The archive interval is 5 minutes. Now I want to collect all the data on a separate, somewhat more powerful system and store it in a mysql database. The archive interval should be 60 seconds. On this system, 2-3 different skins should be displayed. So I thought it would be a clever solution to collect all data via MQTT and write all data into one database. The first tests worked well until the first rain came and I was missing data.
You have correctly recognised that all instances transmit the data via MQTT, but so far only one instance is received. You also correctly recognised that I need the MQTT extension from https://github.com/matthewwall/weewx-mqtt for sending. I use the option binding = archive, loop I don't remember why I entered this at the time (a few months ago). I think binding = loop should be the right setting for my purpose. I tried archive_delay=25 for one day. After I had an entry for rain (1.4mm instead of 0.7mm) in the test database and I understood you to say that this entry only makes sense for archive records, I removed it again. I will now take a closer look at Matthew's weewx-mqtt and observe the overall behaviour of my configuration. Michael -- 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/b15b48ef-a8ab-4d4f-a93f-c32b168285c2n%40googlegroups.com.
