Hi!
I want to create multiple (S)COP sensors. I think I have most of the needed sensors, but I just don’t know how I can make the right templates.
I have these sensors:
- sensor.luxtronik_330123_0145_status => gives a status (idle, heating, DHW, cooling)
- sensor.luxtronik_330123_0145_heat_amount_heating => in kWh, the total amount my heatpump generates in heat (for status heating)
- sensor.luxtronik_330123_0145_dhw_heat_amount => in kWH, the total amount my heat pump generates in heat (for status DHW (Domestic Hot Water)).
- sensor.shellypro3emwarmtepomp_total_active_energy => in kWh, the total amount of energy my heat pump has used
- sensor.shellyplugswarmtepomp_energy => in kWh, the total amount of energy my controller of the heat pump has used
(So 4+5 is the total amount my heat pump installation uses to power)
Sensor 2 and 3 are also available in a “current” heating, in W:
6. sensor.luxtronik_330123_0145_current_heat_output => based on the status, it gets added to sensor 2 or 3
Both sensor 4 and 5 are also available in a “current” heating, in W:
4a. sensor.warmtepomp_totaal_active_power
5a. sensor.shellyplugswarmtepomp_power
I think I need these “help” sensors:
7. Power used while Heating (when 1 is “Heating”, this sensor should have the total for sensor 4+5)
8. Power used while Cooling (when 1 is “Cooling”, this sensor should have the total for sensor 4+5)
9. Power used while DHW (when 1 is “DHW”, this sensor should have the total for sensor 4+5)
10. Power used while Idle (when 1 is “Idle”, this sensor should have the total for sensor 4+5)
So, I’d like these sensors:
11. Current COP for Heating: sensor 2 / sensor 7
12. Current COP for DHW: sensor 3 / sensor 9
13. SCOP for Heating: sensor 2 / sensor 7 for a whole year?
14. SCOP for DHW: sensor 2 / sensor 7 for a whole year?
15. SCOP for GeneratingHeat: sensor (2+3) / sensor (7+9) for a whole year?
16. SCOP for Total: sensor (2+3) / sensor (7+8+9+10) for a whole year?
And maybe there are other sensors which are useful around this as well? Who can help me? I have no idea where to start… also, in the sensors 11-16, perhaps I should use a help-sensor where I use sensor 6 based on status (sensor 1)? I don’t know.
Who can help me?