Skip to content

Commit 3102b63

Browse files
committed
Update fixtures
1 parent aa2d20d commit 3102b63

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

fixtures/anna_heatpump_heating/all_data.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
},
2929
"dev_class": "heater_central",
3030
"location": "a57efe5f145f498c9be62a9b63626fbf",
31+
"max_dhw_temperature": {
32+
"lower_bound": 35.0,
33+
"resolution": 0.01,
34+
"setpoint": 53.0,
35+
"upper_bound": 60.0
36+
},
3137
"maximum_boiler_temperature": {
3238
"lower_bound": 0.0,
3339
"resolution": 1.0,
@@ -38,7 +44,6 @@
3844
"name": "OpenTherm",
3945
"sensors": {
4046
"dhw_temperature": 46.3,
41-
"domestic_hot_water_setpoint": 60.0,
4247
"intended_boiler_temperature": 35.0,
4348
"modulation_level": 52,
4449
"outdoor_air_temperature": 3.0,

fixtures/m_anna_heatpump_cooling/all_data.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
},
3030
"dev_class": "heater_central",
3131
"location": "a57efe5f145f498c9be62a9b63626fbf",
32+
"max_dhw_temperature": {
33+
"lower_bound": 35.0,
34+
"resolution": 0.01,
35+
"setpoint": 53.0,
36+
"upper_bound": 60.0
37+
},
3238
"maximum_boiler_temperature": {
3339
"lower_bound": 0.0,
3440
"resolution": 1.0,
@@ -39,7 +45,6 @@
3945
"name": "OpenTherm",
4046
"sensors": {
4147
"dhw_temperature": 41.5,
42-
"domestic_hot_water_setpoint": 60.0,
4348
"intended_boiler_temperature": 0.0,
4449
"modulation_level": 40,
4550
"outdoor_air_temperature": 28.0,

fixtures/m_anna_heatpump_idle/all_data.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
},
3030
"dev_class": "heater_central",
3131
"location": "a57efe5f145f498c9be62a9b63626fbf",
32+
"max_dhw_temperature": {
33+
"lower_bound": 35.0,
34+
"resolution": 0.01,
35+
"setpoint": 53.0,
36+
"upper_bound": 60.0
37+
},
3238
"maximum_boiler_temperature": {
3339
"lower_bound": 0.0,
3440
"resolution": 1.0,
@@ -39,7 +45,6 @@
3945
"name": "OpenTherm",
4046
"sensors": {
4147
"dhw_temperature": 46.3,
42-
"domestic_hot_water_setpoint": 60.0,
4348
"intended_boiler_temperature": 18.0,
4449
"modulation_level": 0,
4550
"outdoor_air_temperature": 28.2,

0 commit comments

Comments
 (0)