Skip to content

Releases: skipperro/enpal-homeassistant

Version 0.3.1

27 Nov 15:43
Compare
Choose a tag to compare

Migrate to async_forward_entry_setups for compatibility with HA 2025

Full Changelog: v0.3.0...v0.3.1

v0.3.0

23 Nov 11:32
Compare
Choose a tag to compare

WARNING! BREAKING CHANGES!

  • Adjusted data scheme to match the structure of Enpal's InfluxDB in version Solar Rel. 8.43.1+243312 (18.11.2024)
    • This will make your integration not working properly if Enpal haven't installed this version on your device yet.
  • Added some new sensors, like inverter temperature.
  • Removed some sensors that are no longer available in DB (ex. inverter state) or that are not updating on the backend (ex. wallbox state)
  • Improved detection for entities on start.
  • Lowered scan interval frequency from 20s to 120s and aggregate the average value from the last 120s as a single data point.
    • This aims to reduce amount of data produced by the integration and increase accuracy of utility meters based on Enpal's data.
  • Added more sanity checks to filter out bad data-points in Enpal's DB, like EV charging power of 11 MW instead of 11 kW or inverter reporting temperatures hotter than the surface of the sun.
  • Fix for various minor bugs and typos.

Full Changelog: v0.2.1...v0.3.0

v0.2.1

14 Jul 18:05
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Added Inverter.System.State to see if it will be possible to determine if there is ongoing power rationing that limits the amount of power we can sell to the grid.
    image
  • Added some sanity checks for wallbox, especially for total charge. Sometimes it is returned by Enpal in watts instead of killowatts which bumps the returned numbers to 1000x their real value.
    image

v0.2.0

21 Apr 13:24
Compare
Choose a tag to compare

What's Changed

  • Update to support new version of Enpal Database by @gickowtf in #4

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

28 Aug 19:24
Compare
Choose a tag to compare

Initial alpha release