Where can I find the MQTT set topics/commands
Closed this issue · 2 comments
Imaginous commented
I want to use the OTGateway with my own domotica software.
I searched, but I couldn't find a list of MQTT commands I can send to set the wanted heating temperature, the wanted DHW temperature, the current room temperature and the current outside temperature.
Probably I didn't look hard enough, but if anyone can point me in the right direction ;)
Laxilef commented
Hi,
prefix/setttings
prefix/setttings/set
- any values as in prefix/settings
prefix/state
prefix/state/set
- any values:
{
"actions": {
"resetDiagnostic": true,
"resetFault": true,
"restart": true
},
"temperatures": {
"indoor": 1.0,
"outdoor": 1.0
}
}
Imaginous commented
Thank you for the quick response.