I have several Tuya RH3052 temperature and humidity sensors, I wish to repurpose some of them, change which room they are in etc.
My first problem was removing them. Clicking remove would remove them for a second before they reappeared. I’m told the log shows the removal is working, but the RH3052 performs an immediate secured rejoin before ZHA finishes removing it. To actually remove them I have to:
. Put the RH3052 in binding mode, do not put the ZBT-2 in binding mode.
. Let the binding mode expire on the RH3052.
. Remove the device from HA and it remains gone.
My next problem is if I re-add the RH3052 to HA it recognizes it, gives it it’s old name and re associates it with all it’s historical data.
How do I completely purge memory of this device from HA ? So we I add it HA thinks it has never seen it before. Seems like basic functionality to have this option, but apparently only to me.
Ideally a one click and done approach, but I know this is going to end up with a lot of commands, so is it possible to break this into different tasks (which may or may not be possible):
. Sever the link between this device and HA’s memory of it, so old data remains as an orphan.
. Completely purge the device and every trace of it.
Thanks.