Super vielen Dank.
Das Video hat geholfen.
Jetzt habe ich die ganzen Topics (😁) erfolgreich eingebunden.
Für die Nachwelt hier noch meine funktionierende config in Homebridge:
Code
"accessories": [
{
"type": "switch",
"name": "sonoff",
"url": "mqtt://192.168.178.92",
"username": "idna",
"password": "*******",
"mqttOptions": {
"keepalive": 10
},
"mqttPubOptions": {
"retain": true
},
"logMqtt": true,
"topics": {
"getOn": "stat/sonoff/power/power1",
"setOn": "sonoff/power/cmnd/power1"
},
"confirmationIndicateOffline": true,
"integerValue": true,
"onValue": "ON",
"offValue": "Off",
"accessory": "mqttthing"
}
Alles anzeigen
Vielen Dank an alle die mir geholfen haben!
Jetzt mache ich mich daran, eine Motorsteuerung zu integrieren ![]()
Grüße
idna