Skip to content

tumekee/homebridge-co

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published