Inhaltsverzeichnis

eq3_max / common Thermostat

methods

special types

<eq3_max:day>

a string with one of these values:

<eq3_max:weekprofile:ctrl_point>

a list wich holds:

<int> hour, <int> minute, <float> temp

<eq3_max:weekprofile>

a dictionary which looks like this:

{
   <eq3_max:day>:[<eq3_max:weekprofile:ctrl_point>,...],
   <eq3_max:day>:[<eq3_max:weekprofile:ctrl_point>,...],
}

There can be 13 control-points for one day. The control-point holds time and temperature information. The temperature is related to the block before the given time.

As an example:

{
  "Wed": [[8,0,10],[14,0,20]]
}

Here, we'd have 10°C from 0:00h to 8:00h, and 20°C from 8:00h 14:00h.