Currently SolarNode devices can publish raw datum to SolarFlux. It would be helpful if SolarNet could publish the aggregate data it automatically calculates as well. The topic names SolarFlux use already include a segment for the aggregation level, which nodes publish as 0 (for raw data). SolarNet could publish hourly, daily, and monthly topics using h, d, and m.
For example a source ID Meter on node ID 1 would end up having the following topics:
node/1/datum/0/Meter node/1/datum/h/Meter node/1/datum/d/Meter node/1/datum/m/Meter
It might make sense to make this SolarFlux aggregate integration configurable, so that it could be enabled at an account, node, and/or source level.