Skip to content

Commit

Permalink
Add TS0601_co2_sensor. Koenkk/zigbee2mqtt#11581
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Apr 7, 2022
1 parent 2fe8e40 commit e9458d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions devices/tuya.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,15 @@ module.exports = [
exposes: [e.temperature(), e.humidity(), e.co2(), e.voc(), e.formaldehyd().withUnit('ppm'),
e.pm25().withValueMin(0).withValueMax(999).withValueStep(1)],
},
{
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_ogkdpgy2'}],
model: 'TS0601_co2_sensor',
vendor: 'TuYa',
description: 'NDIR co2 sensor',
fromZigbee: [fz.tuya_air_quality],
toZigbee: [],
exposes: [e.co2()],
},
{
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_7bztmfm1'}],
model: 'TS0601_smart_CO_air_box',
Expand Down

0 comments on commit e9458d4

Please sign in to comment.