From b91ba19ab3692c1d97c214d0b23e6f7522b68ca6 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Tue, 10 Dec 2024 09:48:44 +0100 Subject: [PATCH 1/4] Fix m_adam_cooling mixup --- scripts/manual_fixtures.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/manual_fixtures.py b/scripts/manual_fixtures.py index 7131a690b..bd8fad405 100755 --- a/scripts/manual_fixtures.py +++ b/scripts/manual_fixtures.py @@ -126,8 +126,8 @@ def json_writer(manual_name: str, all_data: dict) -> None: ] = 23.9 m_adam_cooling["devices"]["f871b8c4d63549319221e294e4f88074"][ "control_state" -] = "auto" -m_adam_cooling["devices"]["f871b8c4d63549319221e294e4f88074"]["climate_mode"] = "cool" +] = "cooling" +m_adam_cooling["devices"]["f871b8c4d63549319221e294e4f88074"]["climate_mode"] = "auto" # Go for da22 From f678d5ed5313a6b57e2afe01bebd6c36fe942f6a Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Tue, 10 Dec 2024 09:54:30 +0100 Subject: [PATCH 2/4] Save updated fixture --- fixtures/m_adam_cooling/all_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fixtures/m_adam_cooling/all_data.json b/fixtures/m_adam_cooling/all_data.json index 9c40e5027..af6d4b833 100644 --- a/fixtures/m_adam_cooling/all_data.json +++ b/fixtures/m_adam_cooling/all_data.json @@ -176,8 +176,8 @@ "Weekschema", "off" ], - "climate_mode": "cool", - "control_state": "auto", + "climate_mode": "auto", + "control_state": "cooling", "dev_class": "climate", "model": "ThermoZone", "name": "Bathroom", From d6afae53059dc07c1ad97be603a52c36eebe6a31 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Tue, 10 Dec 2024 10:24:15 +0100 Subject: [PATCH 3/4] Update CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf9682c2..402c82289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## Ongoing -- Continuous improvements +- Continuous improvements (#662) +- Rework tooling (#664) +- Archive p1v4 userdata (#666) +- Correct manual_fixtures script (#668) ## v1.6.3 From 9d6629ad0eb3f62e8f625b8f3066c9fd42da1089 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Tue, 10 Dec 2024 10:27:20 +0100 Subject: [PATCH 4/4] Fix links --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 402c82289..03609593e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## Ongoing -- Continuous improvements (#662) -- Rework tooling (#664) -- Archive p1v4 userdata (#666) -- Correct manual_fixtures script (#668) +- Continuous improvements [#662](https://github.com/plugwise/python-plugwise/pull/662) +- Rework tooling [#664](https://github.com/plugwise/python-plugwise/pull/664) +- Archive p1v4 userdata [#666](https://github.com/plugwise/python-plugwise/pull/666) +- Correct manual_fixtures script [#668](https://github.com/plugwise/python-plugwise/pull/668) ## v1.6.3