Hi all,
I’m new to this forum, but an entousiast HA user for a few years now.
As of yesterday, I sudddenly have an issue with the Tuya integration. It reports the “MQTT config” error. I have read up on a few forums (even on the GitHub page) and tried everything, but nothing seems to solve this problem. Until yesterday the Tuya integration was working fine, but now it throws this error:
2022-11-15 16:24:09.510 ERROR (Thread-3) [tuya_iot] error while get mqtt config
2022-11-15 16:24:09.585 ERROR (Thread-3) [root] Uncaught thread exception
Traceback (most recent call last):
File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.10/site-packages/tuya_iot/openmq.py", line 161, in run
time.sleep(self.mq_config.expire_time - 60)
AttributeError: 'NoneType' object has no attribute 'expire_time'
Today I updated the HA core to 2022.11.2 because I thought this might be the issue, but no, it still does not work. I even created a new project on the IoT Tuya site, but no success.
Removed the entire integration and re-added it, still no success.
The integreation keeps throwing this error message.
I don’t know if this is the right place to post this topic, if not, please let me know.
Is there anyone experiencing the same issue? I can provide more info/logs if needed.
Thanks in advance!
Edit: Question: Where can i find the openmq.py file in my installation? (I have OS version)