Comfortzone -heat pumps
Posted: Sun Feb 23, 2014 11:45 am
Latest version always here:
We have a Comfortzone heat pump in our house...it is mostly available here in Sweden but it is also sold as it seems in Germany, Norway, Finland and Czech republica
http://www.comfortzone.se/
It is very efficient and have saved a lot of energy during the last years since we had it installed. After logging the data and adjusting the parameters, I am now satisfied with the performance of the thing.
However, what was missing, until now, is a simple way to monitor it for eventual alarms that could happen. So I wrote a plugin that is doing exactly that.
The type of alarms it can trigger are:
- inverter_alarm = 'Inverter alarm'
- high_pressure_alarm = 'High pressure sensor alarm'
- defrost_sensor_alarm = 'Defrost sensor alarm'
- filter_sensor_alarm = 'Air filter sensor alarm'
In addition, I added code to the plugin to monitor if the room temperature differs too much against what has been set (this could indicate that the system has broken down or that a window has been smashed during a burglary in cold winter time while you are away)
- low_temperature_alarm = 'Low room temperature alarm'
And of course, the plugin also checks if the communication with the heat pump is up or down
- comms_back = "Communication with CZ is back"
- comms_lost = "Communication with CZ is lost"
In the next posting, further description will follow
http://www.comfortzone.se/
It is very efficient and have saved a lot of energy during the last years since we had it installed. After logging the data and adjusting the parameters, I am now satisfied with the performance of the thing.
However, what was missing, until now, is a simple way to monitor it for eventual alarms that could happen. So I wrote a plugin that is doing exactly that.
The type of alarms it can trigger are:
- inverter_alarm = 'Inverter alarm'
- high_pressure_alarm = 'High pressure sensor alarm'
- defrost_sensor_alarm = 'Defrost sensor alarm'
- filter_sensor_alarm = 'Air filter sensor alarm'
In addition, I added code to the plugin to monitor if the room temperature differs too much against what has been set (this could indicate that the system has broken down or that a window has been smashed during a burglary in cold winter time while you are away)
- low_temperature_alarm = 'Low room temperature alarm'
And of course, the plugin also checks if the communication with the heat pump is up or down
- comms_back = "Communication with CZ is back"
- comms_lost = "Communication with CZ is lost"
In the next posting, further description will follow