ADRENALIN - BOPTEST Challenge: Smart building HVAC control Forum

Go back to competition Back to thread list Post in this thread

> Temperature SetPoints

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}

Posted by: haraldwalnum @ Aug. 26, 2024, 7:19 a.m.
Post in this thread