I am sure it has been said 100x about energy spikes in the reading.. This is not your typical the sensor goes to unavailable then back again so the reading keeps jumping by a bunch. I'm talking about a sensor that jumps by 30 Billion kWh and then back.. I am using the Hubitat integration and it has to be the cause of this to be honest as these reading are not on the sensor on the Hubitat side but are on the sensor on the Home Assistant side. I cannot tell what is doing it and it does not seem like it will be fixed at any time so I am trying to use a filter but these don't seem to work either
filters:
- filter: outlier
window_size: 10
radius: 4.0
that is what I am using and the spike still happened. Is there a bug in the filter for outlier or am i just not understanding how this filter should work?