Hi.
I have a lot of Nexa LWST-605 2-button switches. I have used these in Domoticz a long time before without any problems, but after I changed to Home-Assistant they don’t. The problem are, well, they work perfect, but each time I restart home-assistant the device ID change. So they are in practice useless.
Example:
I clicked the right and the left button and Home-Assistant recognised them as 0b1100d801365c2e0b010f70 and 0b1100e601365c2e0c000060. So I configured them in configuration.yaml:
- platform: rfxtrx
automatic_add: True
devices:
0b1100d801365c2e0b010f70: #17 Stue - Bryter Venstre
name: rfxtrx_17_a
0b1100e601365c2e0c000060: #17 Stue - Bryter Høyre
name: rfxtrx_17_b
Then I restarted Home-Assistant and clicked the buttons again, now they appears as 0b1100090134ff060b000060 and 0b1100100134ff060c000060 …
Can anyone help me here? I use the RFXtrx433E USB HA controller.
I am at the last version of Hass.io running on ubuntu server (on esxi), but the problem has been unsolved for a long time.