Filter Integration: added Time Moving Min,Max and Sum

For the filter integration I created a new time moving min, time moving max and time moving sum sensor. Is this of any use for somebody, is it desired to add this to the integration and what is the process of adding my code?

2 Likes

Hi,

could this help to resolve my problem described here?

That would be nice. :slight_smile:

No. The “time moving” filters give you the largest and smalles sensor value within a time window, for example within 24 hours.

I would have uses for this. Would love to see it integrated with the core code

If there are enough people requesting it, I consider integrating it.

1 Like

Where does one request this? Here in this thread?

I would like to have this as well.

I put it here:

This is my gitub repository, I put it here:

Thanks @jms3000, I meant: where should I request for this to be merged into home assistant core?

Secondly, in the mean time, I’m not clear on how to use your code in my HA instance?

Here is a good place…

I could use this too.

that would be great, I would need exactly this operators for a recent project.
In the meantime, what would be best for me to use your code? place your “sensor.py” file in custom_components?

You can copy the filter directory from my custom_components github to you custom_components directory.