after changing battery in one of my temperature sensor, I found new device under RFXTRX integration.
I read that old device can be replaced with new one: https://www.home-assistant.io/integrations/rfxtrx/. It says: " select the old device in the options menu under Select device to configure", but I can’t find, where in HA is possible to change this. I have HA version 2022.3.1.
I also replaced the batteries of device_A and noticed a new device device_new.
When I want to “replace” device device_A with device_new, device_A is not in the “select device to conigure” list??
Mathieu, thanks.
I ended with template sensor for each RFXCom sensor in configuration.yaml. After that, I use template sensor in dashboard cards.
In case of replacing sensor battery, I just replace sensor ID in template sensor in configuration.yaml and that’s it.
@DD33
What fixed it for me?
I also noticed that the device-with-new-battery had not registered with the RFXCOM plugin yet.
For that you need to enable “Enable newly added devices” under
“rfxcom/3dotmenu/system options”,
NOT under “rfxcom/configure/enable-automatic-add”
See image below: enable newly added entities and your battery-replaced device should appear. Then you can follow the replace procedure described here.
The old sensor was detected as a model : THGR810, THGN800
The new sensor (it’s exactly the same, I just changed the battery) was detected as a model : THGN122/123, THGN132, THGR122/228/238/268
So HA propose only in the “select device to configure” the devices with the same model that old one.
I remove the battery and re-install the battery and the device has been detected as the good model and i could follow the procedure to replace the device. The problem is solved but it’s strange.
Same problem with an another device, I had to remove the batteries twice so that the device was recognized as the correct model.