Skip to content

Releases: zacs/ha-energycalc

1.1.1

Choose a tag to compare

@zacs zacs released this 20 Oct 02:19

Changes:

  • Fixes the reset button so that it also reset all long-term statistics for the energy sensor (necessary for nicer Energy Dashboard integration)
  • Performance improvements for discovery (particularly on large HA installs where discovery would functionally timeout)

1.1.1-beta1

1.1.1-beta1 Pre-release
Pre-release

Choose a tag to compare

@zacs zacs released this 19 Oct 15:01
  • Reset button should also blow away all old state from the entitiy

1.1.0

Choose a tag to compare

@zacs zacs released this 19 Oct 14:35

Changes:

  • Fixes a bug where the component was assuming Wh instead of kWh (overreporting energy by a lot!)
  • Adds a reset button to each device to zero out its energy sensors
  • Minor wording changes to avoid prescriptive phrases like "outlets" which may not be accurate

1.0.1-beta1

1.0.1-beta1 Pre-release
Pre-release

Choose a tag to compare

@zacs zacs released this 19 Oct 01:16

Fixed a kWh vs Wh bug that had the component overreporting energy by 1,000x.

1.0.1-beta4

1.0.1-beta4 Pre-release
Pre-release

Choose a tag to compare

@zacs zacs released this 19 Oct 13:48
  • Adds a reset button to zero out all the energy sensors for a given device (or entity, if there's no device)

1.0.1-beta3

1.0.1-beta3 Pre-release
Pre-release

Choose a tag to compare

@zacs zacs released this 19 Oct 03:06

Fix reset button functionality as well as the device association of the buttons.

1.0.1-beta2

1.0.1-beta2 Pre-release
Pre-release

Choose a tag to compare

@zacs zacs released this 19 Oct 02:53
  • Adds a reset button that zeros out energy sensors (only the ones created by this integration) at the device level.

1.0.0

Choose a tag to compare

@zacs zacs released this 17 Oct 06:56

Changelog

All notable changes to this project will be documented in this file.

1.0.0 (2025-10-17)

Added

  • Initial release of EnergyCalc integration
  • Automatic discovery of power entities without corresponding energy entities
  • Real-time detection of new power sensors via entity registry listeners
  • Periodic discovery every 24 hours as backup
  • YAML configuration with exclude_entities support
  • Device grouping for multi-outlet devices (PDUs, PoE switches, etc.)
  • Individual discovery flows for entities without device association
  • Manual services for creating/removing energy sensors with custom parameters
  • Trapezoidal integration for accurate energy calculation
  • Energy Dashboard compatibility with kWh output
  • Complete device association and proper entity organization