Homebridge plugin for TFA Dostmann USB CO2 monitors
npm install homebridge-co2monitorIntegrates your TFA Dostmann CO2 sensor into Homebridge.
1. Install homebridge using: npm install -g homebridge
2. Install this plugin using: npm install -g homebridge-co2monitor
3. Update your configuration file. See sample-config.json in this repository for a sample.
````
"accessories": [
{
"accessory": "Co2Monitor",
"name": "CO2 Livingroom",
"humidity": true,
"co2threshold": 1200
}
]
---
Credits to
- lucacri's homebridge-http-temperature-humidity for the plugin design inspiration
- huhamhire's node-co2-monitor for the NodeJS backend to the TFA Dostmann sensor.