homebridge-mqtt-switch-tasmota icon indicating copy to clipboard operation
homebridge-mqtt-switch-tasmota copied to clipboard

2 gang Sonoff switch state

Open SzilagyiR opened this issue 4 years ago • 0 comments

Hi!

I have probelem with 2 gang switch state. When I power off one of the switches both will saw OFF.

I tried to use "activityTopic": "tele/ebedlo_k/LWT1" and LWT2 but nothing happend.

My code: { "accessory": "mqtt-switch-tasmota", "name": "Dining room light 1", "url": "mqtt://192.168.0.XX", "username": "DVES_USER", "password": "DVES_PASS", "topics": { "statusGet": "stat/ebedlo_k/POWER1", "statusSet": "cmnd/ebedlo_k/power1" }, "onValue": "ON", "offValue": "OFF", "activityTopic": "tele/ebedlo_k/LWT", "activityParameter": "Online" }, { "accessory": "mqtt-switch-tasmota", "name": "Dining room light 2", "url": "mqtt://192.168.0.XX", "username": "DVES_USER", "password": "DVES_PASS", "topics": { "statusGet": "stat/ebedlo_k/POWER2", "statusSet": "cmnd/ebedlo_k/power2" }, "onValue": "ON", "offValue": "OFF", "activityTopic": "tele/ebedlo_k/LWT", "activityParameter": "Online" },

Thanks!

SzilagyiR avatar Sep 07 '20 20:09 SzilagyiR