Skip to content

Releases: skodaconnect/homeassistant-skodaconnect

v1.0.42-RC2 - Native API support and config flow

30 Jun 14:20
dfe2aff
Compare
Choose a tag to compare

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

11 May 16:23
Compare
Choose a tag to compare

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

11 May 06:58
Compare
Choose a tag to compare

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

24 Mar 21:36
Compare
Choose a tag to compare
Pre-release

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

24 Mar 14:28
Compare
Choose a tag to compare
Pre-release

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

22 Mar 07:14
Compare
Choose a tag to compare

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

15 Feb 12:15
Compare
Choose a tag to compare

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

10 Feb 20:39
Compare
Choose a tag to compare

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.

v1.0.32 - Support to set charger maximum current

10 Feb 15:59
Compare
Choose a tag to compare

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

06 Feb 09:06
Compare
Choose a tag to compare

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