It is impossible to reconnect a device to tuya-local if the Wi-Fi network on the device has changed #1112
Replies: 7 comments 7 replies
|
The device id should not be changing. The device id is used as the unique id for the device, and is scattered throughout the HA config once the device is added, so it cannot simply be updated. If your device id is really changing, it is a different device, and the device needs to be removed and re-added. |
|
I'm facing the same issue, how do I update the IP address? |
|
The ip address has not changed. When changing the access point, the id and key changed. |
|
I did not change the router (on which DHCP is running), I changed the Wi-Fi access point on the device within the same local network. MAC did not change, IP did not change, Device ID and Key changed. |
TOMN TOMPD-63LW Before reset: After reset: |
|
It seems some devices will change their device id when reset. https://support.tuya.com/en/help/_detail/K9hrdz9omvknb This makes them a different device as far as tuya-local is concerned, so you need to remove the old device and set up a new one. |
|
In this case, I will have to change the automation settings. I replaced 2 values in the files: |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
#1111
It is impossible to reconnect a device to tuya-local if the Wi-Fi network on the device has changed. I solved the problem via the terminal. Replaced the old "device_id" and "local_key" to new ones in the files:
.storage/core.entity_registry
.storage/core.device_registry
Why can't this problem be solved through the GUI?
All reactions