home-assistant.log.1 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 2022-11-11 20:08:13.033 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration config_editor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
  2. 2022-11-11 20:08:13.033 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
  3. 2022-11-11 20:08:13.034 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration gardena_smart_system which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
  4. 2022-11-11 20:08:26.868 WARNING (MainThread) [pydeconz.models.light.light] Unexpected light effect type 0
  5. 2022-11-11 20:08:26.870 WARNING (MainThread) [pydeconz.models.light.light] Unexpected light effect type 0
  6. 2022-11-11 20:08:26.872 WARNING (MainThread) [pydeconz.models.light.light] Unexpected light effect type 0
  7. 2022-11-11 20:08:30.112 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Error connecting to ('192.168.1.169', 6053): [Errno 113] Connect call failed ('192.168.1.169', 6053)
  8. 2022-11-11 23:35:42.312 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  9. Traceback (most recent call last):
  10. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 332, in __init__
  11. socket.inet_aton(ip_address)
  12. OSError: illegal IP address string passed to inet_aton
  13. The above exception was the direct cause of the following exception:
  14. Traceback (most recent call last):
  15. File "/usr/src/homeassistant/homeassistant/components/sonos/__init__.py", line 318, in _async_handle_discovery_message
  16. self._add_speaker, SoCo(discovered_ip)
  17. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 119, in __call__
  18. cls._instances[key][args] = super().__call__(*args, **kwargs)
  19. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 334, in __init__
  20. raise ValueError("Not a valid IP address string") from error
  21. ValueError: Not a valid IP address string
  22. 2022-11-11 23:35:43.102 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  23. Traceback (most recent call last):
  24. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 332, in __init__
  25. socket.inet_aton(ip_address)
  26. OSError: illegal IP address string passed to inet_aton
  27. The above exception was the direct cause of the following exception:
  28. Traceback (most recent call last):
  29. File "/usr/src/homeassistant/homeassistant/components/sonos/__init__.py", line 318, in _async_handle_discovery_message
  30. self._add_speaker, SoCo(discovered_ip)
  31. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 119, in __call__
  32. cls._instances[key][args] = super().__call__(*args, **kwargs)
  33. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 334, in __init__
  34. raise ValueError("Not a valid IP address string") from error
  35. ValueError: Not a valid IP address string
  36. 2022-11-12 05:01:41.922 WARNING (MainThread) [homeassistant.runner] Task could not be canceled and was still running after shutdown: <Task pending name='Task-159918' coro=<WebSocketCommonProtocol.close_connection() running at /usr/local/lib/python3.10/site-packages/websockets/legacy/protocol.py:1324> wait_for=<Future pending cb=[Task.task_wakeup()]>>
  37. 2022-11-12 05:01:42.132 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending!