Skip to content

Commit 309cffc

Browse files
authored
Merge pull request #466 from plugwise/awb_441
Add Anna (without boiler) fw4.41 data
2 parents c774fba + be2f046 commit 309cffc

File tree

76 files changed

+2533
-684
lines changed

Some content is hidden

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

76 files changed

+2533
-684
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Latest commit
55

66
env:
7-
CACHE_VERSION: 4
7+
CACHE_VERSION: 5
88
DEFAULT_PYTHON: "3.11"
99
PRE_COMMIT_HOME: ~/.cache/pre-commit
1010

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.35.4
4+
5+
- Remove support for Adam with fw 2.x and Anna with fw 3.x
6+
- Add 4.4.1 Anna testing (`control_state` added to xml but not active)
7+
- Maintenance, archive older firmware and clean/update tests accordingly
8+
- Introduce quick-fixture generation without testing
9+
- Fix `adam_jip` testcase
10+
311
## v0.35.3
412

513
- Working solution for [Core Issue #104433](https://github.com/home-assistant/core/issues/104433)

fixtures/adam_jip/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"firmware": "2016-10-27T02:00:00+02:00",
1010
"hardware": "255",
1111
"location": "06aecb3d00354375924f50c47af36bd2",
12-
"mode": "off",
12+
"mode": "heat",
1313
"model": "Lisa",
1414
"name": "Slaapkamer",
1515
"preset_modes": ["home", "asleep", "away", "vacation", "no_frost"],

fixtures/anna_without_boiler_fw3/all_data.json

Lines changed: 0 additions & 68 deletions
This file was deleted.

fixtures/anna_without_boiler_fw4/all_data.json

Lines changed: 0 additions & 68 deletions
This file was deleted.

fixtures/anna_without_boiler_fw4/device_list.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

fixtures/anna_without_boiler_fw42/device_list.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

fixtures/anna_without_boiler_fw42/notifications.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

fixtures/anna_without_boiler_fw42/all_data.json renamed to fixtures/anna_without_boiler_fw441/all_data.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"devices": {
33
"7ffbb3ab4b6c4ab2915d7510f7bf8fe9": {
44
"active_preset": "home",
5-
"available_schedules": ["Test", "Normal", "off"],
5+
"available_schedules": ["Test", "Normaal", "off"],
66
"dev_class": "thermostat",
77
"firmware": "2018-02-08T11:15:53+01:00",
88
"hardware": "6539-1301-5002",
99
"location": "c34c6864216446528e95d88985e714cc",
1010
"mode": "auto",
1111
"model": "ThermoTouch",
1212
"name": "Anna",
13-
"preset_modes": ["no_frost", "asleep", "away", "home", "vacation"],
14-
"select_schedule": "Test",
13+
"preset_modes": ["no_frost", "asleep", "away", "vacation", "home"],
14+
"select_schedule": "Normaal",
1515
"sensors": {
1616
"illuminance": 0.25,
17-
"setpoint": 21.0,
18-
"temperature": 20.6
17+
"setpoint": 19.0,
18+
"temperature": 19.1
1919
},
2020
"temperature_offset": {
2121
"lower_bound": -2.0,
@@ -26,7 +26,7 @@
2626
"thermostat": {
2727
"lower_bound": 4.0,
2828
"resolution": 0.1,
29-
"setpoint": 21.0,
29+
"setpoint": 19.0,
3030
"upper_bound": 30.0
3131
},
3232
"vendor": "Plugwise"
@@ -36,20 +36,20 @@
3636
"plugwise_notification": false
3737
},
3838
"dev_class": "gateway",
39-
"firmware": "4.2.1",
39+
"firmware": "4.4.1",
4040
"hardware": "AME Smile 2.0 board",
4141
"location": "0f4f2ada20734a339fe353348fe87b96",
42-
"mac_address": "012345670001",
42+
"mac_address": "D40FB200FA1C",
4343
"model": "Gateway",
4444
"name": "Smile Anna",
4545
"sensors": {
46-
"outdoor_temperature": 3.56
46+
"outdoor_temperature": 8.31
4747
},
4848
"vendor": "Plugwise"
4949
},
5050
"c46b4794d28149699eacf053deedd003": {
5151
"binary_sensors": {
52-
"heating_state": true
52+
"heating_state": false
5353
},
5454
"dev_class": "heater_central",
5555
"location": "0f4f2ada20734a339fe353348fe87b96",
File renamed without changes.

0 commit comments

Comments
 (0)