TA2k / ioBroker.vw-connect

ioBroker Adapter for VW We connect and Skoda connect
MIT License
93 stars 23 forks source link

Setting Temperatur to the same setting loop #209

Open marwin79 opened 2 years ago

marwin79 commented 2 years ago

Unfortunately I have none of my own logs anymore, but I found a snippet and bug report here:

https://forum.iobroker.net/post/823218

vw-connect.0  7488  2022-07-05 17:55:51.477 error   failed set state targetTemperatureInKelvin
vw-connect.0| 7488  2022-07-05 17:55:51.476 error   {"errorCode":"NUMBER_OF_OPERATIONS_EXHAUSTED","message":"Too many requests sent to external repository. {Call VCF failed with error code {429}, message {The maximum amount of requests has been reached} and additional description {null}}"}
vw-connect.0 7488   2022-07-05 17:55:51.476 error   429
marwin79 commented 2 years ago

Whenever the value was read (eg. every minute or every 5 minutes), the value was converted from Kelvin to Celsius an was then written again.

Does my change make sense?