Skip to content

Fix p/kWh figures, fix Predheat cost calculation, new glitch filter

Compare
Choose a tag to compare
@springfall2008 springfall2008 released this 10 Nov 10:31
· 131 commits to main since this release
f4d06e9

What's Changed

### Fixes

The p/kWh calculation didn't work very well as it was based on energy imported-exported which can be close zero creating spikes. Changed the calculation to use load energy and account for the change in current battery level in the estimated cost.

Preadheat cost calculation was totally wrong due to a typo, fix this.

Remove single datapoint glitches on incrementing data e.g. load_kwh, if a value goes up and then returns back down again the spike is removed.

  • Fix Changed to Error: Exception raised local variable 'day_load_pkwh' referenced by @springfall2008 in #1608

YAML Template updates

  • Change of Octopus Intelligent GO ready time sensor name to match latest integration by @springfall2008 in #1609
  • Add template for LuxPower inverters by @raldred in #1594

New Contributors

Full Changelog: v8.5.9...v8.5.10