I am running succesfully OTGW on my homeassistant with the help of otmonitor MQTT.
With the current availabe MQTT topics i am not able to make a 100% complete implementation
This is regarding the overide temperature. I am able to set the override temperature without trouble with the topic 'actions/otmonitor/setpoint'
This Mqqt topic is translated to a <TT=xx> command. The overide is active until the next switchpoint of the thermostat clockprogramm.
I want to detect this switchpoint from the clockprogramm, so i am able to update the GUI that the overide is no longer active.
Any suggestions how to implement this, with the current availabe MQTT topics?
I have several programming experiences (C,C++, Visual Basic, Python, PHP, Javascript) but no TCL yet!
I studied the source of otmonitor but until know i can't make any sense out of it and cannot find the code part where the MQTT topics are defined.
Could someone point me in the direction?