Skip to content

Files

Latest commit

9299281 · Jul 4, 2023

History

History
35 lines (24 loc) · 719 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 719 Bytes

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}