#Tuya integration - not updating devices
1 messages · Page 1 of 1 (latest)
I've been having what sounds like the same issue with the following error -``Logger: homeassistant.config_entries
Source: components/tuya/init.py:151
First occurred: 11:50:09 (1 occurrences)
Last logged: 11:50:09
Error unloading entry convicte@gmail.com for tuya
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 443, in async_unload
result = await component.async_unload_entry(hass, self) # type: ignore
File "/usr/src/homeassistant/homeassistant/components/tuya/init.py", line 151, in async_unload_entry
device_manager.mq.stop()
File "/usr/local/lib/python3.9/site-packages/tuya_iot/openmq.py", line 225, in stop
self.client.disconnect()
AttributeError: 'NoneType' object has no attribute 'disconnect'
``
For some days now, using the Tuya V2 hacs version it simply stopped updating the status and some devices work while others don't work at all (all connected)
The calls are going out to Tuya, becuase they are being seen by the API
2021-10-07 11:55:29 Publish Switch 1 ON unknown 2021-10-07 11:55:29 publish by cloud api publish by cloud api success remove by IoT platform cloud2cloud 2021-10-07 11:53:35 Publish Switch 1 ON unknown 2021-10-07 11:53:35 publish by cloud api publish by cloud api success remove by IoT platform cloud2cloud 2021-10-07 11:51:37 Publish Switch 1 ON unknown 2021-10-07 11:51:37 publish by cloud api publish by cloud api success remove by IoT platform cloud2cloud
Tuya integration - not updating devices