Page 1 of 1

MQTT topic controlsetpoint

Posted: Mon Oct 17, 2016 3:07 pm
by peter8wun
Hi,
Does anybody know if there is some documentation about the MQTT topics?

I like to set the controlesetpoint via MQTT but it seems that I do not use the right topic.

I can set the setpoint with topic “actions/otmonitor/setpoint” because I see in the log:
14:51:48.950020 Command (via MQTT): TT=2
14:51:48.967611 TT: 2.00

But when I use the topic “actions/otmonitor/controlsetpoint” I see no response in the log.

Re: MQTT topic controlsetpoint

Posted: Wed Oct 19, 2016 1:38 pm
by hvxl
You didn't use the right topic because that doesn't exist. OTmonitor currently only supports two action topics:
  • actions/otmonitor/setpoint
  • actions/otmonitor/outside
You can add others you need by modifying the mqttaction proc in mqtt.tcl.