I am using Tuya Local to talk to a number of ‘smart plugs’ and 4 out of the 5 are working well. However the 5th one was working well but I now get:
2023-04-30 09:37:52.333 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration tuya_local 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
2023-04-30 09:38:12.625 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for tuya_local doing blocking calls at custom_components/tuya_local/device.py, line 66: self._api = tinytuya.Device(dev_id, address, local_key)
2023-04-30 09:38:16.238 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for tuya_local doing blocking calls at custom_components/tuya_local/device.py, line 66: self._api = tinytuya.Device(dev_id, address, local_key)
2023-04-30 09:38:19.311 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for tuya_local doing blocking calls at custom_components/tuya_local/device.py, line 66: self._api = tinytuya.Device(dev_id, address, local_key)
2023-04-30 09:38:22.996 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for tuya_local doing blocking calls at custom_components/tuya_local/device.py, line 66: self._api = tinytuya.Device(dev_id, address, local_key)
2023-04-30 09:38:41.117 ERROR (MainThread) [custom_components.tuya_local.device] <class ‘Exception’>: Unable to find device on network (specify IP address) while initialising device bf71d1cef200f4d18eiwws
2023-04-30 09:38:41.121 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Dishwasher for tuya_local
File “/config/custom_components/tuya_local/init.py”, line 238, in async_setup_entry
File “/config/custom_components/tuya_local/device.py”, line 569, in setup_device
File “/config/custom_components/tuya_local/device.py”, line 74, in init
File “/config/custom_components/tuya_local/device.py”, line 66, in init
As I say, the other 4 devices that were all set up at the same time have been working well for about 2 weeks. I note that the device that is causing these errors is also closest to the WiFi router so I’m discounting communication issues (at least for now).
Does the ‘custom integration author’ have any advice?
Susan