- 积分
- 724
- 金钱
- 652
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 724
- 金钱
- 652
- HASS币
- 0
|
发表于 2017-12-16 12:46:56
|
显示全部楼层
折腾了几天了,也换了新的14号的插件,空调伴侣可以ping通,也能用米家控制。
不知道问题出在哪里了。。。。
2017-12-16 12:31:53 WARNING (MainThread) [homeassistant.setup] Setup of climate is taking over 10 seconds.
2017-12-16 12:34:21 ERROR (Thread-19) [miio.device] Got error when receiving: timed out
2017-12-16 12:34:21 WARNING (Thread-19) [miio.device] Retrying with incremented id, retries left: 3
2017-12-16 12:34:25 WARNING (MainThread) [homeassistant.components.climate] Setup of platform mi_acpartner is taking over 10 seconds.
2017-12-16 12:34:26 ERROR (Thread-19) [miio.device] Got error when receiving: timed out
2017-12-16 12:34:26 WARNING (Thread-19) [miio.device] Retrying with incremented id, retries left: 2
2017-12-16 12:34:31 ERROR (Thread-19) [miio.device] Got error when receiving: timed out
2017-12-16 12:34:31 WARNING (Thread-19) [miio.device] Retrying with incremented id, retries left: 1
2017-12-16 12:34:36 ERROR (Thread-19) [miio.device] Got error when receiving: timed out
2017-12-16 12:34:36 ERROR (MainThread) [homeassistant.components.climate] Error while setting up platform mi_acpartner
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/miio/device.py", line 236, in send
data, addr = s.recvfrom(1024)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/miio/device.py", line 236, in send
data, addr = s.recvfrom(1024)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/miio/device.py", line 236, in send
data, addr = s.recvfrom(1024)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/miio/device.py", line 236, in send
data, addr = s.recvfrom(1024)
socket.timeout: timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/helpers/entity_component.py", line 171, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
File "/usr/lib/python3.5/asyncio/tasks.py", line 400, in wait_for
return fut.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/homeassistant/.homeassistant/custom_components/climate/mi_acpartner.py", line 141, in setup_platform
token, sensor_entity_id, sync, customize),
File "/home/homeassistant/.homeassistant/custom_components/climate/mi_acpartner.py", line 214, in __init__
self._state = self.climate_get_state()
File "/home/homeassistant/.homeassistant/custom_components/climate/mi_acpartner.py", line 485, in climate_get_state
getstate = self.climate.send("get_model_and_state", [])
File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/miio/device.py", line 258, in send
return self.send(command, parameters, retry_count - 1)
File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/miio/device.py", line 258, in send
return self.send(command, parameters, retry_count - 1)
File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/miio/device.py", line 258, in send
return self.send(command, parameters, retry_count - 1)
File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/miio/device.py", line 259, in send
raise DeviceException from ex
miio.device.DeviceException
|
|