You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm glad you have worked on this integration and I'll be happy to help by testing use cases for you if it's required.
I'm getting periodically these errors in my docker logs :
File "/config/custom_components/cozytouch/climate.py", line 189, in _handle_coordinator_update self.coordinator.get_capability_value(self._capability["capabilityId"]) File "/config/custom_components/cozytouch/hub.py", line 406, in get_capability_value if capabilityId == capability["capabilityId"]: ~~~~~~~~~~^^^^^^^^^^^^^^^^ TypeError: string indices must be integers, not 'str' 2024-11-05 01:21:06.870 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 258, in _handle_refresh_interval await self._async_refresh(log_failures=True, scheduled=True) File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 453, in _async_refresh self.async_update_listeners() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 168, in async_update_listeners update_callback() File "/config/custom_components/cozytouch/climate.py", line 189, in _handle_coordinator_update self.coordinator.get_capability_value(self._capability["capabilityId"]) File "/config/custom_components/cozytouch/hub.py", line 406, in get_capability_value if capabilityId == capability["capabilityId"]: ~~~~~~~~~~^^^^^^^^^^^^^^^^ TypeError: string indices must be integers, not 'str' 2024-11-05 01:21:16.459 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 258, in _handle_refresh_interval await self._async_refresh(log_failures=True, scheduled=True) File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 453, in _async_refresh self.async_update_listeners() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 168, in async_update_listeners update_callback() File "/config/custom_components/cozytouch/climate.py", line 189, in _handle_coordinator_update self.coordinator.get_capability_value(self._capability["capabilityId"]) File "/config/custom_components/cozytouch/hub.py", line 406, in get_capability_value if capabilityId == capability["capabilityId"]: ~~~~~~~~~~^^^^^^^^^^^^^^^^ TypeError: string indices must be integers, not 'str'
Do you think there's something you can do ?
On the other side, when Atlantic API are working, it looks like it's working pretty fine :)
Regards,
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for your work.
I'm glad you have worked on this integration and I'll be happy to help by testing use cases for you if it's required.
I'm getting periodically these errors in my docker logs :
File "/config/custom_components/cozytouch/climate.py", line 189, in _handle_coordinator_update self.coordinator.get_capability_value(self._capability["capabilityId"]) File "/config/custom_components/cozytouch/hub.py", line 406, in get_capability_value if capabilityId == capability["capabilityId"]: ~~~~~~~~~~^^^^^^^^^^^^^^^^ TypeError: string indices must be integers, not 'str' 2024-11-05 01:21:06.870 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 258, in _handle_refresh_interval await self._async_refresh(log_failures=True, scheduled=True) File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 453, in _async_refresh self.async_update_listeners() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 168, in async_update_listeners update_callback() File "/config/custom_components/cozytouch/climate.py", line 189, in _handle_coordinator_update self.coordinator.get_capability_value(self._capability["capabilityId"]) File "/config/custom_components/cozytouch/hub.py", line 406, in get_capability_value if capabilityId == capability["capabilityId"]: ~~~~~~~~~~^^^^^^^^^^^^^^^^ TypeError: string indices must be integers, not 'str' 2024-11-05 01:21:16.459 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 258, in _handle_refresh_interval await self._async_refresh(log_failures=True, scheduled=True) File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 453, in _async_refresh self.async_update_listeners() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 168, in async_update_listeners update_callback() File "/config/custom_components/cozytouch/climate.py", line 189, in _handle_coordinator_update self.coordinator.get_capability_value(self._capability["capabilityId"]) File "/config/custom_components/cozytouch/hub.py", line 406, in get_capability_value if capabilityId == capability["capabilityId"]: ~~~~~~~~~~^^^^^^^^^^^^^^^^ TypeError: string indices must be integers, not 'str'
Do you think there's something you can do ?
On the other side, when Atlantic API are working, it looks like it's working pretty fine :)
Regards,
The text was updated successfully, but these errors were encountered: