As I understand, it’s possible to pair a switch by sending a code using the rpi_rf platform in Home Assistant. Problem is that the protocol for these switches is 32-bit and not 24-bit that is common for 433 MHz RF.
How do I set these up using Home Assisant? Do I use the rpi_rf platform? What’s format should the codes have?
I managed to sniff my codes (not the protocol nor pulselength) with this (receiveRF433Ctrl.py). The codes come in the form of “1799812476”. I have the same plug as @str33, but in EU-version.
However, I do not know how to get further and in to HASS. @eschumann, could you please evolve your use of Broadlink RF sender?
Solved it now! I skiped hass.io and installed Rasbian on the Raspberry Pi 3. Then pilight. Started pilight-receive and got the codes! Then installed Home Assistant and the pilight plugin. Configures Home Assistant and it worked without problems.