From 697d6354768268b30d832ea3ad48682bc7f552aa Mon Sep 17 00:00:00 2001 From: lelandblue <79465613+lelandblue@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:23:49 -0400 Subject: [PATCH 1/4] Zemismart switch 4 --- drivers/SmartThings/matter-switch/fingerprints.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index 047f7c8de1..0dafd1ae45 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -71,6 +71,12 @@ matterManufacturer: vendorId: 0x1312 productId: 0x01 deviceProfileName: light-level-colorTemperature-2710k-6500k +#Zemismart + - id: "5020/43521" + deviceLabel: "Zemismart Thread Smart Switch" + vendorId: 0x139C + productId: 0xAA01 + deviceProfileName: "switch-4 # Sengled # Not WWST Certified: As of the device's software release of "780014029", the device reports itself with device type of 0x10C, From d09809eb45c35e8c9cad3e3243b20e6cd613071c Mon Sep 17 00:00:00 2001 From: lelandblue <79465613+lelandblue@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:49:49 -0400 Subject: [PATCH 2/4] Update drivers/SmartThings/matter-switch/fingerprints.yml Co-authored-by: Steven Green --- drivers/SmartThings/matter-switch/fingerprints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index 0dafd1ae45..aafe092583 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -76,7 +76,7 @@ matterManufacturer: deviceLabel: "Zemismart Thread Smart Switch" vendorId: 0x139C productId: 0xAA01 - deviceProfileName: "switch-4 + deviceProfileName: "switch-4" # Sengled # Not WWST Certified: As of the device's software release of "780014029", the device reports itself with device type of 0x10C, From 442d9ad1208ea60c6103d4209e30a2a2ee53bd25 Mon Sep 17 00:00:00 2001 From: lelandblue <79465613+lelandblue@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:06:10 -0500 Subject: [PATCH 3/4] Changing profile assignment The original commit had this device profile to be switch-4, however, this profile is not parent-child. I have edited this PR to reflect a parent-child profile instead. --- drivers/SmartThings/matter-switch/fingerprints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index aafe092583..81100106fe 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -76,7 +76,7 @@ matterManufacturer: deviceLabel: "Zemismart Thread Smart Switch" vendorId: 0x139C productId: 0xAA01 - deviceProfileName: "switch-4" + deviceProfileName: "switch-binary" # Sengled # Not WWST Certified: As of the device's software release of "780014029", the device reports itself with device type of 0x10C, From 16f9df7739a3be21c2ff0206cf1d78d255596f86 Mon Sep 17 00:00:00 2001 From: lelandblue <79465613+lelandblue@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:55:19 -0500 Subject: [PATCH 4/4] Update drivers/SmartThings/matter-switch/fingerprints.yml Co-authored-by: Cooper Towns --- drivers/SmartThings/matter-switch/fingerprints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index 81100106fe..0a0ef00265 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -76,7 +76,7 @@ matterManufacturer: deviceLabel: "Zemismart Thread Smart Switch" vendorId: 0x139C productId: 0xAA01 - deviceProfileName: "switch-binary" + deviceProfileName: switch-binary # Sengled # Not WWST Certified: As of the device's software release of "780014029", the device reports itself with device type of 0x10C,