Skip to content

Commit 489ec40

Browse files
committed
Save updated fixtures
1 parent c8d0e48 commit 489ec40

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

fixtures/anna_elga_2/all_data.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"binary_sensors": {
66
"compressor_state": false,
77
"cooling_enabled": false,
8+
"cooling_state": false,
89
"dhw_state": false,
910
"flame_state": false,
1011
"heating_state": false,
@@ -18,7 +19,7 @@
1819
"setpoint": 60.0,
1920
"upper_bound": 100.0
2021
},
21-
"model": "Generic heater",
22+
"model": "Generic heater/cooler",
2223
"name": "OpenTherm",
2324
"sensors": {
2425
"domestic_hot_water_setpoint": 60.0,
@@ -62,7 +63,8 @@
6263
"thermostat": {
6364
"lower_bound": 4.0,
6465
"resolution": 0.1,
65-
"setpoint": 19.5,
66+
"setpoint_high": 30.0,
67+
"setpoint_low": 19.5,
6668
"upper_bound": 30.0
6769
},
6870
"vendor": "Plugwise"
@@ -85,10 +87,10 @@
8587
}
8688
},
8789
"gateway": {
88-
"cooling_present": false,
90+
"cooling_present": true,
8991
"gateway_id": "fb49af122f6e4b0f91267e1cf7666d6f",
9092
"heater_id": "573c152e7d4f4720878222bd75638f5b",
91-
"item_count": 59,
93+
"item_count": 62,
9294
"notifications": {},
9395
"smile_name": "Smile Anna"
9496
}

fixtures/anna_elga_2_schedule_off/all_data.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"binary_sensors": {
66
"compressor_state": false,
77
"cooling_enabled": false,
8+
"cooling_state": false,
89
"dhw_state": false,
910
"flame_state": false,
1011
"heating_state": false,
@@ -18,7 +19,7 @@
1819
"setpoint": 60.0,
1920
"upper_bound": 100.0
2021
},
21-
"model": "Generic heater",
22+
"model": "Generic heater/cooler",
2223
"name": "OpenTherm",
2324
"sensors": {
2425
"domestic_hot_water_setpoint": 60.0,
@@ -62,7 +63,8 @@
6263
"thermostat": {
6364
"lower_bound": 4.0,
6465
"resolution": 0.1,
65-
"setpoint": 19.5,
66+
"setpoint_high": 30.0,
67+
"setpoint_low": 19.5,
6668
"upper_bound": 30.0
6769
},
6870
"vendor": "Plugwise"
@@ -85,10 +87,10 @@
8587
}
8688
},
8789
"gateway": {
88-
"cooling_present": false,
90+
"cooling_present": true,
8991
"gateway_id": "fb49af122f6e4b0f91267e1cf7666d6f",
9092
"heater_id": "573c152e7d4f4720878222bd75638f5b",
91-
"item_count": 59,
93+
"item_count": 62,
9294
"notifications": {},
9395
"smile_name": "Smile Anna"
9496
}

fixtures/anna_heatpump_heating/all_data.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"binary_sensors": {
2222
"compressor_state": true,
2323
"cooling_enabled": false,
24+
"cooling_state": false,
2425
"dhw_state": false,
2526
"flame_state": false,
2627
"heating_state": true,
@@ -40,7 +41,7 @@
4041
"setpoint": 60.0,
4142
"upper_bound": 100.0
4243
},
43-
"model": "Generic heater",
44+
"model": "Generic heater/cooler",
4445
"name": "OpenTherm",
4546
"sensors": {
4647
"dhw_temperature": 46.3,
@@ -84,17 +85,18 @@
8485
"thermostat": {
8586
"lower_bound": 4.0,
8687
"resolution": 0.1,
87-
"setpoint": 20.5,
88+
"setpoint_high": 30.0,
89+
"setpoint_low": 20.5,
8890
"upper_bound": 30.0
8991
},
9092
"vendor": "Plugwise"
9193
}
9294
},
9395
"gateway": {
94-
"cooling_present": false,
96+
"cooling_present": true,
9597
"gateway_id": "015ae9ea3f964e668e490fa39da3870b",
9698
"heater_id": "1cbf783bb11e4a7c8a6843dee3a86927",
97-
"item_count": 63,
99+
"item_count": 66,
98100
"notifications": {},
99101
"smile_name": "Smile Anna"
100102
}

0 commit comments

Comments
 (0)