Skip to content

Releases: syssi/homeassistant-goecharger-mqtt

0.26.0

21 Nov 17:32
e6d344f
Compare
Choose a tag to compare

What's Changed

  • Improve state_class of the charged energy sensor by @syssi in #179
    Reverts #156 because because the sensor gets reset to 0 once per charging process.
  • Add 10th card to transaction select in select.py by @dwapps in #174

New Contributors

Full Changelog: 0.25.0...0.26.0

0.25.0

06 Jun 16:04
Compare
Choose a tag to compare

What's Changed

  • Fix sensor state class of the charged energy sensor (wh) by @syssi in #156
  • Add Grid Target (pgt) by @woopstar in #160

Full Changelog: 0.24.1...0.25.0

0.24.1

26 May 10:02
Compare
Choose a tag to compare

What's Changed

  • Fix value errors of ocu and clp entity because they aren't numeric by @syssi in #155

Full Changelog: 0.24.0...0.24.1

0.24.0

25 May 07:13
Compare
Choose a tag to compare

What's Changed

  • Update README for more precise Setup and Configuration by @r0oland in #150
  • Remove leading slash from DEFAULT_TOPIC_PREFIX by @krystof-k in #128
  • Add link to go-eController project in README.md by @karloskar in #135

New Contributors

Full Changelog: 0.23.0...0.24.0

0.23.0

08 Apr 11:09
Compare
Choose a tag to compare

What's Changed

  • [BREAKING] Remove dwo as a sensor and add it as a number entity by @Triple-S in #143

New Contributors

Full Changelog: 0.22.0...0.23.0

0.22.0

03 Feb 14:00
Compare
Choose a tag to compare

What's Changed

  • Expose "Load balancing priority" (lop) as number entity (Closes: #131) by @syssi in #132
  • Fix deprecated of STATE_CLASS_* constants by @syssi in #133
  • Fix deprecated consts (Closes: #127) by @syssi in #134

Full Changelog: 0.21.1...0.22.0

0.21.1

04 Nov 07:24
f92ae73
Compare
Choose a tag to compare

Home Assistant 2023.11.0 compatibility added.

0.21.0

20 Oct 09:08
Compare
Choose a tag to compare

This release brings Awattar Tibber features support (awe, awcp, awp). Kudos to @EmbeddedFiedel for the contribution!

0.20.0

21 May 08:22
Compare
Choose a tag to compare

This release brings Home Assistant 2023.5 compatibility.

The response "null" of the charger is treaded as None (displayed as "Unavailable" in the Lovelace UI) instead of unknown sensor state now! The value unknown isn't allowed as state of a numeric sensor anymore.

0.19.0

26 Apr 17:49
Compare
Choose a tag to compare

This release introduces some new entities:

  • Maximum current limit (ama) is exposed as number entity
  • Value 4 of the logic mode (lmo) was renamed to Eco mode
  • Phase switch mode (psm) is exposed as select entity providing 3 options: Auto, Force single phase, Force three phases
  • The phase switch mode (psm) switch entity was removed and replaced by the select entity

Kudos to @OhneNik for improving the PV surplus automation example!