Hi,
Is it possible to calculate / display deltas? Something like hourly / daily power consumption? RFXMeters report a counter value representing total power consumption since the beginning... While I would like to calculate / plot graphs representing hourly power consumption... so I would have to subtract previous_reading(an_hour_ago) from the current_reading(current_time). Is there a way to handle this properly?
Cheers,
Headworx
Deltas (for RFXmeter)?
Moderator: Mattk
Re:Deltas (for RFXmeter)?
data sensors are handled as "numerical value" in graphs and you can select "deltasum" for these which plots the delta for the period selected as "time resolution".
Re:Deltas (for RFXmeter)?
Oh that is great, thanks!