tillsteinbach / WeConnect-python

Python API for the Volkswagen WeConnect Services
MIT License
105 stars 27 forks source link

Unsupported attribute value was provided #180

Closed HughMacdonald closed 3 months ago

HughMacdonald commented 3 months ago

When running update(), I get the following:

/vehicles/WVGZZZE23PP018047/domains/automation/chargingProfiles/nextChargingTimer/targetSOCreachable: An unsupported targetSOCreachable: reachable was provided, known values are [invalid, calculating, unknown] please report this as a bug
/vehicles/WVGZZZE23PP018047/domains/chargingProfiles/chargingProfilesStatus/nextChargingTimer/targetSOCreachable: An unsupported targetSOCreachable: reachable was provided, known values are [invalid, calculating, unknown] please report this as a bug

This is using 0.60.2, installed using poetry, and connecting to a 2023 VW id.4 with, I believe, the latest software updates.

HughMacdonald commented 3 months ago

Ah - from looking at recent changes, it looks like this has been fixed in main, but just hasn't been released yet. I'll close this