homebridge-co2monitor
v0.1.0
Published
Homebridge plugin for TFA Dostmann USB CO2 monitors
Downloads
1
Readme
homebridge-co2monitor
Integrates your TFA Dostmann CO2 sensor into Homebridge.
Installation
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-co2monitor
- Update your configuration file. See
sample-config.json
in this repository for a sample.
Configuration
Sample configuration:
"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.