We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef2e13 commit c1e3dc0Copy full SHA for c1e3dc0
plugwise/constants.py
@@ -477,7 +477,8 @@
477
HEATER_CENTRAL_MEASUREMENTS: Final[dict[str, DATA | UOM]] = {
478
"boiler_temperature": DATA("water_temperature", TEMP_CELSIUS),
479
"domestic_hot_water_mode": DATA("dhw_mode", NONE),
480
- "domestic_hot_water_state": DATA("dhw_state", TEMP_CELSIUS),
+ "domestic_hot_water_setpoint": DATA("dhw_setpoint", TEMP_CELSIUS),
481
+ "domestic_hot_water_state": DATA("dhw_state", NONE),
482
"domestic_hot_water_temperature": DATA("dhw_temperature", TEMP_CELSIUS),
483
"elga_status_code": UOM(NONE),
484
"intended_boiler_temperature": UOM(
0 commit comments