home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.83k stars 30.91k forks source link

StreamLabs not showing any sensor or entity #127486

Open jasipsw opened 1 month ago

jasipsw commented 1 month ago

The problem

StreamLabs not showing any sensor or entity. The integration is installed, with the API key. The StremLabs device is installed and working with the StreamLabs application. No noticeable errors in the logs.

What version of Home Assistant Core has the issue?

core-2024.10.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Streamlabs

Link to integration documentation on our website

https://www.home-assistant.io/integrations/streamlabswater

Diagnostics information

no diagnostics

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Nothing related that I could see...

Here is the log tail just in case I missed something...
/api/v1/samples (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6e63d6a0>: Failed to establish a new connection: [Errno -3] Try again'))
2024-10-03 12:45:12.289 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:45:20.041 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:45:42.290 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:45:50.042 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:45:50.303 WARNING (SyncWorker_47) [custom_components.sensorpush_cloud] Unable to fetch latest samples from SensorPush cloud. Error: HTTPSConnectionPool(host='api.sensorpush.com', port=443): Max retries exceeded with url: /api/v1/samples (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f728d5d60>: Failed to establish a new connection: [Errno -3] Try again'))
2024-10-03 12:46:12.291 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:46:20.042 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:46:35.132 WARNING (MainThread) [homeassistant.components.unifi] Exception on update 
2024-10-03 12:46:42.292 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:46:50.044 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:46:50.535 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:46:52.295 WARNING (SyncWorker_33) [custom_components.sensorpush_cloud] Unable to fetch latest samples from SensorPush cloud. Error: HTTPSConnectionPool(host='api.sensorpush.com', port=443): Max retries exceeded with url: /api/v1/samples (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6e63c4d0>: Failed to establish a new connection: [Errno -3] Try again'))
2024-10-03 12:47:02.820 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:47:12.293 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:47:13.187 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:47:20.288 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:47:25.092 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:47:38.469 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:47:42.293 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:47:50.289 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:47:52.298 WARNING (SyncWorker_2) [custom_components.sensorpush_cloud] Unable to fetch latest samples from SensorPush cloud. Error: HTTPSConnectionPool(host='api.sensorpush.com', port=443): Max retries exceeded with url: /api/v1/samples (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6e63e690>: Failed to establish a new connection: [Errno -3] Try again'))
2024-10-03 12:47:53.828 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:48:06.115 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:48:12.294 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:48:18.406 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:48:20.291 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:48:35.296 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:48:42.295 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:48:47.460 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:48:50.291 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:48:52.299 WARNING (SyncWorker_1) [custom_components.sensorpush_cloud] Unable to fetch latest samples from SensorPush cloud. Error: HTTPSConnectionPool(host='api.sensorpush.com', port=443): Max retries exceeded with url: /api/v1/samples (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f978348f0>: Failed to establish a new connection: [Errno -3] Try again'))
2024-10-03 12:49:02.820 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:49:13.288 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:49:16.356 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:49:20.292 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:49:29.572 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:49:41.860 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:49:43.289 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:49:50.695 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:49:52.298 WARNING (SyncWorker_10) [custom_components.sensorpush_cloud] Unable to fetch latest samples from SensorPush cloud. Error: HTTPSConnectionPool(host='api.sensorpush.com', port=443): Max retries exceeded with url: /api/v1/oauth/authorize (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7f13c440>: Failed to establish a new connection: [Errno -3] Try again'))
2024-10-03 12:49:57.221 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:50:09.508 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:50:13.290 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:50:20.695 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:50:21.797 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:50:37.156 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:50:43.291 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:50:50.696 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:50:52.302 WARNING (SyncWorker_8) [custom_components.sensorpush_cloud] Unable to fetch latest samples from SensorPush cloud. Error: HTTPSConnectionPool(host='api.sensorpush.com', port=443): Max retries exceeded with url: /api/v1/oauth/authorize (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6e5b5f70>: Failed to establish a new connection: [Errno -3] Try again'))
2024-10-03 12:50:52.517 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:51:13.292 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:51:14.020 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Error requesting data from https://192.168.1.1:443/v2/api/site/default/trafficrules: Cannot connect to host 192.168.1.1:443 ssl:False [Connect call failed ('192.168.1.1', 443)]
2024-10-03 12:51:20.697 ERROR (MainThread) [homeassistant.helpers.entity] Update for select.comfoairq_balance_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
    await self.async_update()
  File "/config/custom_components/comfoconnect/select.py", line 211, in async_update
    self._attr_current_option = await self.entity_description.get_value_fn(self._ccb)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/comfoconnect.py", line 325, in get_balance_mode
    result_06 = await self.cmd_rmi_request(bytes([0x83, UNIT_SCHEDULE, SUBUNIT_06, 0x01]))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiocomfoconnect/bridge.py", line 142, in _send
    raise AioComfoConnectNotConnected
aiocomfoconnect.exceptions.AioComfoConnectNotConnected
2024-10-03 12:51:44.291 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:52:14.292 WARNING (MainThread) [homeassistant.components.light] Updating decora_wifi light took longer than the scheduled update interval 0:00:30
2024-10-03 12:52:29.043 ERROR (MainThread) [homeassistant.helpers.entity] Update for light.planter_lights fails
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen
    httplib_response = self._make_request(
                       ^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py", line 468, in _make_request
    six.raise_from(e, None)
  File "<string>", line 3, in raise_from
  File "/usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py", line 463, in _make_request
    httplib_response = conn.getresponse()
                       ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/http/client.py", line 1428, in getresponse
    response.begin()
  File "/usr/local/lib/python3.12/http/client.py", line 331, in begin
    version, status, reason = self._read_status()
                              ^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/http/client.py", line 300, in _read_status
    raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/requests/adapters.py", line 667, in send
    resp = conn.urlopen(
           ^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen
    retries = retries.increment(
              ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/urllib3/util/retry.py", line 552, in increment
    raise six.reraise(type(error), error, _stacktrace)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/urllib3/packages/six.py", line 769, in reraise
    raise value.with_traceback(tb)
  File "/usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen
    httplib_response = self._make_request(
                       ^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py", line 468, in _make_request
    six.raise_from(e, None)
  File "<string>", line 3, in raise_from
  File "/usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py", line 463, in _make_request
    httplib_response = conn.getresponse()
                       ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/http/client.py", line 1428, in getresponse
    response.begin()
  File "/usr/local/lib/python3.12/http/client.py", line 331, in begin
    version, status, reason = self._read_status()
                              ^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/http/client.py", line 300, in _read_status
    raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1302, in async_device_update
    await hass.async_add_executor_job(self.update)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/decora_wifi/light.py", line 173, in update
    self._switch.refresh()
  File "/usr/local/lib/python3.12/site-packages/decora_wifi/models/iot_switch.py", line 87, in refresh
    result = self._session.call_api(api, {}, 'get')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/decora_wifi/__init__.py", line 48, in call_api
    response = getattr(self._session, method)(uri, data=payload_json)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 602, in get
    return self.request("GET", url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/requests/adapters.py", line 682, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2024-10-03 12:58:00.803 WARNING (SyncWorker_29) [custom_components.sensorpush_cloud] Unable to fetch latest samples from SensorPush cloud. Error: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2024-10-03 13:06:21.064 WARNING (MainThread) [homeassistant.components.websocket_api.http.connection] [548001891520] from 172.56.195.20 (Mozilla/5.0 (Linux; Android 14; Pixel 8 Pro Build/AP2A.240905.003; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 Home Assistant/2024.9.4-13806 (Android 14; Pixel 8 Pro)): Disconnected: Did not receive auth message within 10 seconds
2024-10-03 13:07:58.132 WARNING (MainThread) [homeassistant.components.websocket_api.http.connection] [547560270592] 50 Clark from 172.56.195.20 (Mozilla/5.0 (Linux; Android 14; Pixel 8 Pro Build/AP2A.240905.003; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 Home Assistant/2024.9.4-13806 (Android 14; Pixel 8 Pro)): Disconnected: Received non-Text message.
2024-10-03 13:27:34.317 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 377, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "aiohttp/_http_parser.pyx", line 563, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadHttpMessage: 400, message:
  Pause on PRI/Upgrade:

    b''
      ^

Additional information

No response

home-assistant[bot] commented 1 month ago

streamlabswater documentation streamlabswater source