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!