mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added measure type to some controls recommendations
This commit is contained in:
parent
9b6f8c4864
commit
feb60537c0
2 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ MEASURE_MAP = {
|
||||||
"floor_insulation": ["suspended_floor_insulation", "solid_floor_insulation"],
|
"floor_insulation": ["suspended_floor_insulation", "solid_floor_insulation"],
|
||||||
"heating": ["boiler_upgrade", "high_heat_retention_storage_heater", "air_source_heat_pump"],
|
"heating": ["boiler_upgrade", "high_heat_retention_storage_heater", "air_source_heat_pump"],
|
||||||
"windows": ["double_glazing", "secondary_glazing"],
|
"windows": ["double_glazing", "secondary_glazing"],
|
||||||
|
"heating_controls": ["roomstat_programmer_trvs", "time_temperature_zone_control"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -216,6 +216,7 @@ class HeatingControlRecommender:
|
||||||
self.recommendation.append(
|
self.recommendation.append(
|
||||||
{
|
{
|
||||||
"type": "heating_control",
|
"type": "heating_control",
|
||||||
|
"measure_type": "roomstat_programmer_trvs",
|
||||||
"parts": [],
|
"parts": [],
|
||||||
"description": description,
|
"description": description,
|
||||||
**cost_result,
|
**cost_result,
|
||||||
|
|
@ -289,6 +290,7 @@ class HeatingControlRecommender:
|
||||||
self.recommendation.append(
|
self.recommendation.append(
|
||||||
{
|
{
|
||||||
"type": "heating_control",
|
"type": "heating_control",
|
||||||
|
"measure_type": "time_temperature_zone_control",
|
||||||
"parts": [],
|
"parts": [],
|
||||||
"description": description,
|
"description": description,
|
||||||
**cost_result,
|
**cost_result,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue