Skip to content

Releases: skodaconnect/homeassistant-skodaconnect

v1.0.48 - Config Flow and Enyaq iV

27 Aug 12:56
Compare
Choose a tag to compare

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

23 Aug 19:37
Compare
Choose a tag to compare
Pre-release

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

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.