homebridge-mqttthing
homebridge-mqttthing copied to clipboard
Aqara single key wired wall switch without neutral wire config.
Could you please assist with the correct config? Tried something like
{
"accessory": "mqttthing",
"type": "switch",
"name": "Light",
"onValue": "ON",
"offValue": "OFF",
"topics": {
"getSwitch": {
"topic": "zigbee2mqtt/0x00158d000359b71d",
"apply": "return JSON.parse(message).state;"
},
"setOn": "zigbee2mqtt/0x00158d000359b71d/set"
}
},
but it doesnt work. Please help.
Do you have sample messages that you want to publish and receive?
@IronButterfly: Did you ever find a working config?