12-30-2013, 05:38 PM
I need some more help here.
Can you make something out of this raw code: http://pastebin.com/QE2zcJMC
I have edit the conrad protocol and set these values corresponding what pilight-debug gives me:
When i press the button ones i always get three messages:
so i think the sender is sending a longer code but how do i get that?
Can you make something out of this raw code: http://pastebin.com/QE2zcJMC
I have edit the conrad protocol and set these values corresponding what pilight-debug gives me:
Code:
protocol_plslen_add(conrad_rsl_switch, 207);
conrad_rsl_switch->pulse = 14;
conrad_rsl_switch->rawlen = 50;
conrad_rsl_switch->binlen = 12;
When i press the button ones i always get three messages:
Code:
[Dec 30 16:36:34:567587] pilight-daemon: DEBUG: caught minimum # of repeats 1 of conrad_rsl_switch
[Dec 30 16:36:34:567869] pilight-daemon: DEBUG: called conrad_rsl_switch parseCode()
[Dec 30 16:36:34:614375] pilight-daemon: DEBUG: caught minimum # of repeats 2 of conrad_rsl_switch
[Dec 30 16:36:34:614637] pilight-daemon: DEBUG: called conrad_rsl_switch parseCode()
[Dec 30 16:36:34:661144] pilight-daemon: DEBUG: caught minimum # of repeats 3 of conrad_rsl_switch
[Dec 30 16:36:34:661428] pilight-daemon: DEBUG: called conrad_rsl_switch parseCode()
so i think the sender is sending a longer code but how do i get that?