Releases: zacs/ha-energycalc
Releases · zacs/ha-energycalc
Release list
1.1.1
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
- Reset button should also blow away all old state from the entitiy
1.1.0
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
Fixed a kWh vs Wh bug that had the component overreporting energy by 1,000x.
1.0.1-beta4
- 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
Fix reset button functionality as well as the device association of the buttons.
1.0.1-beta2
- Adds a reset button that zeros out energy sensors (only the ones created by this integration) at the device level.
1.0.0
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