Skip to content
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

New Device (Matter Thermostat) Eve Thermostat #1520

Merged
merged 2 commits into from
Aug 8, 2024
Merged
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions drivers/SmartThings/matter-thermostat/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ matterManufacturer:
vendorId: 0x1396
productId: 0x0043A
deviceProfileName: air-purifier-hepa
#Eve
- id: "4874/79"
deviceLabel: Eve Thermo
vendorId: 0x130A
productId: 0x004F
deviceProfileName: thermostat-heating-only-nostate
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note that the matter-thermostat driver has dynamic profile naming, so when testing this we'll just want to confirm that the driver attempts to switch to this same profile when the device is onboarded. Should be easy to check by confirming that expected profile is still being used after the device is onboarded.



matterGeneric:
- id: "matter/hvac/heatcool"
Expand Down
Loading