From c6ca1c867a27deed9963df79685f9dc1c3c06104 Mon Sep 17 00:00:00 2001 From: Alissa Dornbos <79465613+lelandblue@users.noreply.github.com> Date: Fri, 28 Mar 2025 10:31:32 -0400 Subject: [PATCH 1/4] Adding W100 Fingerprint --- drivers/SmartThings/matter-switch/fingerprints.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index 8860d4802e..42f67ece67 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -20,6 +20,11 @@ matterManufacturer: vendorId: 0x115F productId: 0x1806 deviceProfileName: light-level-colorTemperature-2700K-6500K + - id: "4447/8196" + deviceLabel: Climate Sensor W100 + vendorId: 0x115F + productId: 0x2004 + deviceProfileName: 3-button-battery-temperature-humidity #AiDot - id: "Linkind/Smart/Light/Bulb/A19/RGBTW" deviceLabel: Linkind Smart Light Bulb A19 RGBTW From d38c33585ae7bf5d426c2766fdc46db12f03f715 Mon Sep 17 00:00:00 2001 From: Alissa Dornbos <79465613+lelandblue@users.noreply.github.com> Date: Fri, 28 Mar 2025 10:59:39 -0400 Subject: [PATCH 2/4] Adding four fingerprints Adding fingerprints for all Aqara devices PID (0x1004, 0x1005, 0x1008, 0x1009) --- .../matter-switch/fingerprints.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index 42f67ece67..c3337982aa 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -1,5 +1,25 @@ matterManufacturer: #Aqara + - id: "4447/4100" + deviceLabel: Aqara Light Switch H2 US (2 Buttons 2 Channel) + vendorId: 0x115F + productId: 0x1004 + deviceProfileName: light-power-energy-powerConsumption + - id: "4447/4101" + deviceLabel: Aqara Light Switch H2 US (4 Buttons 3 Channel) + vendorId: 0x115F + productId: 0x1005 + deviceProfileName: light-power-energy-powerConsumption + - id: "4447/4104" + deviceLabel: Aqara Light Switch H2 EU (2 Buttons 1 Channel) + vendorId: 0x115F + productId: 0x1008 + deviceProfileName: light-power-energy-powerConsumption + - id: "4447/4105" + deviceLabel: Aqara Light Switch H2 EU (4 Buttons 2 Channel) + vendorId: 0x115F + productId: 0x1009 + deviceProfileName: light-power-energy-powerConsumption - id: "4447/6145" deviceLabel: Aqara LED Bulb T2 RGB CCT vendorId: 0x115F From 8e9c8131f3e4afdf8b0339af8827e524a7e23fff Mon Sep 17 00:00:00 2001 From: Alissa Dornbos <79465613+lelandblue@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:03:42 -0400 Subject: [PATCH 3/4] Update fingerprints.yml --- drivers/SmartThings/matter-switch/fingerprints.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index c3337982aa..6ec83cb5a4 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -40,11 +40,6 @@ matterManufacturer: vendorId: 0x115F productId: 0x1806 deviceProfileName: light-level-colorTemperature-2700K-6500K - - id: "4447/8196" - deviceLabel: Climate Sensor W100 - vendorId: 0x115F - productId: 0x2004 - deviceProfileName: 3-button-battery-temperature-humidity #AiDot - id: "Linkind/Smart/Light/Bulb/A19/RGBTW" deviceLabel: Linkind Smart Light Bulb A19 RGBTW From eaa6cf1b7b98e7ffa4485dd3d53fc040f817e085 Mon Sep 17 00:00:00 2001 From: Alissa Dornbos <79465613+lelandblue@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:31:13 -0400 Subject: [PATCH 4/4] Update fingerprints.yml --- drivers/SmartThings/matter-switch/fingerprints.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index 6ec83cb5a4..2fe1c1c1f8 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -1,5 +1,10 @@ matterManufacturer: #Aqara + - id: "4447/4099" + deviceLabel: Aqara Light Switch H2 US (2 Buttons 1 Channel) + vendorId: 0x115F + productId: 0x1003 + deviceProfileName: light-power-energy-powerConsumption - id: "4447/4100" deviceLabel: Aqara Light Switch H2 US (2 Buttons 2 Channel) vendorId: 0x115F