ah, the "where should we do the aggregation?" problem

you should consider where you want the aggregation to happen.  there are at 
least three options:

- when the data are collected
- when the data are stored
- when the data are reported

baseline for weewx databases is one-per-driver, but as you noted you can 
feed more data into a database by adding one or more services to augment 
the data feed from the driver

some people just get everything into MQTT as soon as they can, then chuck 
it all into influx (or other timeseries database).  then you can throw 
grafana at it and go wild.

you might find these weewx wiki pages helpful:

https://github.com/weewx/weewx/wiki/intake-strategies

https://github.com/weewx/weewx/wiki/dashboards

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-development" 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-development/de76b0c0-ea26-4953-b861-48a3ce71e3ea%40googlegroups.com.

Reply via email to