homebridge
{
"accessories": [{
"accessory": "Suncalc",
"offset": {
"sunsetStart": -30,
"sunriseEnd": 30
},
"name": "Daytime",
"location": {
"lat": 52.617596,
"lng": 10.062851
}
}, {
"accessory": "pilight",
"name": "Bildleuchte",
"device": "Switch1",
"sharedWS": false,
"type": "Switch"
}, {
"accessory": "pilight",
"name": "Heizkörper",
"device": "Switch2",
"sharedWS": false,
"type": "Switch"
}, {
"accessory": "pilight",
"name": "Vitrine",
"device": "Switch3",
"sharedWS": false,
"type": "Switch"
}],
Alles anzeigen
pilight
{
"devices": {
"Switch1": {
"protocol": [ "quigg_gt7000" ],
"id": [{
"id": 2816,
"unit": 0
}],
"state": "off"
},
"Switch2": {
"protocol": [ "quigg_gt7000" ],
"id": [{
"id": 2816,
"unit": 1
}],
"state": "on"
},
"Switch3": {
"protocol": [ "quigg_gt7000" ],
"id": [{
"id": 2816,
"unit": 3
}],
"state": "on"
},
"Switch4": {
"protocol": [ "kaku_switch_old" ],
"id": [{
"id": 1,
"unit": 1
}],
"state": "off"
}
},
Alles anzeigen
Rest ist wie bei dir. ich dachte es liegt daran das es in pilight switch groß geschrieben ist und in homebridge klein. das habe ich aber geändert und geht immer noch nicht.