-
Notifications
You must be signed in to change notification settings - Fork 19
Description
MODEL: BEOK TGR87 WIFI
Logger: homeassistant.components.websocket_api.http.connection
Source: custom_components/floureon/init.py:44
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: December 12, 2022 at 11:39:02 PM (1 occurrences)
Last logged: December 12, 2022 at 11:39:02 PM
[2805808576] [Errno -4000] Network timeout: No response received within 3s
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/broadlink/init.py", line 225, in hello
return next(
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 200, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1745, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1782, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service
await service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 678, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 943, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 715, in _handle_entity_call
await result
File "/config/custom_components/floureon/climate.py", line 240, in async_set_hvac_mode
device = self._thermostat.device()
File "/config/custom_components/floureon/init.py", line 44, in device
return broadlink.hello(self._host, timeout=3)
File "/usr/local/lib/python3.10/site-packages/broadlink/init.py", line 229, in hello
raise e.NetworkTimeoutError(
broadlink.exceptions.NetworkTimeoutError: [Errno -4000] Network timeout: No response received within 3s