Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 08:23
· 59 commits to main since this release

Changes

This update transitions all energy sensors to Home Assistant, ensuring data persistence across reboots.

The new sensor architecture is structured as follows:

  1. Power Sensor: Measures total power consumption, including EV charging.
  2. Integral Sensor: Converts power (W) to energy (kWh) by applying a Left Riemann Sum, creating a continuous energy reading.
  3. Utility Meter: Aggregates the integral sensor’s energy data into a daily cycle, enabling daily consumption tracking.
  4. Average Sensors: Four sensors calculate rolling averages over 1, 3, 7, and 14 days based on daily consumption data.
    These averages estimate hourly consumption, factoring in net consumption projections by accounting for PV surplus predictions from Solcast for each specific hour.

I also cleaned up the working sensor code and will continue to do so.

⚒️ Breaking Changes

  • #26 fix: Migrate Energy Sensors to HA with Daily and Multi-Day Averages @woopstar

Full Changelog: v0.2.6...v1.0.0