Page 1 of 1

Button problem mqtt

Posted: Saturday 18 September 2021 0:13
by DemeroL
Hello

In domoticz i have buttons which control sonoff relays. Then i activate that buttons everything work well.

Problems start then I use zigbee button through sonoff zigbeebridge(tastoma).
As i see in log domoticz receive from sonoff bridge MQTT: Topic: domoticz/in, Message: {"idx":116, "nvalue":1, "svalue":""}
and virtual button in domoticz switch on, but relay doesn`t.

How to make it work?

Please help, аlready broke my head.

Re: Button problem mqtt

Posted: Saturday 18 September 2021 9:07
by FireWizard
Hi @DemeroL,

By default a received MQTT message is not returned to MQTT.

You have to change the setting for your MQTT hardware " Prevent loop" from "true" to "false"

Regards