Skip to content

v0.22.1 — Max charging current sensor fix (#75)

Choose a tag to compare

@botts7 botts7 released this 05 Jul 06:34

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 to r_dat.cur — the same active max-current value the dashboard shows — when r_sta omits the field. (andypnz, forum #75)

Update: HACS → redownload the integration → restart Home Assistant.