|
74 | 74 | SENSOR_TEMPERATURE_SUPPLY = 221 |
75 | 75 | SENSOR_UNIT_AIRFLOW = 224 |
76 | 76 | SENSOR_UNIT_TEMPERATURE = 208 |
| 77 | +SENSOR_COMFOCOOL_STATE = 784 |
| 78 | +SENSOR_COMFOCOOL_CONDENSOR_TEMP = 802 |
77 | 79 |
|
78 | 80 | UNIT_WATT = "W" |
79 | 81 | UNIT_KWH = "kWh" |
@@ -179,7 +181,7 @@ class Sensor: |
179 | 181 | SENSOR_COMFOFOND_TEMP_GROUND: Sensor("ComfoFond Ground Temperature", None, 417, PdoType.TYPE_CN_INT16, lambda x: x / 10), |
180 | 182 | SENSOR_COMFOFOND_GHE_STATE: Sensor("ComfoFond GHE State Percentage", None, 418, PdoType.TYPE_CN_UINT8), |
181 | 183 | SENSOR_COMFOFOND_GHE_PRESENT: Sensor("ComfoFond GHE Present", None, 419, PdoType.TYPE_CN_BOOL, bool), |
182 | | - 784: Sensor("sensor_784", None, 784, PdoType.TYPE_CN_UINT8), |
| 184 | + SENSOR_COMFOCOOL_STATE: Sensor("ComfoCool State", None, 784, PdoType.TYPE_CN_UINT8), |
183 | 185 | 785: Sensor("sensor_785", None, 785, PdoType.TYPE_CN_BOOL), |
184 | | - 802: Sensor("sensor_802", None, 802, PdoType.TYPE_CN_INT16, lambda x: x / 10), |
| 186 | + SENSOR_COMFOCOOL_CONDENSOR_TEMP: Sensor("ComfoCool Condensor Temperature", None, 802, PdoType.TYPE_CN_INT16, lambda x: x / 10), |
185 | 187 | } |
0 commit comments