Releases: skodaconnect/homeassistant-skodaconnect
v1.0.32 - Support to set charger maximum current
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.
v1.0.30 - Major code rework
The underlying library has undergone major code changes and there might be some breaking changes. Be sure to read the readme and backup all data.
- Valid services check is added
- Token handling is added, verification at login, validate before requests and revoke on shutdown/logout
- Some enitites have changed names, some have changed type
- device tracker should be fixed, position is now "not_home" when car is moving. This might break the automation example in README.
- Requests handling is improved and status per section is added. Requests now trigger immediate refresh in hass gui
- Added config option for enabling/disabling comprehensive debug of raw response data
- Code cleanup
- Inverted data for service days and distance
- Disabled unused service (departure timers)
- Added token revocation on logout
v1.0.30-rc7 - Fix for unlock and vehicle moving
The underlying library has undergone major code changes and there might be some breaking changes. Be sure to read the readme and backup all data.
The code for pre-heater is changed but haven't been tested.
- Valid services check is added
- Token handling is added, verification at login, validate before requests and revoke on shutdown/logout
- Some enitites have changed names, some have changed type
- device tracker should be fixed, position is now "not_home" when car is moving. This might break the automation example in README.
- Requests handling is improved and status per section is added. Requests now trigger immediate refresh in hass gui
- Added config option for enabling/disabling comprehensive debug of raw response data
- Code cleanup
RC2:
- Bumped version and requirement to reflect library
RC3:
- Request correct library version
RC4:
- Service auto discovery has been reworked. Should correctly identify enabled API endpoints for all cars.
RC5:
- Fixes in code for pre-heater.
RC6:
- Fix for remote lock/unlock
- Inverted data for service days and distance
- Disabled unused service (departure timers)
- Removed unused code
- Added token revocation on logout
RC7:
- Fix for unlock
- Fix for vehicle_moving
v1.0.30-rc6 - Fixes for remote lock/unlock
The underlying library has undergone major code changes and there might be some breaking changes. Be sure to read the readme and backup all data.
The code for pre-heater is changed but haven't been tested.
- Valid services check is added
- Token handling is added, verification at login, validate before requests and revoke on shutdown/logout
- Some enitites have changed names, some have changed type
- device tracker should be fixed, position is now "not_home" when car is moving. This might break the automation example in README.
- Requests handling is improved and status per section is added. Requests now trigger immediate refresh in hass gui
- Added config option for enabling/disabling comprehensive debug of raw response data
- Code cleanup
RC2:
- Bumped version and requirement to reflect library
RC3:
- Request correct library version
RC4:
- Service auto discovery has been reworked. Should correctly identify enabled API endpoints for all cars.
RC5:
- Fixes in code for pre-heater.
RC6:
- Fix for remote lock/unlock
- Inverted data for service days and distance
- Disabled unused service (departure timers)
- Removed unused code
- Added token revocation on logout
v1.0.30-rc5 - Fixes for pre-heater
The underlying library has undergone major code changes and there might be some breaking changes. Be sure to read the readme and backup all data.
The code for pre-heater is changed but haven't been tested.
- Valid services check is added
- Token handling is added
- Some enitites have changed names, some have changed type
- device tracker should be fixed, position is now "not_home" when car is moving. This might break the automation example in README.
- Requests handling is improved and status per section is added. Requests now trigger immediate refresh in hass gui
- Added config option for enabling/disabling comprehensive debug of raw response data
- Code cleanup
RC2:
- Bumped version and requirement to reflect library
RC3:
- Request correct library version
RC4:
- Service auto discovery has been reworked. Should correctly identify enabled API endpoints for all cars.
RC5:
- Fixes in code for pre-heater.
v1.0.30-rc4 - Rework of service autodiscovery
The underlying library has undergone major code changes and there might be some breaking changes. Be sure to read the readme and backup all data.
The code for pre-heater is changed but haven't been tested.
- Valid services check is added
- Token handling is added
- Some enitites have changed names, some have changed type
- device tracker should be fixed, position is now "not_home" when car is moving. This might break the automation example in README.
- Requests handling is improved and status per section is added. Requests now trigger immediate refresh in hass gui
- Added config option for enabling/disabling comprehensive debug of raw response data
- Code cleanup
RC2:
- Bumped version and requirement to reflect library
RC3:
- Request correct library version
RC4:
- Service auto discovery has been reworked. Should correctly identify enabled API endpoints for all cars.
v1.0.30-rc3 - Fixed library version
The underlying library has undergone major code changes and there might be some breaking changes. Be sure to read the readme and backup all data.
The code for pre-heater is changed but haven't been tested.
Valid services check is added
Token handling is added
Some enitites have changed names, some have changed type
- device tracker should be fixed, position is now "not_home" when car is moving. This might break the automation example in README.
- Requests handling is improved and status per section is added. Requests now trigger immediate refresh in hass gui
- Added config option for enabling/disabling comprehensive debug of raw response data
- Code cleanup
RC2:
Bumped version and requirement to reflect library
RC3:
Request correct library version
v1.0.30-rc2 - Major code rework
The underlying library has undergone major code changes and there might be some breaking changes. Be sure to read the readme and backup all data.
- The code for pre-heater is changed but haven't been tested.
- Valid services check is added
- Token handling is added
- Some enitites have changed names, some have changed type
- device tracker should be fixed, position is now "not_home" when car is moving. This might break the automation example in README.
- Requests handling is improved and status per section is added. Requests now trigger immediate refresh in hass gui
- Added config option for enabling/disabling comprehensive debug of raw response data
- Code cleanup
RC2:
Bumped version and requirement to reflect library
v1.0.30-rc - Major code rework
The underlying library has undergone major code changes and there might be some breaking changes. Be sure to read the readme and backup all data.
- The code for pre-heater is changed but haven't been tested.
- Valid services check is added
- Token handling is added
- Some enitites have changed names, some have changed type
- device tracker should be fixed, position is now "not_home" when car is moving. This might break the automation example in README.
- Requests handling is improved and status per section is added. Requests now trigger immediate refresh in hass gui
- Added config option for enabling/disabling comprehensive debug of raw response data
- Code cleanup
1.0.27: Fix where wrong pypi package was requested
Fix where wrong pypi package was requested.