Skip to content

Commit f7bcb74

Browse files
committed
Add new sensors to the sensor lists
1 parent 605dd4d commit f7bcb74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugwise/constants.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@
548548
"cooling_activation_outdoor_temperature",
549549
"cooling_deactivation_threshold",
550550
"dhw_temperature",
551+
"domestic_hot_water_setpoint",
551552
"temperature",
552553
"electricity_consumed",
553554
"electricity_consumed_interval",
@@ -572,6 +573,7 @@
572573
"humidity",
573574
"illuminance",
574575
"intended_boiler_temperature",
576+
"maximum_boiler_temperature",
575577
"modulation_level",
576578
"net_electricity_cumulative",
577579
"net_electricity_point",
@@ -652,6 +654,7 @@ class SmileSensors(TypedDict, total=False):
652654
cooling_activation_outdoor_temperature: float
653655
cooling_deactivation_threshold: float
654656
dhw_temperature: float
657+
domestic_hot_water_setpoint: float
655658
temperature: float
656659
electricity_consumed: float
657660
electricity_consumed_interval: float
@@ -677,6 +680,7 @@ class SmileSensors(TypedDict, total=False):
677680
humidity: float
678681
illuminance: float
679682
intended_boiler_temperature: float
683+
maximum_boiler_temperature: float
680684
modulation_level: float
681685
net_electricity_cumulative: float
682686
net_electricity_point: int

0 commit comments

Comments
 (0)