yes. I have checked the IP from the router side and it tells me that Home Assistant is on 192.168.1.132. Plus I reserved the IP address for Home Assistant in the router. So it doesn’t move.
my log all:
2020-09-20 19:38:41 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for sonoff 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.
2020-09-20 19:38:41 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for clean_up_snapshots_service 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.
2020-09-20 19:38:41 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for 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.
2020-09-20 19:38:52 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
2020-09-20 19:39:18 ERROR (MainThread) [homeassistant.components.weather] The openweathermap platform for the weather integration does not support platform setup. Please remove it from your config.
2020-09-20 19:39:18 ERROR (MainThread) [homeassistant.components.sensor] The openweathermap platform for the sensor integration does not support platform setup. Please remove it from your config.
2020-09-20 19:40:31 ERROR (MainThread) [custom_components.sonoff.sonoff_cloud] Cloud WS exception: {'action': 'update', 'deviceid': '100097393e', 'apikey': '80ad0d79-6bc1-429e-956b-429e3b066222', 'userAgent': 'device', 'sequence': '1600641629787', 'ts': 0, 'params': {'sledOnline': 'on'}, 'from': 'device', 'seq': '2239'}
Traceback (most recent call last):
File "/config/custom_components/sonoff/sonoff_cloud.py", line 234, in _connect
await self._process_ws_msg(resp)
File "/config/custom_components/sonoff/sonoff_cloud.py", line 155, in _process_ws_msg
await self._set_response(data)
File "/config/custom_components/sonoff/sonoff_cloud.py", line 66, in _set_response
assert 'error' in data, data
AssertionError: {'action': 'update', 'deviceid': '100097393e', 'apikey': '80ad0d79-6bc1-429e-956b-429e3b066222', 'userAgent': 'device', 'sequence': '1600641629787', 'ts': 0, 'params': {'sledOnline': 'on'}, 'from': 'device', 'seq': '2239'}
2020-09-20 20:10:42 ERROR (MainThread) [homeassistant.components.ipp] Error fetching ipp data: Invalid response from API: Timeout occurred while connecting to IPP server.
2020-09-20 20:12:23 ERROR (MainThread) [custom_components.sonoff.sonoff_cloud] Coolkit API error: Cannot connect to host us-api.coolkit.cc:8080 ssl:default [Connection reset by peer]
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
File "/usr/local/lib/python3.8/asyncio/base_events.py", line 1050, in create_connection
transport, protocol = await self._create_connection_transport(
File "/usr/local/lib/python3.8/asyncio/base_events.py", line 1080, in _create_connection_transport
await waiter
File "/usr/local/lib/python3.8/asyncio/selector_events.py", line 846, in _read_ready__data_received
data = self._sock.recv(self.max_size)
ConnectionResetError: [Errno 104] Connection reset by peer
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/sonoff/sonoff_cloud.py", line 147, in _api
r = await coro
File "/usr/local/lib/python3.8/site-packages/aiohttp/client.py", line 480, in _request
conn = await self._connector.connect(
File "/usr/local/lib/python3.8/site-packages/aiohttp/connector.py", line 523, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.8/site-packages/aiohttp/connector.py", line 858, in _create_connection
_, proto = await self._create_direct_connection(
File "/usr/local/lib/python3.8/site-packages/aiohttp/connector.py", line 1004, in _create_direct_connection
raise last_exc
File "/usr/local/lib/python3.8/site-packages/aiohttp/connector.py", line 980, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
File "/usr/local/lib/python3.8/site-packages/aiohttp/connector.py", line 943, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host us-api.coolkit.cc:8080 ssl:default [Connection reset by peer]