Hallo,
do anybody have Tasmoto Firmware on an Sonoff-Basic Device and work with MQTT?
I have it and work with the MQTT-Plugin but i have trouble with “stateTopic”.
I don’t know what the correct Parameters are. Can anybody help me and give me an example?
-
[Solved] SONOFF Tasmota Firmware and MQTT
-
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law
-
@mwittig: Thank you for your answer but that is not what i search. They work without MQTT!
-
said in SONOFF Tasmoto Firmware and MQTT:
i have trouble with “stateTopic”.
I don’t know what the correct Parameters are. Can anybody help me and give me an example?I use this:
and that works perfectly with sonoff-basic with tasmoto flashed.
-
@lxz
Thank for your answer. But its not perfect. When you change the status of the SONOFF Relais on the sonoff-webserver, the Status on Pimatic didn’t change.Now I have the problem solved by myself.
{ "topic": "cmnd/DVES_xxxx/POWER", "onMessage": "ON", "offMessage": "OFF", "id": "lamp-1", "name": "Lamp 1", "class": "MqttSwitch", "stateTopic": "stat/sonoff/lamp1/POWER", }
These parameters work perfect!
-
I have flashed a Sonoff Touch with Tasmoto yesterday, and I can confirm that your settings work even better indeed.
Thanks a lot!