hacf-fr / renault-api

https://readthedocs.org/projects/renault-api/
MIT License
102 stars 34 forks source link

'hvacStatus': ['Not a valid string.'] #1207

Closed pitas closed 1 month ago

pitas commented 1 month ago

From a few days ago I can't retrieve any info with the status command, it gives me this error:

marshmallow.exceptions.ValidationError: {'hvacStatus': ['Not a valid string.']}

If I turn ON the debug flag I get this:

DEBUG:renault_api.kamereon:Received Kamereon response 200 on GET to https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/f68eec8b-03d4-49aa-aba7-72eff8c631c5/kamereon/kca/car-adapter/v1/cars/VF1AG000864419603/hvac-status?country=PT: {"data":{"id":"################","attributes":{"hvacStatus":1,"lastUpdateTime":"2024-06-02T18:51:21Z"}}}

My car is a ZOE ZE50 from 2020.

epenet commented 1 month ago

Duplicate of #1202