hass-gardena-smart-system: ERROR (MainThread) [gardena.smart_system] 429 : Limit Exceeded
Every time I restart my HA, i get the following error and the intergartion is not working:
2022-07-16 08:56:37 ERROR (MainThread) [gardena.smart_system] 429 : Limit Exceeded
2022-07-16 08:56:37 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry for gardena_smart_system
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 353, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/gardena_smart_system/__init__.py", line 48, in async_setup_entry
await gardena_system.start()
File "/config/custom_components/gardena_smart_system/__init__.py", line 85, in start
await self.smart_system.update_locations()
File "/usr/local/lib/python3.10/site-packages/gardena/smart_system.py", line 142, in update_locations
response_data = await self.__call_smart_system_get(
File "/usr/local/lib/python3.10/site-packages/gardena/smart_system.py", line 137, in __call_smart_system_get
if self.__response_has_errors(response):
File "/usr/local/lib/python3.10/site-packages/gardena/smart_system.py", line 128, in __response_has_errors
raise Exception(msg)
Exception: Limit Exceeded
When I re-enter my credentials it works perfectly, but after a restart it is broken again.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (4 by maintainers)
same issue here. removed integration from ha, updated to latest 1.0.0-0b907, restarted ha and tried to add integration again.
Unfortunately, it wasn’t fixed, no more data for me: