Okay…i changed the id of the switch, to the id of the remote control and check the output from pilight-receive.
With the remote control the Dimmer works and the Output is:
{
"message": {
"id": 1462,
"unit": 0,
"state": "up"
},
"origin": "receiver",
"protocol": "quigg_screen",
"uuid": "0000-00-00-56-7263e9",
"repeats": 1
}
With Pilight and the quigg_screen protocol the Dimmer works and the Output is:
{
"origin": "sender",
"protocol": "quigg_screen",
"message": {
"id": 1462,
"unit": 0,
"state": "up"
},
"repeat": 1,
"uuid": "0000-00-00-56-7263e9"
}
With pimatic and the switch13 protocol the Dimmer doesn’t work and the output is:
{
"message": {
"id": 1462,
"unit": 0,
"state": "up"
},
"origin": "receiver",
"protocol": "quigg_screen",
"uuid": "0000-00-00-56-7263e9",
"repeats": 1
}
And 6 more repeats. But there is one diffrence, when i use other unitcodes: If i want to send the protocol with pimatic and switch13 and i set the unitcode to 2, then pilight-receive receives : “unit”: 1 instead of 2. If i set it to unitcode 1 then pilight-receive receives: “unit”: 3 instead of 1. Only unitcode 0 is a “unit”: 0 when i receive the signals with pilight-receive. But this is not so import, because the switches have a learn button. I don’t think that this is the problem, why the Dimmer does not work with the switch13 protocol. So at the moment i don’t know why this fails. I copied the complete code, which you have posted for the Dimmerbuttons in my config. So i don’t know, what i could have done wrong.