puuu / ESPiLight

ESPiLight - pilight 433.92 MHz protocols library for Arduino
GNU General Public License v3.0
109 stars 41 forks source link

Do not receive Impuls protocol #36

Open Asuanin opened 5 years ago

Asuanin commented 5 years ago

I receive on RPi with PiLight remote control with protocol Impuls { "uuid":"0000-b8-27-eb-bb373c", "message": { "systemcode":4, "state":"on", "programcode":8 }, "origin":"receiver", "protocol":"impuls", "repeats":1 }

But on ESP with ESPiLight do not receive this remote control, other remote controls receive fine. I use receiver source code from examples.

ESP: ESP-12E RF receiver: MX-RM-5V Remote control: 9898XSE

puuu commented 5 years ago

Please try to change MIN_PULSE_LENGTH from 130 to 160 in src/pilight/libs/pilight/protocols/433.92/impuls.c.

I reported an issue with the impulse protocol on the pilight forum but, unfortunately, there is was no answer.