From e9458d4f575a25812f246d6c125e703f3f8cddec Mon Sep 17 00:00:00 2001 From: Koenkk Date: Thu, 7 Apr 2022 17:38:49 +0200 Subject: [PATCH] Add TS0601_co2_sensor. https://github.com/Koenkk/zigbee2mqtt/issues/11581 --- devices/tuya.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/devices/tuya.js b/devices/tuya.js index adf4f9ea2df5e..5522a643d3228 100644 --- a/devices/tuya.js +++ b/devices/tuya.js @@ -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',