Max from absolut values, not from last 5 min stats

Hello.

I have mamy sensor showing current power usage. I’d like get absolut max value and to do for each sensors try extract max value and next all max values sum into one final entity to shown total max worst cause power usage.

To do I had created helpers-entites for each current power entities and in option of helpers selected maximum aggregation.

But above not save absolut max value that appear from start of collecting data but store max from each last 5 min.

Hence my individual and total max helper-entities not increasing as I expected but changing dec/inc in time because power of source data is changing.

How to save into each helper-entity absolut max, not max from stats from last each 5 min?

BR, Krzysiek

take a look at this:

using this instead of your helpers might do what you want. it provides value_max.

1 Like