Hallo
habe hombridge installiert
plugin mqttthing
und möchte damit meine geflashte steckdose mit tasmota schalten
kann die steckdose per web schalten
steckdose erscheint auch im homekit
hier meine Konfiguration:
"accessories": [
{
"accessory": "mqttthing",
"type": "switch",
"name": "test",
"username": "admin ",
"password": "admin",
"topics": {
"getOn": "stat/tasmota/POWER",
"setOn": "cmnd/tasmota/POWER"
},
"onValue": "ON",
"offValue": "OFF",
"startPub": {
"cmnd/tasmota/POWER": ""
}
}
],
was ist da falsch ?
welcher user und PW ist gemeint ; der aus der Tasmota web oberfläche ?
was kann da noch falsch sein ?
danke