I was a struggling a long time to add Promax & Intertechno switches to my home-assistant config with an RFXCOM adapter. This are RF433 mhz switches that Rfxmanager don’t discover on the right protocol (lighting-5). Most of the times the are showing up as ARC or AC devices in Rfxmanager. But there aren’t auto discovered at HA.
So This is how you can add them:
-
Open RFXmanager, connect to your RFXCOM
-
go to Lightning-5 protocol
-
Enter (random) an ID, a Level and Unit-code.
-
Set the command to ON.
pair your switch plug (take it out the socket, replug)
And now the important part: fetch the code between the ===== marks!
This is your new device code (one for each switch), you can add it to the configuration.yaml just like other rfxcom switches. Here’s my example of 3 promax switches that use the lighning-5 IT protocol
- platform: rfxtrx
automatic_add: false
devices:
0A140F0900020201010000:
name: "promax-A"
0A140F0C00020202010000:
name: "promax-B"
0A140F0800020203010000:
name: "promax-C"
Restart HA, now it’s visible at the entity configuration page.