py-smart-gardena / hass-gardena-smart-system

Home Assistant custom component integration for Gardena Smart System
Apache License 2.0
208 stars 53 forks source link

error on startup #135

Open sabixx opened 2 years ago

sabixx commented 2 years ago

most of the time the adapter works great, but sometimes after restart I get an error, restating again helps most of the time.

I only use the irrigation system of Gardena, no mover or else.

Logger: homeassistant.config_entries Source: custom_components/gardena_smart_system/init.py:86 Integration: Gardena Smart System integration (documentation, issues) First occurred: 15:30:15 (1 occurrences) Last logged: 15:30:15 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 49, in async_setup_entry await gardena_system.start() File "/config/custom_components/gardena_smart_system/init.py", line 86, in start await self.smart_system.update_locations() File "/usr/local/lib/python3.10/site-packages/gardena/smart_system.py", line 138, in update_locations response_data = await self.call_smart_system_get( File "/usr/local/lib/python3.10/site-packages/gardena/smart_system.py", line 133, in call_smart_system_get if self.__response_has_errors(response): File "/usr/local/lib/python3.10/site-packages/gardena/smart_system.py", line 124, in __response_has_errors raise Exception(msg) Exception: Limit Exceeded

xses79 commented 2 years ago

Im getting the same. After about 48h after install.

olesk75 commented 2 years ago

Same here.