Skip to content

v1.10.0

Choose a tag to compare

@senalse senalse released this 06 May 02:50

What's new

  • feat: Dispatch PV Switch sensor is now enabled by default.
  • feat: Local IP, Subnet Mask, and Gateway sensors now display as dotted-decimal strings (e.g. 10.0.0.209) instead of raw integers. IP Method shows DHCP or Static.
  • feat: New Dispatch Time Remaining sensor counts down from the configured dispatch duration in real time.
  • feat: Battery Status sensor now shows a human-readable label alongside the raw value, e.g. "Charging + Discharging (257)" instead of just "257".
  • feat: Dispatch Time sensor now shows a human-readable duration string (e.g. "3h 00m", "30m") instead of raw seconds with a thousands separator.

Bug fixes

  • fix: Local IP, Subnet Mask, and Gateway sensors were missing state_class=None, causing a ValueError on HA startup that prevented those entities from loading.
  • fix: Battery Capacity scale corrected from 0.001 to 0.1 (reported values were 100x too small). Also fixes Battery Remaining Time which depends on the capacity value.
  • fix: Battery Remaining Time always returned 0 on ALD-series inverters. Now calculated from live SoC, capacity, and battery power.
  • fix: Excess Export Pause binary sensor was displaying "Pause" instead of "Excess Export Pause".
  • fix: Force Import Pause binary sensor was displaying the full device-prefixed name instead of "Force Import Pause".