On Thursday, December 5, 2019 at 11:51:35 AM UTC-5, S1m0n3 wrote: > > Yep, this is true in the databse all data are achived! But the problem (I > think) is with Current conditions. Because some times in is shown in the > website (and also in the realtime.txt that i generated with weewx-crt) only > packet of temp, hum and rain and some times only the packet with solar > data. Why this? >
the weewx-crt extension will use either archive data or loop data, depending on how you configured it. use the 'binding' option to control it: [CumulusRealTime] binding = loop # loop or archive, default is loop for loop data, it will emit a string that (may) have only some observations for archive data, the string should contain all observations -- 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/8936a9d0-e16b-402c-be66-b4ff2efe97a7%40googlegroups.com.
