v0.22.1 — Max charging current sensor fix (#75)
Fixed
- "Max charging current" sensor now shows up and populates on all chargers. It was disabled by default (so it never appeared unless you went hunting for it in the entity registry) and it read only
r_sta.max_charging_current, which some chargers — e.g. the Pulsar Plus — don't report, leaving it blank even when enabled. It's now enabled by default (matching the dashboard and MQTT discovery) and falls back tor_dat.cur— the same active max-current value the dashboard shows — whenr_staomits the field. (andypnz, forum #75)
Update: HACS → redownload the integration → restart Home Assistant.