Hi,
i have a set of a noname remote and four power plugs and i would like to control the plugs with pilight. I installed pilight v7.0 on a raspberry pi 3 and scanned with pilight-receive for the signals from the remote. Now i'm a little bit confused about the results.
The remote has an ON and an OFF button for every single power plug and an ALL On and an ALL OFF button. Every one of the four single ON and OFF buttons sems to send the same signal, but different power plugs are switching correctly.
Button 1 - 4 ON:
Code:
"message": {
"id": "D3",
"unit": 61,
"state": "on"
},
"origin": "receiver",
"protocol": "clarus_switch",
"uuid": "0000-b8-27-eb-bbb0c4",
"repeats": 4
Button 1-4 OFF:
Code:
"message": {
"id": "D3",
"unit": 61,
"state": "off"
},
"origin": "receiver",
"protocol": "clarus_switch",
"uuid": "0000-b8-27-eb-bbb0c4",
"repeats": 19
The buttons ALL ON and ALL OFF are also making me confused, because they are working well and switching all power plugs together on and off, but pilight-receive says that both buttons send the same signal.
Button ALL ON:
Code:
"message": {
"id": "D3",
"unit": 61,
"state": "off"
},
"origin": "receiver",
"protocol": "clarus_switch",
"uuid": "0000-b8-27-eb-bbb0c4",
"repeats": 7
Button ALL OFF:
Code:
"message": {
"id": "D3",
"unit": 61,
"state": "off"
},
"origin": "receiver",
"protocol": "clarus_switch",
"uuid": "0000-b8-27-eb-bbb0c4",
"repeats": 15
Has anybody an explanation? It's unrealistic that the remote sends exact everytime the same signal but different power plugs are acting!
Regards,
Marco