Hello,
I am new to home assistant and currently try to automate my Elro 433MHz switches. I am currently controlling them using my PI and a webapp which lets me specify the masterdips and slavedips in a binary format:
Masterdip: 11111
Slavedip: 01000
The RF Switch component requires decimal codes. How should I transform the master- and slavedips into decimal codes?
I tried 11111010001 as on code, which would be 2001 in decimal. However, it did not work. Any hints?