steffenmllr / node-red-contrib-sonoff-tasmota

Connect Sonoff Devices running the Sonoff-Tasmota firmware easy to node red
MIT License
19 stars 14 forks source link

Synchronize with MQTT #18

Open Marooned-MB opened 6 years ago

Marooned-MB commented 6 years ago

Hi I'm wondering if I'm doing something wrong or is there an issue? When I connect switch (from NR dashboard) in a classical way (mqtt -> switch -> mqtt), then the device (sonoff) is working and other subscribers get proper update (eg, command mosquitto_sub -t cmnd/sonoff/POWER shows new message coming in). However, when I'm using your node to do classic "eight loop" (sonoff-tasmota <-> switch), the device is switching but no other subscribers get an update (above command or switch on mobile dashboard). Any clue? Thanks.