ESPiLight icon indicating copy to clipboard operation
ESPiLight copied to clipboard

Do not receive Impuls protocol

Open Asuanin opened this issue 5 years ago • 1 comments

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

Asuanin avatar Feb 02 '19 11:02 Asuanin

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.

puuu avatar Feb 15 '19 04:02 puuu