Skip to content

Commit 52c235b

Browse files
committed
Add domestic_hot_water_setpoint actutator-data to anna_heatpump_heating
And add relevant test-assert
1 parent 71979da commit 52c235b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

tests/test_smile.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3721,6 +3721,12 @@ async def test_connect_anna_heatpump_heating(self):
37213721
"upper_bound": 100.0,
37223722
"resolution": 1.0,
37233723
},
3724+
"max_dhw_temperature": {
3725+
"setpoint": 53.0,
3726+
"lower_bound": 35.0,
3727+
"upper_bound": 60.0,
3728+
"resolution": 0.01,
3729+
},
37243730
"available": True,
37253731
"binary_sensors": {
37263732
"dhw_state": False,

userdata/anna_heatpump_heating/core.appliances.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,16 @@
806806
<regulations/>
807807
<thermostat id='5e49f223e7224c3f93552db2c63881f6'/>
808808
</thermostat_functionality>
809+
<thermostat_functionality id='d9455c3ba0b0412cb264b8b33f4e3849'>
810+
<updated_date>2020-04-08T19:24:38.964+02:00</updated_date>
811+
<type>domestic_hot_water_setpoint</type>
812+
<setpoint>53</setpoint>
813+
<lower_bound>35</lower_bound>
814+
<upper_bound>60</upper_bound>
815+
<resolution>0.01</resolution>
816+
<regulations/>
817+
<thermostat id='5e49f223e7224c3f93552db2c63881f6'/>
818+
</thermostat_functionality>
809819
<timer_functionality id='a047871b00c14c0aa20a5f3c70c1f307'>
810820
<timer id='18ac9fc3cc31465c973769dfdbdddfb0'/>
811821
<updated_date>2020-04-09T13:25:35.254+02:00</updated_date>

0 commit comments

Comments
 (0)