@tumekee/homebridge-co
v1.1.1
Published
This plugin shows a CO air quality accessory that will trigger when then threshold is met - Carbon monoxide ( CO ) NOT carbon dioxide( Co2 )
Downloads
3
Readme
homebridge-co
Description
This plugin shows a CO air quality accessory that will trigger when then threshold is met - Carbon monoxide ( CO ) NOT carbon dioxide( Co2 )
Example config:
{
"accessories": [
{
"accessory": "COSensor",
"name": "CO Sensor",
"url": "http://10.1.1.145",
"threshold": 50,
"pollingInterval": 60,
"coLevelPath": "co_level"
}
]
}
response must be JSON default path is {"co_level": xx.xx}