Skip to content

Releases: mk-maddin/wattpilot-HA

v0.1.7

27 Mar 16:57
Compare
Choose a tag to compare

What's Changed

  • Switch entity to auto disable Wattpilot hotspot if unused by @mk-maddin
  • Disabled sensor per ID Card compatible with energy dashboard - thank you @gednet for test & troubleshooting

Full Changelog: v0.1.6...v0.1.7

v0.1.6

02 Dec 07:25
03fab82
Compare
Choose a tag to compare

What's Changed

  • Automatic maximum Charging Power (AMP) switch 11KW vs 22KW model by @mk-maddin
  • Debug messages for StateClass on sensors by @mk-maddin
  • Added diagnostics component by @mk-maddin
  • Fix state_class not applied for "Totally Charged" sensor by @mk-maddin

Full Changelog: v0.1.5...v0.1.6

v0.1.5

06 Nov 09:54
Compare
Choose a tag to compare

What's Changed

  • fix endless loop issue wihtin example automatoin "wattpilot_sync_nexttrip" due to dst by @mk-maddin
  • the sensor of "Totally Charged" now supports energy dashboard out of the box by @mk-maddin
    (thanks @tpreugsc for the prework discussed within #14)

Full Changelog: v0.1.4...v0.1.5

v0.1.4

11 Oct 07:03
7b9063c
Compare
Choose a tag to compare

What's Changed

  • fix function name for async_set_native_value by @chbmuc in #13

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

07 Oct 06:50
Compare
Choose a tag to compare

What's Changed

  • Correct versioning

Full Changelog: v0.1.2...v0.1.3

v0.1.2

06 Oct 14:32
Compare
Choose a tag to compare

What's Changed

  • Add "unit_of_measurement: W" to charging energy by @fake666 in #10
  • Fixed deprecation warnings and Charging Energy Sensor by @tschamm in #12
  • compatibility with wattpilot firmware 38.5
  • breaking change - "Lock level selection" is now a select entity (was previously a switch)

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

25 Apr 09:28
Compare
Choose a tag to compare

What's Changed

  • change alw to fup by @thecem in #8
  • fix unset number min/max
  • add some additional entities
  • add some icons

v0.1.0

21 Apr 05:57
Compare
Choose a tag to compare
  • bump wattpilot python module dependency to 1.0
    Thanks to @joscha82 for making the python module available at PyPi
  • add pyyaml to dependency list

Lets make this version v0.1.0.
No pre-release any more as now it can be installed as all other custom components without manual prerequisites fulfillment.

v0.0.4

19 Apr 09:20
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Added event throwing if next trip / cloud key property is updated
  • Added example for input_datetime + automation to set next trip via service call
    (Unfortunately as confirmed within community question there is no out-of-the-box component for datetime objects within Home Assistant)

V0.0.3

14 Apr 18:39
Compare
Choose a tag to compare
V0.0.3 Pre-release
Pre-release
  • Added button for restart
  • Added button for start / stop / force start charging
  • Added service to set next trip timing
    (unfortunately there does not seem to exist a "input_time" platform within HA that could be re-used)
  • Enabling / Disabling Go-E Cloud API is now a service call
  • Enabling / Disabling debugging of charger property changes into log warnings is now a service call
  • cleanup of old stuff & consolidation