From de55c255879bdf60927129ced85a3109150e4059 Mon Sep 17 00:00:00 2001 From: Konrad Klimczuk Date: Mon, 23 Feb 2026 12:17:40 +0100 Subject: [PATCH 1/3] fingerprints for Zooz sensors: ZSE11, ZSE41, ZSE44 --- .../SmartThings/zwave-sensor/fingerprints.yml | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/drivers/SmartThings/zwave-sensor/fingerprints.yml b/drivers/SmartThings/zwave-sensor/fingerprints.yml index 502e5bd5a7..bd01bd3702 100644 --- a/drivers/SmartThings/zwave-sensor/fingerprints.yml +++ b/drivers/SmartThings/zwave-sensor/fingerprints.yml @@ -445,12 +445,24 @@ zwaveManufacturer: productType: 0x0102 productId: 0x000B deviceProfileName: contact-battery-tamperalert - - id: 027A/7000/E001 - deviceLabel: Zooz Open/Closed Sensor + - id: 634/28672/57345 + deviceLabel: Open Close XS Sensor manufacturerId: 0x027A - productType: 0x7000 productId: 0xE001 - deviceProfileName: contact-battery-tamperalert + productType: 0x7000 + deviceProfileName: base-contact + - id: 634/513/6 + deviceLabel: Q Sensor + manufacturerId: 0x027A + productId: 0x0006 + productType: 0x0201 + deviceProfileName: multi-functional-motion + - id: 634/28672/57348 + deviceLabel: Temperature Humidity XS Sensor + manufacturerId: 0x027A + productId: 0xE004 + productType: 0x7000 + deviceProfileName: humidity-temperature-battery - id: "aeotec/multisensor/7" deviceLabel: Aeotec Multipurpose Sensor manufacturerId: 0x0371 From e67aecf3a08291cbc45c1136f1f798a9226b2ca4 Mon Sep 17 00:00:00 2001 From: Konrad Klimczuk Date: Mon, 23 Feb 2026 12:27:42 +0100 Subject: [PATCH 2/3] removes redundant white space --- drivers/SmartThings/zwave-sensor/fingerprints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/SmartThings/zwave-sensor/fingerprints.yml b/drivers/SmartThings/zwave-sensor/fingerprints.yml index bd01bd3702..1d9351decb 100644 --- a/drivers/SmartThings/zwave-sensor/fingerprints.yml +++ b/drivers/SmartThings/zwave-sensor/fingerprints.yml @@ -446,7 +446,7 @@ zwaveManufacturer: productId: 0x000B deviceProfileName: contact-battery-tamperalert - id: 634/28672/57345 - deviceLabel: Open Close XS Sensor + deviceLabel: Open Close XS Sensor manufacturerId: 0x027A productId: 0xE001 productType: 0x7000 From 57f476bc512a19d465365b4047bb2ac672e636e1 Mon Sep 17 00:00:00 2001 From: Konrad Klimczuk Date: Tue, 24 Feb 2026 14:30:31 +0100 Subject: [PATCH 3/3] cleanup --- drivers/SmartThings/zwave-sensor/fingerprints.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/SmartThings/zwave-sensor/fingerprints.yml b/drivers/SmartThings/zwave-sensor/fingerprints.yml index 1d9351decb..029aeae95e 100644 --- a/drivers/SmartThings/zwave-sensor/fingerprints.yml +++ b/drivers/SmartThings/zwave-sensor/fingerprints.yml @@ -448,20 +448,20 @@ zwaveManufacturer: - id: 634/28672/57345 deviceLabel: Open Close XS Sensor manufacturerId: 0x027A - productId: 0xE001 productType: 0x7000 + productId: 0xE001 deviceProfileName: base-contact - id: 634/513/6 deviceLabel: Q Sensor manufacturerId: 0x027A - productId: 0x0006 productType: 0x0201 + productId: 0x0006 deviceProfileName: multi-functional-motion - id: 634/28672/57348 deviceLabel: Temperature Humidity XS Sensor manufacturerId: 0x027A - productId: 0xE004 productType: 0x7000 + productId: 0xE004 deviceProfileName: humidity-temperature-battery - id: "aeotec/multisensor/7" deviceLabel: Aeotec Multipurpose Sensor