unfug-at-github
unfug-at-github
Fixing issues with time-based statistics (peaks, incorrect values) and provide values for statistical function even if only a single input value exists ## Breaking change ## Proposed change The statistics...
## Breaking change ## Proposed change Fix bug that causes spikes in time-based average functions in the statistics module. ## Type of change - [ ] Dependency upgrade - [x]...
Have statistics functions return a meaningful, non-none result even if only one value is available
Have statistics functions return a meaningful, non-none result even if only one value is available ## Breaking change ## Proposed change Currently many of the statistics function return none when...
## Breaking change ## Proposed change The statistics sensor is using an internal list to keep the history of previous states. This list is accessed by various functions in an...
### The problem The statistics sensor produces division by zero errors in the log. This seems to be caused by having values that have identical change timestamps. It might be...