Ohje ... nein, das reicht nicht aus. Es muss jeder Shelly separat konfiguriert werden.
z.B. so für einen Shelly. Die Device ID musst du dir vorher von der Shelly Weboberfläche holen.
{
"name": "Shelly NG",
"mdns": {
"enable": true
},
"devices": [
{
"id": "ShellyPlus2PM-The12DigitIDofYourShelly",
"name": "Rolladen WZ Mitte",
"exclude": false,
"switch:0": {
"exclude": false,
"type": "switch"
},
"switch:1": {
"exclude": false,
"type": "switch"
},
"switch:2": {
"exclude": false,
"type": "switch"
},
"switch:3": {
"exclude": false,
"type": "switch"
},
"cover:0": {
"exclude": false,
"type": "windowCovering"
}
}
],
"platform": "ShellyNG"
}
Alles anzeigen