Skip to content

Commit f4234db

Browse files
authored
Merge pull request #679 from plugwise/refresh-anna-userdata
Refresh Anna Elga 2 main userdata
2 parents 9fae322 + 029cf54 commit f4234db

File tree

57 files changed

+4750
-2278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+4750
-2278
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Ongoing
44

55
- Continuous improvements [#678](https://github.com/plugwise/python-plugwise/pull/678)
6+
- Refresh Anna_Elga_2 userdata and adapt, add missing item-count, line-up test-data headers [#679](https://github.com/plugwise/python-plugwise/pull/679)
67

78
## v1.6.4
89

fixtures/anna_elga_2/all_data.json

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,37 @@
33
"573c152e7d4f4720878222bd75638f5b": {
44
"available": true,
55
"binary_sensors": {
6-
"compressor_state": false,
6+
"compressor_state": true,
77
"cooling_enabled": false,
88
"cooling_state": false,
99
"dhw_state": false,
10-
"flame_state": false,
11-
"heating_state": false,
12-
"secondary_boiler_state": false
10+
"flame_state": true,
11+
"heating_state": true,
12+
"secondary_boiler_state": true
1313
},
1414
"dev_class": "heater_central",
1515
"location": "d34dfe6ab90b410c98068e75de3eb631",
16-
"maximum_boiler_temperature": {
17-
"lower_bound": 0.0,
18-
"resolution": 1.0,
19-
"setpoint": 60.0,
20-
"upper_bound": 100.0
21-
},
2216
"model": "Generic heater/cooler",
2317
"name": "OpenTherm",
2418
"sensors": {
2519
"domestic_hot_water_setpoint": 60.0,
26-
"intended_boiler_temperature": 0.0,
27-
"modulation_level": 0.0,
28-
"outdoor_air_temperature": 14.0,
29-
"return_temperature": 23.4,
20+
"intended_boiler_temperature": 58.3,
21+
"modulation_level": 55,
22+
"outdoor_air_temperature": 6.0,
23+
"return_temperature": 35.5,
3024
"water_pressure": 0.5,
31-
"water_temperature": 22.8
25+
"water_temperature": 42.6
3226
},
3327
"switches": {
34-
"dhw_cm_switch": true
28+
"dhw_cm_switch": false
3529
},
3630
"vendor": "Techneco"
3731
},
3832
"ebd90df1ab334565b5895f37590ccff4": {
3933
"active_preset": "home",
4034
"available_schedules": ["Thermostat schedule", "off"],
4135
"climate_mode": "auto",
42-
"control_state": "idle",
36+
"control_state": "heating",
4337
"dev_class": "thermostat",
4438
"firmware": "2018-02-08T11:15:53+01:00",
4539
"hardware": "6539-1301-5002",
@@ -49,12 +43,12 @@
4943
"preset_modes": ["away", "no_frost", "vacation", "home", "asleep"],
5044
"select_schedule": "Thermostat schedule",
5145
"sensors": {
52-
"cooling_activation_outdoor_temperature": 26.0,
53-
"cooling_deactivation_threshold": 3.0,
46+
"cooling_activation_outdoor_temperature": 24.0,
47+
"cooling_deactivation_threshold": 2.0,
5448
"illuminance": 0.5,
5549
"setpoint_high": 30.0,
5650
"setpoint_low": 19.5,
57-
"temperature": 20.9
51+
"temperature": 19.2
5852
},
5953
"temperature_offset": {
6054
"lower_bound": -2.0,
@@ -76,15 +70,15 @@
7670
"plugwise_notification": false
7771
},
7872
"dev_class": "gateway",
79-
"firmware": "4.2.1",
73+
"firmware": "4.4.1",
8074
"hardware": "AME Smile 2.0 board",
8175
"location": "d34dfe6ab90b410c98068e75de3eb631",
8276
"mac_address": "C4930002FE76",
8377
"model": "Gateway",
8478
"model_id": "smile_thermo",
8579
"name": "Smile Anna",
8680
"sensors": {
87-
"outdoor_temperature": 13.0
81+
"outdoor_temperature": 6.38
8882
},
8983
"vendor": "Plugwise"
9084
}
@@ -93,7 +87,7 @@
9387
"cooling_present": true,
9488
"gateway_id": "fb49af122f6e4b0f91267e1cf7666d6f",
9589
"heater_id": "573c152e7d4f4720878222bd75638f5b",
96-
"item_count": 63,
90+
"item_count": 60,
9791
"notifications": {},
9892
"reboot": true,
9993
"smile_name": "Smile Anna"

fixtures/anna_elga_2_cooling/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"cooling_present": true,
9494
"gateway_id": "fb49af122f6e4b0f91267e1cf7666d6f",
9595
"heater_id": "573c152e7d4f4720878222bd75638f5b",
96-
"item_count": 63,
96+
"item_count": 64,
9797
"notifications": {},
9898
"reboot": true,
9999
"smile_name": "Smile Anna"

fixtures/anna_elga_2_schedule_off/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"cooling_present": true,
9494
"gateway_id": "fb49af122f6e4b0f91267e1cf7666d6f",
9595
"heater_id": "573c152e7d4f4720878222bd75638f5b",
96-
"item_count": 63,
96+
"item_count": 64,
9797
"notifications": {},
9898
"reboot": true,
9999
"smile_name": "Smile Anna"

fixtures/anna_elga_no_cooling/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"cooling_present": false,
9696
"gateway_id": "015ae9ea3f964e668e490fa39da3870b",
9797
"heater_id": "1cbf783bb11e4a7c8a6843dee3a86927",
98-
"item_count": 63,
98+
"item_count": 64,
9999
"notifications": {},
100100
"reboot": true,
101101
"smile_name": "Smile Anna"

fixtures/anna_heatpump_cooling/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"cooling_present": true,
9595
"gateway_id": "015ae9ea3f964e668e490fa39da3870b",
9696
"heater_id": "1cbf783bb11e4a7c8a6843dee3a86927",
97-
"item_count": 64,
97+
"item_count": 65,
9898
"notifications": {},
9999
"reboot": true,
100100
"smile_name": "Smile Anna"

fixtures/anna_heatpump_cooling_fake_firmware/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"cooling_present": true,
9595
"gateway_id": "015ae9ea3f964e668e490fa39da3870b",
9696
"heater_id": "1cbf783bb11e4a7c8a6843dee3a86927",
97-
"item_count": 64,
97+
"item_count": 65,
9898
"notifications": {},
9999
"reboot": true,
100100
"smile_name": "Smile Anna"

fixtures/anna_heatpump_heating/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"cooling_present": true,
100100
"gateway_id": "015ae9ea3f964e668e490fa39da3870b",
101101
"heater_id": "1cbf783bb11e4a7c8a6843dee3a86927",
102-
"item_count": 67,
102+
"item_count": 68,
103103
"notifications": {},
104104
"reboot": true,
105105
"smile_name": "Smile Anna"

fixtures/anna_loria_cooling_active/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"cooling_present": true,
9999
"gateway_id": "9ff0569b4984459fb243af64c0901894",
100100
"heater_id": "bfb5ee0a88e14e5f97bfa725a760cc49",
101-
"item_count": 66,
101+
"item_count": 67,
102102
"notifications": {},
103103
"reboot": true,
104104
"smile_name": "Smile Anna"

fixtures/anna_loria_driessens/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"cooling_present": true,
105105
"gateway_id": "5c118b1842e943c0a5b6ef88a60bb17a",
106106
"heater_id": "a449cbc334ae4a5bb7f89064984b2906",
107-
"item_count": 66,
107+
"item_count": 67,
108108
"notifications": {},
109109
"reboot": true,
110110
"smile_name": "Smile Anna"

0 commit comments

Comments
 (0)