smarthomej / addons

SmartHome/J addons for openHAB
Eclipse Public License 2.0
59 stars 24 forks source link

[tuya] not discovering ip address #324

Closed jimtng closed 2 years ago

jimtng commented 2 years ago

I tried adding several of my tuya devices then started a trace log. It seems that 2 of my devices continuously do udp broadcast, readily advertising their ip addresses. The others don't seem to be doing much. Out of the 2 that I added, 1 finally figured out its ip address after a long time, and 1 is still in CONFIG_PENDING Waiting for IP Address state.

jimtng commented 2 years ago

Update: it seems that I cannot run tuya-mqtt at the same time. As soon as tuya-mqtt is stopped, the binding received udp broadcast with the ip address of the device that was pending.

J-N-K commented 2 years ago

Yes, only one local connection is possible. Maybe that should be added to the documentation.