Skip to content

Commit ea0946e

Browse files
authored
Merge pull request #671 from plugwise/anna-control-state
Add control_state to Anna output
2 parents ac65b34 + 1fb658c commit ea0946e

File tree

42 files changed

+78
-12
lines changed

Some content is hidden

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

42 files changed

+78
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

3-
## Ongoing
3+
## v1.6.4
44

55
- Continuous improvements [#662](https://github.com/plugwise/python-plugwise/pull/662)
66
- Rework tooling [#664](https://github.com/plugwise/python-plugwise/pull/664)
77
- Archive p1v4 userdata [#666](https://github.com/plugwise/python-plugwise/pull/666)
88
- Correct manual_fixtures script [#668](https://github.com/plugwise/python-plugwise/pull/668)
99
- Improve P1 fault-handling, continuous improvements [#670](https://github.com/plugwise/python-plugwise/pull/670)
10+
- Add control_state to Anna output [#671](https://github.com/plugwise/python-plugwise/pull/671)
1011

1112
## v1.6.3
1213

fixtures/anna_elga_2/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"active_preset": "home",
4040
"available_schedules": ["Thermostat schedule", "off"],
4141
"climate_mode": "auto",
42+
"control_state": "idle",
4243
"dev_class": "thermostat",
4344
"firmware": "2018-02-08T11:15:53+01:00",
4445
"hardware": "6539-1301-5002",

fixtures/anna_elga_2_cooling/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"active_preset": "home",
4040
"available_schedules": ["Thermostat schedule", "off"],
4141
"climate_mode": "auto",
42+
"control_state": "cooling",
4243
"dev_class": "thermostat",
4344
"firmware": "2018-02-08T11:15:53+01:00",
4445
"hardware": "6539-1301-5002",

fixtures/anna_elga_2_schedule_off/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"active_preset": "home",
4040
"available_schedules": ["Thermostat schedule", "off"],
4141
"climate_mode": "heat_cool",
42+
"control_state": "idle",
4243
"dev_class": "thermostat",
4344
"firmware": "2018-02-08T11:15:53+01:00",
4445
"hardware": "6539-1301-5002",

fixtures/anna_elga_no_cooling/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"active_preset": "home",
6161
"available_schedules": ["standaard", "off"],
6262
"climate_mode": "auto",
63+
"control_state": "heating",
6364
"dev_class": "thermostat",
6465
"firmware": "2018-02-08T11:15:53+01:00",
6566
"hardware": "6539-1301-5002",

fixtures/anna_heatpump_cooling/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"active_preset": "home",
5858
"available_schedules": ["standaard", "off"],
5959
"climate_mode": "heat_cool",
60+
"control_state": "cooling",
6061
"dev_class": "thermostat",
6162
"firmware": "2018-02-08T11:15:53+01:00",
6263
"hardware": "6539-1301-5002",

fixtures/anna_heatpump_cooling_fake_firmware/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"active_preset": "home",
5858
"available_schedules": ["standaard", "off"],
5959
"climate_mode": "heat_cool",
60+
"control_state": "cooling",
6061
"dev_class": "thermostat",
6162
"firmware": "2018-02-08T11:15:53+01:00",
6263
"hardware": "6539-1301-5002",

fixtures/anna_heatpump_heating/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"active_preset": "home",
6363
"available_schedules": ["standaard", "off"],
6464
"climate_mode": "auto",
65+
"control_state": "heating",
6566
"dev_class": "thermostat",
6667
"firmware": "2018-02-08T11:15:53+01:00",
6768
"hardware": "6539-1301-5002",

fixtures/anna_loria_cooling_active/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"active_preset": "home",
55
"available_schedules": ["Winter", "Test ", "off"],
66
"climate_mode": "auto",
7+
"control_state": "cooling",
78
"dev_class": "thermostat",
89
"firmware": "2018-02-08T11:15:53+01:00",
910
"hardware": "6539-1301-5002",

fixtures/anna_loria_driessens/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"off"
2828
],
2929
"climate_mode": "auto",
30+
"control_state": "idle",
3031
"dev_class": "thermostat",
3132
"firmware": "2018-02-08T11:15:53+01:00",
3233
"hardware": "6539-1301-5002",

0 commit comments

Comments
 (0)