@tumekee/homebridge-co

1.1.1 • Public • Published

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}

Package Sidebar

Install

npm i @tumekee/homebridge-co

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

6.3 kB

Total Files

5

Last publish

Collaborators

  • tumekee