Open IronButterfly opened 4 years ago
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?
Could you please assist with the correct config? Tried something like
but it doesnt work. Please help.