home-assistant.log 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. 2022-11-12 05:01:48.476 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-12 05:01:48.477 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-12 05:01:48.478 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-12 05:02:03.645 WARNING (MainThread) [pydeconz.models.light.light] Unexpected light effect type 0
  5. 2022-11-12 05:02:03.648 WARNING (MainThread) [pydeconz.models.light.light] Unexpected light effect type 0
  6. 2022-11-12 05:02:03.650 WARNING (MainThread) [pydeconz.models.light.light] Unexpected light effect type 0
  7. 2022-11-12 05:02:06.744 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-12 05:33:49.294 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  9. Traceback (most recent call last):
  10. File "/usr/src/homeassistant/homeassistant/components/sonos/__init__.py", line 317, in _async_handle_discovery_message
  11. await self.hass.async_add_executor_job(
  12. File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
  13. result = self.fn(*self.args, **self.kwargs)
  14. File "/usr/src/homeassistant/homeassistant/components/sonos/__init__.py", line 246, in _add_speaker
  15. speaker.setup(self.entry)
  16. File "/usr/src/homeassistant/homeassistant/components/sonos/speaker.py", line 187, in setup
  17. self.media.play_mode = self.soco.play_mode
  18. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 565, in play_mode
  19. result = self.avTransport.GetTransportSettings(
  20. File "/usr/local/lib/python3.10/site-packages/soco/services.py", line 206, in _dispatcher
  21. return self.send_command(action, *args, **kwargs)
  22. File "/usr/local/lib/python3.10/site-packages/soco/services.py", line 514, in send_command
  23. self.handle_upnp_error(response.text)
  24. File "/usr/local/lib/python3.10/site-packages/soco/services.py", line 562, in handle_upnp_error
  25. error = XML.fromstring(xml_error)
  26. File "/usr/local/lib/python3.10/xml/etree/ElementTree.py", line 1343, in XML
  27. return parser.close()
  28. xml.etree.ElementTree.ParseError: no element found: line 1, column 0
  29. 2022-11-12 06:03:10.036 WARNING (MainThread) [homeassistant.components.media_player] Error retrieving proxied image from http://192.168.1.52:1400/getaa?s=1&u=x-sonosapi-stream:tunein%253a4258?sid%3D303%26flags%3D8232%26sn%3D8
  30. 2022-11-12 06:03:10.046 WARNING (MainThread) [homeassistant.components.media_player] Error retrieving proxied image from http://192.168.1.139:1400/getaa?s=1&u=x-sonosapi-stream:tunein%253a9479?sid%3D303%26flags%3D8232%26sn%3D8
  31. 2022-11-12 06:03:10.124 WARNING (MainThread) [homeassistant.components.media_player] Error retrieving proxied image from http://192.168.1.120:1400/getaa?s=1&u=x-sonosapi-stream:tunein%253a9479?sid%3D303%26flags%3D8232%26sn%3D8
  32. 2022-11-12 07:21:10.728 ERROR (MainThread) [frontend.js.latest.202211080] :0:0 ResizeObserver loop completed with undelivered notifications.
  33. 2022-11-12 07:21:43.483 ERROR (MainThread) [frontend.js.latest.202211080] :0:0 ResizeObserver loop completed with undelivered notifications.
  34. 2022-11-12 20:26:45.700 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for smartmeter @ 192.168.1.122: Error connecting to ('192.168.1.122', 6053): [Errno 113] Connect call failed ('192.168.1.122', 6053)
  35. 2022-11-13 00:35:15.581 WARNING (MainThread) [homeassistant.components.sonos.speaker] Subscription renewal failed for Schlafzimmer: Request timed out
  36. 2022-11-13 05:00:14.879 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for smartmeter @ 192.168.1.122: Error while reading data: [Errno 104] Connection reset by peer
  37. 2022-11-13 06:42:49.886 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  38. Traceback (most recent call last):
  39. File "/usr/local/lib/python3.10/site-packages/gardena/smart_system.py", line 185, in start_ws
  40. ws_url = await self.__get_ws_url(location)
  41. File "/usr/local/lib/python3.10/site-packages/backoff/_async.py", line 151, in retry
  42. ret = await target(*args, **kwargs)
  43. File "/usr/local/lib/python3.10/site-packages/gardena/smart_system.py", line 209, in __get_ws_url
  44. r = await self.client.post(
  45. File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1842, in post
  46. return await self.request(
  47. File "/usr/local/lib/python3.10/site-packages/authlib/integrations/httpx_client/oauth2_client.py", line 88, in request
  48. await self.ensure_active_token()
  49. File "/usr/local/lib/python3.10/site-packages/authlib/integrations/httpx_client/oauth2_client.py", line 105, in ensure_active_token
  50. token = await self.fetch_token(url, grant_type='client_credentials')
  51. File "/usr/local/lib/python3.10/site-packages/authlib/integrations/httpx_client/oauth2_client.py", line 118, in _fetch_token
  52. resp = await self.post(
  53. File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1842, in post
  54. return await self.request(
  55. File "/usr/local/lib/python3.10/site-packages/authlib/integrations/httpx_client/oauth2_client.py", line 92, in request
  56. return await super(AsyncOAuth2Client, self).request(
  57. File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1514, in request
  58. request = self.build_request(
  59. File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 344, in build_request
  60. url = self._merge_url(url)
  61. File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 374, in _merge_url
  62. merge_url = URL(url)
  63. File "/usr/local/lib/python3.10/site-packages/httpx/_urls.py", line 102, in __init__
  64. raise TypeError(
  65. TypeError: Invalid type for url. Expected str or httpx.URL, got <class 'NoneType'>: None
  66. 2022-11-13 10:03:06.894 WARNING (MainThread) [homeassistant.components.sonos.speaker] No recent activity and cannot reach Schlafzimmer, marking unavailable
  67. 2022-11-13 11:09:43.999 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  68. Traceback (most recent call last):
  69. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 332, in __init__
  70. socket.inet_aton(ip_address)
  71. OSError: illegal IP address string passed to inet_aton
  72. The above exception was the direct cause of the following exception:
  73. Traceback (most recent call last):
  74. File "/usr/src/homeassistant/homeassistant/components/sonos/__init__.py", line 318, in _async_handle_discovery_message
  75. self._add_speaker, SoCo(discovered_ip)
  76. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 119, in __call__
  77. cls._instances[key][args] = super().__call__(*args, **kwargs)
  78. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 334, in __init__
  79. raise ValueError("Not a valid IP address string") from error
  80. ValueError: Not a valid IP address string
  81. 2022-11-14 00:23:10.236 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for smartmeter @ 192.168.1.122: Error connecting to ('192.168.1.122', 6053): [Errno 111] Connect call failed ('192.168.1.122', 6053)
  82. 2022-11-14 05:00:13.975 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for smartmeter @ 192.168.1.122: Error while reading data: [Errno 104] Connection reset by peer
  83. 2022-11-15 00:42:15.123 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  84. Traceback (most recent call last):
  85. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 332, in __init__
  86. socket.inet_aton(ip_address)
  87. OSError: illegal IP address string passed to inet_aton
  88. The above exception was the direct cause of the following exception:
  89. Traceback (most recent call last):
  90. File "/usr/src/homeassistant/homeassistant/components/sonos/__init__.py", line 318, in _async_handle_discovery_message
  91. self._add_speaker, SoCo(discovered_ip)
  92. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 119, in __call__
  93. cls._instances[key][args] = super().__call__(*args, **kwargs)
  94. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 334, in __init__
  95. raise ValueError("Not a valid IP address string") from error
  96. ValueError: Not a valid IP address string
  97. 2022-11-15 01:42:14.524 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  98. Traceback (most recent call last):
  99. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 332, in __init__
  100. socket.inet_aton(ip_address)
  101. OSError: illegal IP address string passed to inet_aton
  102. The above exception was the direct cause of the following exception:
  103. Traceback (most recent call last):
  104. File "/usr/src/homeassistant/homeassistant/components/sonos/__init__.py", line 318, in _async_handle_discovery_message
  105. self._add_speaker, SoCo(discovered_ip)
  106. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 119, in __call__
  107. cls._instances[key][args] = super().__call__(*args, **kwargs)
  108. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 334, in __init__
  109. raise ValueError("Not a valid IP address string") from error
  110. ValueError: Not a valid IP address string
  111. 2022-11-15 05:00:14.105 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for smartmeter @ 192.168.1.122: Error while reading data: [Errno 104] Connection reset by peer
  112. 2022-11-15 07:57:37.800 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for smartmeter @ 192.168.1.122: Error connecting to ('192.168.1.122', 6053): [Errno 113] Connect call failed ('192.168.1.122', 6053)
  113. 2022-11-15 14:11:53.924 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  114. Traceback (most recent call last):
  115. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 332, in __init__
  116. socket.inet_aton(ip_address)
  117. OSError: illegal IP address string passed to inet_aton
  118. The above exception was the direct cause of the following exception:
  119. Traceback (most recent call last):
  120. File "/usr/src/homeassistant/homeassistant/components/sonos/__init__.py", line 318, in _async_handle_discovery_message
  121. self._add_speaker, SoCo(discovered_ip)
  122. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 119, in __call__
  123. cls._instances[key][args] = super().__call__(*args, **kwargs)
  124. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 334, in __init__
  125. raise ValueError("Not a valid IP address string") from error
  126. ValueError: Not a valid IP address string
  127. 2022-11-15 17:11:44.530 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  128. Traceback (most recent call last):
  129. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 332, in __init__
  130. socket.inet_aton(ip_address)
  131. OSError: illegal IP address string passed to inet_aton
  132. The above exception was the direct cause of the following exception:
  133. Traceback (most recent call last):
  134. File "/usr/src/homeassistant/homeassistant/components/sonos/__init__.py", line 318, in _async_handle_discovery_message
  135. self._add_speaker, SoCo(discovered_ip)
  136. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 119, in __call__
  137. cls._instances[key][args] = super().__call__(*args, **kwargs)
  138. File "/usr/local/lib/python3.10/site-packages/soco/core.py", line 334, in __init__
  139. raise ValueError("Not a valid IP address string") from error
  140. ValueError: Not a valid IP address string