This shows you the differences between two versions of the page.
Last revision Both sides next revision | |||
heating [2020-06-13 13:46] river created |
heating [2020-06-13 13:50] river |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Heating ====== | ====== Heating ====== | ||
+ | |||
+ | ===== Using ===== | ||
+ | |||
+ | You can change the thermostat for the electric heater in G1 with the control panel (tablet) by the door. | ||
+ | |||
+ | There is also central heating from Summerhall in G1, which is switched on rarely. It is hidden in the panels above the windows. It can by adjusted with the knobs. | ||
+ | |||
+ | ===== Implementation Details ===== | ||
The electric heaters in G1 and G14 are controlled by Sonoff devices over the network. Room temperature is acquired by an ESP8266 room sensor, the thermostat is a python script at carbon:/srv/docker/py3scripts/scripts/thermostat. | The electric heaters in G1 and G14 are controlled by Sonoff devices over the network. Room temperature is acquired by an ESP8266 room sensor, the thermostat is a python script at carbon:/srv/docker/py3scripts/scripts/thermostat. | ||
Line 5: | Line 13: | ||
Target temperature can be changed by mqtt messages, which can be sent by the control panel in G1, or by your computer. | Target temperature can be changed by mqtt messages, which can be sent by the control panel in G1, or by your computer. | ||
- | There is also central heating from Summerhall in G1, which is switched on rarely. It is hidden in the panels above the windows. It can by adjusted with the knobs. | + |