Skip to content

Draft pull request for z-wave sensor air quality sensor profile and Eurotronics fingerprint #2104

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 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions drivers/SmartThings/zwave-sensor/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,12 @@ zwaveManufacturer:
productType: 0x0000
productId: 0x0001
deviceProfileName: base-water
- id: Eurotronic EURE700088
deviceLabel: Eurotronic Air Quality Sensor
manufacturerId: 0x0148
productType: 0x0005
productId: 0x0001
deviceProfileName: air-quality-sensor
zwaveGeneric:
- id: "GenericSensorAlarm"
deviceLabel: Z-Wave Sensor
Expand Down
22 changes: 22 additions & 0 deletions drivers/SmartThings/zwave-sensor/profiles/air-quality-sensor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: air-quality-sensor
components:
- id: main
capabilities:
- id: temperatureMeasurement
version: 1
config:
values:
- key: "temperature.value"
range: [-20, 100]
- id: relativeHumidityMeasurement
version: 1
- id: dewPoint
version: 1
- id: carbonDioxideMeasurement
version: 1
- id: tvocMeasurement
version: 1
- id: refresh
version: 1
categories:
- name: AirQualitySensor