mitch-dc / volkswagen_we_connect_id

Apache License 2.0
202 stars 53 forks source link

WARNING: Unknown attribute climatisationTemperatureOutside {'error... #276

Closed mrebbert closed 1 month ago

mrebbert commented 1 month ago

Version of the custom_component

newest version

Installation method (hacs / manual)

HACS

Installation method of hass (venv, docker, hassio,...)

docker

Describe the bug

I get the recurring warning below for weeks now... i have all available subscriptions for my Id.4 - in the vw portal seems everything fine.

home-assistant | 2024-09-29 18:05:15.330 WARNING (SyncWorker_0) [weconnect] /vehicles/WVGZZZExxxx: Unknown attribute climatisationTemperatureOutside with value {'error': {'message': 'Bad Gateway', 'errorTimeStamp': '2024-09-29T16:05:14Z', 'info': 'Looks like your service has expired. Please update your service subscription.', 'code': 4104, 'group': 4, 'retry': False}} in domain climatisation

Any hints?

Debug log


home-assistant  | 2024-09-29 18:05:15.330 WARNING (SyncWorker_0) [weconnect] /vehicles/WVGZZZExxxx: Unknown attribute climatisationTemperatureOutside with value {'error': {'message': 'Bad Gateway', 'errorTimeStamp': '2024-09-29T16:05:14Z', 'info': 'Looks like your service has expired. Please update your service subscription.', 'code': 4104, 'group': 4, 'retry': False}} in domain climatisation
mrebbert commented 1 month ago

okay... bumping the version of the weconnect lib to 0.60.5 solves this issue:

 "requirements": ["weconnect==0.60.5", "ascii_magic>=2.0.0"],