Skip to content

Commit

Permalink
Correct compensation curve descriptions
Browse files Browse the repository at this point in the history
- highest and lowest values were swapped.
- Clarify descriptions of 'Z1_Heat_Curve_Target_High_Temp' and 'Z1_Heat_Curve_Target_Low_Temp'
- Clarify descriptions of 'Z1_Cool_Curve_Target_High_Temp' and 'Z1_Cool_Curve_Target_Low_Temp'
  • Loading branch information
ekouters authored and kamaradclimber committed Sep 2, 2023
1 parent f1f27a2 commit 57f26dd
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions custom_components/aquarea/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,39 +830,39 @@ def build_sensors(mqtt_prefix: str) -> list[HeishaMonSensorEntityDescription]:
heishamon_topic_id="TOP29",
key=f"{mqtt_prefix}main/Z1_Heat_Curve_Target_High_Temp",
state_class=SensorStateClass.MEASUREMENT,
name="Aquarea Zone 1 Target temperature at lowest point on heating curve",
name="Aquarea Zone 1 Target water temperature at highest outside temperature on heating curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
),
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP30",
key=f"{mqtt_prefix}main/Z1_Heat_Curve_Target_Low_Temp",
state_class=SensorStateClass.MEASUREMENT,
name="Aquarea Zone 1 Target temperature at highest point on heating curve",
name="Aquarea Zone 1 Target water temperature at lowest outside temperature on heating curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
),
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP31",
key=f"{mqtt_prefix}main/Z1_Heat_Curve_Outside_High_Temp",
state_class=SensorStateClass.MEASUREMENT,
name="Aquarea Zone 1 Lowest outside temperature on the heating curve",
name="Aquarea Zone 1 Highest outside temperature on the heating curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
),
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP32",
key=f"{mqtt_prefix}main/Z1_Heat_Curve_Outside_Low_Temp",
state_class=SensorStateClass.MEASUREMENT,
name="Aquarea Zone 1 Highest outside temperature on the heating curve",
name="Aquarea Zone 1 Lowest outside temperature on the heating curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
),
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP33",
key=f"{mqtt_prefix}main/Room_Thermostat_Temp",
state_class=SensorStateClass.MEASUREMENT,
name="Aquarea Remote control thermosthat temperature",
name="Aquarea Remote control thermostat temperature",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
),
Expand Down Expand Up @@ -1110,7 +1110,7 @@ def build_sensors(mqtt_prefix: str) -> list[HeishaMonSensorEntityDescription]:
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP72",
key=f"{mqtt_prefix}main/Z1_Cool_Curve_Target_High_Temp",
name="Aquarea Zone 1 Target temperature at highest point on cool curve",
name="Aquarea Zone 1 Target water temperature at highest outside temperature on cooling curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
state_class=SensorStateClass.MEASUREMENT,
Expand All @@ -1119,7 +1119,7 @@ def build_sensors(mqtt_prefix: str) -> list[HeishaMonSensorEntityDescription]:
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP73",
key=f"{mqtt_prefix}main/Z1_Cool_Curve_Target_Low_Temp",
name="Aquarea Zone 1 Target temperature at lowest point on heating curve",
name="Aquarea Zone 1 Target water temperature at lowest outside temperature on cooling curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
state_class=SensorStateClass.MEASUREMENT,
Expand Down Expand Up @@ -1193,39 +1193,39 @@ def build_sensors(mqtt_prefix: str) -> list[HeishaMonSensorEntityDescription]:
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP82",
key=f"{mqtt_prefix}main/Z2_Heat_Curve_Target_High_Temp",
name="Aquarea Zone 2 Target temperature at lowest point on heating curve",
name="Aquarea Zone 2 Target water temperature at highest outside temperature on heating curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
state_class=SensorStateClass.MEASUREMENT,
),
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP83",
key=f"{mqtt_prefix}main/Z2_Heat_Curve_Target_Low_Temp",
name="Aquarea Zone 2 Target temperature at highest point on heating curve",
name="Aquarea Zone 2 Target water temperature at lowest outside temperature on heating curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
state_class=SensorStateClass.MEASUREMENT,
),
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP84",
key=f"{mqtt_prefix}main/Z2_Heat_Curve_Outside_High_Temp",
name="Aquarea Zone 2 Lowest outside temperature on the heating curve",
name="Aquarea Zone 2 Highest outside temperature on the heating curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
state_class=SensorStateClass.MEASUREMENT,
),
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP85",
key=f"{mqtt_prefix}main/Z2_Heat_Curve_Outside_Low_Temp",
name="Aquarea Zone 2 Highest outside temperature on the heating curve",
name="Aquarea Zone 2 Lowest outside temperature on the heating curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
state_class=SensorStateClass.MEASUREMENT,
),
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP86",
key=f"{mqtt_prefix}main/Z2_Cool_Curve_Target_High_Temp",
name="Aquarea Zone 2 Target temperature at highest point on cool curve",
name="Aquarea Zone 2 Target water temperature at highest outside temperature on cooling curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
state_class=SensorStateClass.MEASUREMENT,
Expand All @@ -1234,7 +1234,7 @@ def build_sensors(mqtt_prefix: str) -> list[HeishaMonSensorEntityDescription]:
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP87",
key=f"{mqtt_prefix}main/Z2_Cool_Curve_Target_Low_Temp",
name="Aquarea Zone 2 Target temperature at lowest point on heating curve",
name="Aquarea Zone 2 Target water temperature at lowest outside temperature on cooling curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
state_class=SensorStateClass.MEASUREMENT,
Expand Down

0 comments on commit 57f26dd

Please sign in to comment.