You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".