Esp8266 and multiple ds18b20's with mqtt

The topic in earlier screen shot was just Wferm, now it is showing Wcontrol.

Show me the tasmota MQTT screen, did you do something odd with topic ?

mqttlines

can you set full topic back to - %prefix%/%topic%/

ok i did that it powered on when i clicked the switch, but the switch did not go to on mode

what do you see in console when you trigger the dashboard switch

For MQTT in to switch I think the topic should be stat/Wferm/POWER

If you check in tasmota console you should see the response on that topic now.


Change mqtt in node it doesn't need parse json setting for that payload

nailed it! now how to run temp control.
using pid lol

the simple things. understanding what was done wrong is 99percent of soulution

You need to check the basic commands for Tasmota

stat is used to send a request for Status to the Tasmota device
cmnd is used to send a command to do something (turn a relay on or off for instance)

Craig

1 Like

The problem was I was trying to parse the jason object,
That is good now. I just need to go over the pid, and ramp thermostat nodes. And figure out how to cool on some vessels and heat on the others.
Relay is working awesome now. Thanks smg for pointing out my error.
I am getting a huge grasp on what I'm trying to accomplish.
And I can't say thanks enough for everyone that has taken there time to aid me in help with this.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.