433 MHz communication between Arduino and 'Flamingo' wireless switches

Hello,

I'm trying to built a smart home solution and wanted to use 433 MHz switches (from Flamingo). These switches come with a remote. I tried to read the signal this remote transmits to the 433 MHz switches so I can duplicate this signal with the use of an Arduino.

I've tried the 'NewRemoteReceiver', 'rc-switch' and 'radiohead' libraries, but non of them seem to recognize the signal the remote is using (while using their demo programs). The sensors are working probably.

Does anyone have a suggestion which library I can use to make this work? Or is there a way around this problem?

Thanks in advance!

First, analyze the signal from the RF remote to see if it looks anything like the RC-Switch signals. The standard RC-Switch library does not recognize all the variations.

You will need a receiver and a laptop running Audacity, as described here.