Hello,
if I try to set a temperature setpoints like:
u={
'oveTZonSet_u':300.0
}
I always get errors like:
if res["status"] == 200:
~~~^^^^^^^^^^
KeyError: 'status'
Do I miss something?
Posted by: Philipp_Gradl @ Aug. 23, 2024, 12:23 p.m.I need to se a bit more of the code to understand, but you do at least need to use the "activate" keyword
u={"oveTZonSet_u":300.0, "oveTZonSet":1}