Page 1 of 1

Tasmota + Mqtt Get the confirmation of a command

Posted: Sunday 11 July 2021 17:38
by Jimmy06
Hi,

I have a problem checking the correct execution of the commands sent by domoticz to Tasmota.

In addition to my zwave devices, I added 2 sonoff s26 plug, flashed with Tasmota, to test. Everything works perfectly, with Mqtt only.

My dummy switch controls the plug well, and when I press the button on the plug, I have the status feedback on my dummy switch on the domoticz side.

BUT... When I unplug the plug to simulate a fault, and I activate my dummy switch to change the state of the relay, I have no error on the domoticz side, like the zwave switch that becomes red when the connection is lost.

Do you have a solution to get that kind of feedback on my dummy switch? Bexause without using Sonoff is not really reliable...

Thanks for your help!

Jimmy

Re: Tasmota + Mqtt Get the confirmation of a command

Posted: Monday 12 July 2021 12:12
by waltervl
Do you use the Tasmota mqtt discovery plugin?
https://github.com/emontnemery/domoticz_mqtt_discovery

As the plugin could get some status back I believe (but not sure as i do not have Tasmota devices)

There is also a Tasmoticz plugin but that seems to be less powerfull. https://github.com/joba-1/Tasmoticz

Re: Tasmota + Mqtt Get the confirmation of a command

Posted: Monday 12 July 2021 21:26
by Jimmy06
Thank you Waltervl, I am going to check that. I did not use any plugin.

I have only Espeasy devices on my esp. I flashed Tasmota on my sonoff to get a try...

Re: Tasmota + Mqtt Get the confirmation of a command

Posted: Monday 12 July 2021 22:37
by Jimmy06
waltervl wrote: Monday 12 July 2021 12:12 Do you use the Tasmota mqtt discovery plugin?
https://github.com/emontnemery/domoticz_mqtt_discovery
It works perfectly!

It's so easy... when you know how to do!

Thank you very much :D

Re: Tasmota + Mqtt Get the confirmation of a command

Posted: Tuesday 13 July 2021 0:08
by waltervl
You're welcome :-)