sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.
1.91k stars 659 forks source link

Silentron SilenyaPhone Top - Not working #349

Open StefanoGiu opened 4 years ago

StefanoGiu commented 4 years ago

Hello, I've tested the receiver with the sensor of the central alarm: Silentron SilenyaPhone Top - Not working

I used:

MX-RM-5v NodeMCU Amica 12F I tested it with:

Remote control - Silentron 5423P PIR sensors of the Silentron SilenyaPhone Top Contact sensors of the Silentron SilenyaPhone Top I don't receive any of those signals...

If I use another NodeMCU with XY-FST sender, I can send codes, and the receiver can read them properly.

What is wrong? The sensors and the alarm system is working with 433 Mhz... maybe a different modulation?

I also tested it with the remote control that I have for the automatic gate, but I cannot read the code transmitted :(

StefanoGiu commented 4 years ago

if (mySwitch.available() --> This never becomes true!

If I use another NodeMCU with XY-FST sender, I can send codes, and the receiver can read them properly....

:(