Releases: skodaconnect/homeassistant-skodaconnect
v1.0.48 - Config Flow and Enyaq iV
Many improvements and changes since last stable release.
Amongst others is a reworked login and discovery process to support new API for Enyaq iV (and more).
Configuration in configuration.yaml is now deprecated in favor of config flow (configure from within Home Assistant).
v1.0.45-RC1 - Enyaq iV improvements
This release have mainly improvements for Enyaq iV.
Fixes for Enyaq iV include:
- Start/Stop charging
- Set charge limit
- Set charger current
- New sensors: Charge rate and charging power
"Legacy" API cars have some improvements as well:
- Method set_timer_schedule new options, charging, climatisation, off-peak hours, target temp, target charge level, charger max current, climatisation, charging.
- Minor changes and improvements
Minor issues with config flow has been fixed and there has been improvements made to service calls.
v1.0.42-RC2 - Native API support and config flow
Code merged and rewritten from https://github.com/robinostlund/homeassistant-volkswagencarnet
Minor changes and fixes to enable service calls as well.
v1.0.40-RC5 - Initial support for cars in Skoda native API
This is a beta release and a work in progress. Only use if you are having issues with current stable release.
- Added initial support for native Skoda API cars (Enyaq iV tested so far)
- Added initial support for fetching SmartLink data
Working sensors (Native API):
- Charge level
- Plug connected
- Plug locked
- Charger connected (external power) - UNTESTED
- Electric range
Working sensors (SmartLink):
- Inspection distance
- Inspection time
- Oil service distance
- Oil service time
- Fuel level
- Odometer
v1.0.40-RC4 - Initial support for cars in Skoda native API
This release uses updated BETA library with support for newer EV's using Skoda native API (instead of VW-Group API as older PHEV's and ICE cars use).
This release fix an issue in RC3 where collecting charger data caused login issues.
v1.0.40-RC2 - New style API login BETA
Skoda seems to be migrating from VW-Group Connect servers to their own API.
This release have a rework of the login procedure to enable user access to api.connect.skoda-auto.cz instead of via msg.volkswagen.de for vehicle discovery.
This is a beta release and a work in progress. Only use if you are having issues with current stable release.
v1.0.40-RC1 - Login rework
The library have a reworked login function with extended debugging and functionality to login using native Skoda API instead of only VW-Group.
v1.0.38 - Debugging release
Added version to manifest.
Changes to library:
- Added more debug logs for login method
- Some cleanup and de-branding of code and comments
- Minor tweaks for attributes causing errors (combustion_range amongst others).
v1.0.36 - Bug fixes
Bumped version to reflect underlying library.
- Fix where pre-heater actions wasn't working
- Added value validation for error-prone vehicle attributes
- Added log messages for login error codes, throttled and invalid credentials.
v1.0.35 - Added support to set charger maximum current
This replaces version 1.0.32
A service call is added to support setting the charger maximum current.
So far only two values supported, maximum and reduced (252=reduced, 254=maximum) for PHEV (?) only.
To get this working with BEV vehicles a debug log is needed to determine supported values.