OK, thanks for the explanation. On Sunday, October 27, 2024 at 2:23:14 PM UTC+1 Karen K wrote:
If you have different timestamps I would suggest to save those readings to different files. You can easily have more than one database file by setting up bindings in weewx.conf. You could have your "dummy data service" save its readings directly to that separate file. There is no problem for the report generating modules to deal with files of different timestamps. I don't need the timestamps coming from the WS3000. My goal was just to augment the Vantage record with data coming from another source, at the time the Vantage record is generated. It just turned out that I did merged the data using a simple loop: for key in ws3000packet.keys(): event.record[key] = ws3000packet[key] Since the ws3000packet contained a dateTime slightly different from the Vantage one, this resulted in this issue. Lesson learned. Thanks again. -- 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 visit https://groups.google.com/d/msgid/weewx-user/d1eb525a-7c6a-48fd-a58c-0aeb80288dd7n%40googlegroups.com.
