Releases: mk-maddin/wattpilot-HA
Releases · mk-maddin/wattpilot-HA
v0.1.7
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
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
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
v0.1.3
v0.1.2
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
v0.1.0
- 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
- 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
- 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