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 S20 not working #33

Closed ghdbwise closed 6 years ago

ghdbwise commented 6 years ago

I have 2 Sonoff Basic, 2 Sonoff Dual R2 working using homebridge-mqtt-switch-tasmota in EVE and HOME. The also defined S20 (working in FHEM via MQTT Mosquitto) are not working via homebridge. Here is the corresponding part off my homebridge config.json: . . { "accessory": "mqtt-switch-tasmota", "switchType": "outlet", "name": "SonoffS2001", "url": "mqtt://ip-adress", "username": "username", "password": "geheim", "topics": { "statusGet": "stat/Sonoff2001/POWER", "statusSet": "cmnd/Sonoff2001/POWER1", "stateGet": "tele/Sonoff2001/STATE" }, "onValue": "ON",
"offValue": "OFF", "manufacturer": "ITEAD", "model": "Sonoff S20", "serialNumberMAC": "01:23:45:67:89:AB" }, . . What's wrong or is the S20 not supported by homebridge-mqtt-switch-tasmota?

ghdbwise commented 6 years ago

Sorry. My fault. Topic misspelling.