Skip to content

New Device (Matter Sensor) Door/Window Contact II #2049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions drivers/SmartThings/matter-sensor/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ matterManufacturer:
deviceLabel: Smart co sensor
vendorId: 0x120B
productId: 0x1007
deviceProfileName: co
deviceProfileName: co
# Legrand
- id: "Legrand/Netatmo/Smart-2-in-1-Sensor"
deviceLabel: Netatmo Smart 2-in-1 Sensor
Expand Down Expand Up @@ -119,7 +119,7 @@ matterManufacturer:
deviceLabel: LG Door and Window Sensor
vendorId: 0x102E
productId: 0x2020
deviceProfileName: contact-battery
deviceProfileName: contact-battery
# Siterwell
- id: "4736/847"
deviceLabel: Siterwell Door Window Sensor
Expand All @@ -130,7 +130,7 @@ matterManufacturer:
deviceLabel: Siterwell Smart Smoke Alarm
vendorId: 0x1280
productId: 0x8014
deviceProfileName: smoke
deviceProfileName: smoke
- id: "4736/32789"
deviceLabel: Siterwell Smart Carbon Monoxide Alarm
vendorId: 0x1280
Expand All @@ -141,6 +141,12 @@ matterManufacturer:
vendorId: 0x1280
productId: 0x0350
deviceProfileName: motion-battery
#Bosch
- id: 4617/12309
deviceLabel: "Door/window contact II [M]"
vendorId: 0x1209
productId: 0x3015
deviceProfileName: contact-battery

matterGeneric:
- id: "matter/contact/sensor"
Expand Down
Loading