MacWyznawca / homebridge-mqtt-switch-tasmota

Plugin to HomeBridge optimized to work with firmware Sonoff-Tasmota, MQTT.
MIT License
57 stars 18 forks source link

Sonoff Dual with interlock activated #14

Closed sfanicola closed 6 years ago

sfanicola commented 6 years ago

Hello, thanks for your wonderful work. I've got a Sonoff Dual installed with interlock option to command my roller shutter. Can you help me out how to configure the json file? Should the topics be like this: "statusGet": "stat/sonoff-dual/RESULT1", "statusSet": "cmnd/sonoff-dual/POWER1", "stateGet": "tele/sonoff-dual/STATE1" "statusGet": "stat/sonoff-dual/RESULT2", "statusSet": "cmnd/sonoff-dual/POWER2", "stateGet": "tele/sonoff-dual/STATE2" Tried a lot without success... hope you can help me out here ;)

sfanicola commented 6 years ago

Ok get it by myself! Two devices in json One with POWER1 The other with POWER2 Everything else the same! Sorry for bothering :D