On Friday, June 3, 2022 at 11:17:00 AM UTC-7 Meteo Oberwallis wrote: > if the interval of Weewx and the data logger is set to 10 minutes, I > would have liked to read the value of the solar sensor every minute and > then write it into a separate .sdb database as possible sunshine.
Personally I'd use an external program called via cron and posting a message to a MQTT topic. Have weewx subscribe to that topic to get the data into your db. This is how I used to get my DS18b20 temperature sensor data into weewx. -- 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/ac050b32-7446-4f52-b88a-513f0c3a0776n%40googlegroups.com.
