From 77fdf5bd1960cb191828e9b0b39b0fb802195128 Mon Sep 17 00:00:00 2001 From: AndreasStockter <8533594+AndreasStockter@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:17:50 +0000 Subject: [PATCH 1/3] Add device: HMIP-SWDO by eQ-3 --- library/library.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/library.json b/library/library.json index 2d786a14e..0fc0ec524 100644 --- a/library/library.json +++ b/library/library.json @@ -12720,6 +12720,12 @@ "manufacturer": "ZVIDAR", "model": "Z-CM-V01", "battery_type": "Rechargeable" + }, + { + "manufacturer": "eQ-3", + "model": "HMIP-SWDO", + "model_id": "Homematic IP Fenster- und T\u00fcrkontakt - optisch", + "battery_type": "AAA" } ] } \ No newline at end of file From a1da3d7c183cd9c98be8fc067522381a81baa1db Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Fri, 5 Jun 2026 12:27:23 +0100 Subject: [PATCH 2/3] Fix model_id string encoding in library.json --- library/library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/library.json b/library/library.json index 0fc0ec524..0848821a9 100644 --- a/library/library.json +++ b/library/library.json @@ -12724,8 +12724,8 @@ { "manufacturer": "eQ-3", "model": "HMIP-SWDO", - "model_id": "Homematic IP Fenster- und T\u00fcrkontakt - optisch", + "model_id": "Homematic IP Fenster- und Türkontakt - optisch", "battery_type": "AAA" } ] -} \ No newline at end of file +} From 6fd189929aeeae5d26d47277f62ed019739625c5 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Fri, 5 Jun 2026 12:31:13 +0100 Subject: [PATCH 3/3] Fix model_id encoding for Homematic device --- library/library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/library.json b/library/library.json index 0848821a9..2737acc11 100644 --- a/library/library.json +++ b/library/library.json @@ -12724,7 +12724,7 @@ { "manufacturer": "eQ-3", "model": "HMIP-SWDO", - "model_id": "Homematic IP Fenster- und Türkontakt - optisch", + "model_id": "Homematic IP Fenster- und T\u00fcrkontakt - optisch", "battery_type": "AAA" } ]