Guys I am trying to make the hot water controls to work but no joy.(this is in lua portion code).
I have managed to get the temp for Heating, Hot Water and control the Heating.
I am using the api v1.
Tbe end point i am using for controlling the Hot water is
https://mytotalconnectcomfort.com/We...ngeableValues/
with these headers
headers = {
["sessionId"] = sessionId,
["Content-Type"] = "application/x-www-form-urlencoded",
["Accept"] = "*/*"
but I am not sure about the body.
Can someone indicate which body shall I use for controlling the hot water and if the endpoint is correct?