JohNan / homeassistant-wellbeing

Get the status from your Electrolux devices connected to Wellbeing
MIT License
76 stars 20 forks source link

Auth failed.... #121

Closed Biyadh00 closed 3 weeks ago

Biyadh00 commented 3 weeks ago

Logger: custom_components.wellbeing Source: custom_components/wellbeing/config_flow.py:50 integration: Electrolux Wellbeing (documentation, issues) First occurred: 08:06:14 (2 occurrences) Last logged: 08:08:10

Validating credentials failed - 429, message='', url='https://api.developer.electrolux.one/api/v1/appliances'

Core 2024.8.2 Supervisor 2024.08.0 Operating System 13.0 Frontend 20240809.0

Uffe78 commented 3 weeks ago

Same problem here..

JohNan commented 3 weeks ago

Too many requests. Try increasing the update interval through the confirmation of the integration.

Uffe78 commented 3 weeks ago

Ok how high? 70 sec?

Danny-Cap commented 3 weeks ago

Ok how high? 70 sec?

https://developer.electrolux.one/documentation/quotasAndRateLimits

It says 5000 calls per day for a free user.. This would be 1 per 18 seconds, but we reach the limit with 30 seconds interval?

I put it to 60 now and hope it will be enough

You are right. But every action you do from Home Assistant is also at least 1 call. I've been running with 120 seconds for the past week without any problems.

Biyadh00 commented 3 weeks ago

Too many requests. Try increasing the update interval through the confirmation of the integration.

Perfect, thank you.