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
Entities no longer flash "unavailable" when a core sensor (solar/load/SOC/battery) briefly blips. available now depends only on the coordinator having data at all, not on the last cycle having succeeded -- the last-known values (including should_be_on) stay visible the whole time, as originally intended by the v1.7.1 sensor-outage safety mechanism.
Changed
Devices that cross their off-threshold in the same cycle (e.g. a sudden drop in solar) no longer switch off simultaneously. The off-hold wait time is now staggered by priority rank -- 1 minute shorter per rank below the highest, down to a 1-minute floor -- so the lowest-priority device sheds first.
The power-measurement averaging window is now 3 days instead of 7, so devices with weather-dependent draw (e.g. a heat pump) reflect current conditions faster.