Skip to content

v2.5.3

Choose a tag to compare

@cayossarian cayossarian released this 09 Apr 01:48
· 193 commits to main since this release
7648da1

What's Changed

  • chore(deps): bump cryptography from 46.0.6 to 46.0.7 by @dependabot[bot] in #131

Fixed

  • Preserve property values on lifecycle reset — the 2.5.2 property clear caused _parse_float('') to return 0.0 for energy counters during panel reboots or network interruptions, triggering false dip-compensation offsets in the integration that
    permanently inflated energy sensor values. Removed the property/timestamp/target clearing from _handle_description(). Pre-reboot values now serve as safe placeholders until the panel re-publishes fresh data.
  • Snapshot cache invalidated on reboot — the generation counter still increments on lifecycle resets, forcing consumers to discard cached snapshots and rebuild from current accumulator state.

Full Changelog: v2.5.2...v2.5.3