From f7486fbdae22c8b4db2ea1ba9a1d9bb556ff037c Mon Sep 17 00:00:00 2001 From: lelandblue <79465613+lelandblue@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:03:30 -0400 Subject: [PATCH 1/3] Feature to Add Fingerprint for Tuo Temp Sensor --- drivers/SmartThings/matter-sensor/fingerprints.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/SmartThings/matter-sensor/fingerprints.yml b/drivers/SmartThings/matter-sensor/fingerprints.yml index 3ca32761ae..8ad0533b25 100644 --- a/drivers/SmartThings/matter-sensor/fingerprints.yml +++ b/drivers/SmartThings/matter-sensor/fingerprints.yml @@ -33,6 +33,12 @@ matterManufacturer: vendorId: 0x1021 productId: 0x0001 deviceProfileName: motion-contact-battery + #Tuo + - id: "5150/3" + deviceLabel: "TUO Temperature Sensor" + vendorId: 0x141E + productId: 0x0003 + deviceProfileName: "temperature-humidity-battery" matterGeneric: - id: "matter/contact/sensor" From 2492fc06f7a163e0b5e87290d0e97944f2c232cc Mon Sep 17 00:00:00 2001 From: lelandblue <79465613+lelandblue@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:34:06 -0400 Subject: [PATCH 2/3] Moving tuo fingerprints together --- drivers/SmartThings/matter-sensor/fingerprints.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/SmartThings/matter-sensor/fingerprints.yml b/drivers/SmartThings/matter-sensor/fingerprints.yml index 8ad0533b25..47c08a1113 100644 --- a/drivers/SmartThings/matter-sensor/fingerprints.yml +++ b/drivers/SmartThings/matter-sensor/fingerprints.yml @@ -21,12 +21,6 @@ matterManufacturer: vendorId: 0x130a productId: 0x0057 deviceProfileName: temperature-humidity-battery - - - id: "TUO/ContactDoorAndWindow" - deviceLabel: TUO Contact Sensor - vendorId: 0x141E - productId: 0x0002 - deviceProfileName: contact-battery # Legrand - id: "Legrand/Netatmo/Smart-2-in-1-Sensor" deviceLabel: Netatmo Smart 2-in-1 Sensor @@ -39,6 +33,11 @@ matterManufacturer: vendorId: 0x141E productId: 0x0003 deviceProfileName: "temperature-humidity-battery" + - id: "TUO/ContactDoorAndWindow" + deviceLabel: TUO Contact Sensor + vendorId: 0x141E + productId: 0x0002 + deviceProfileName: contact-battery matterGeneric: - id: "matter/contact/sensor" From 7c0a3902e932e61657df56a8059c1a10e89e9100 Mon Sep 17 00:00:00 2001 From: lelandblue <79465613+lelandblue@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:58:43 -0500 Subject: [PATCH 3/3] Removed duplicate fingerprint. I removed the fingerprint for the "TUO/ContactDoorAndWindow" device as this fingerprint has already been released to production. --- drivers/SmartThings/matter-sensor/fingerprints.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/SmartThings/matter-sensor/fingerprints.yml b/drivers/SmartThings/matter-sensor/fingerprints.yml index 47c08a1113..321b259411 100644 --- a/drivers/SmartThings/matter-sensor/fingerprints.yml +++ b/drivers/SmartThings/matter-sensor/fingerprints.yml @@ -33,12 +33,6 @@ matterManufacturer: vendorId: 0x141E productId: 0x0003 deviceProfileName: "temperature-humidity-battery" - - id: "TUO/ContactDoorAndWindow" - deviceLabel: TUO Contact Sensor - vendorId: 0x141E - productId: 0x0002 - deviceProfileName: contact-battery - matterGeneric: - id: "matter/contact/sensor" deviceLabel: Matter Contact Sensor