Hello,
I am just so happy, that my pi is working as a switch, but my devices normaly allow dimming. How can I enable the dimming option?
I found the following homepage, where more protocols are located and in the protocol for the gt7000 seems to be dimmer options included, but I don't know how to install this protocols:
https://github.com/pilight/pilight/tree/.../protocols
I configured the pilight like this:
Greetings from Hamburg,
Chris
I am just so happy, that my pi is working as a switch, but my devices normaly allow dimming. How can I enable the dimming option?
I found the following homepage, where more protocols are located and in the protocol for the gt7000 seems to be dimmer options included, but I don't know how to install this protocols:
https://github.com/pilight/pilight/tree/.../protocols
I configured the pilight like this:
Code:
"devices": {
"Lamp": {
"protocol": [ "quigg_gt7000" ],
"id": [{
"id": 2816,
"unit": 0
}],
"state": "off"
}
}
"gui": {
"Lamp": {
"name": "TV Backlit",
"group": [ "Lamps" ],
"media": [ "all" ]
}
}
[code]{text}
Greetings from Hamburg,
Chris