Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 810 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 810 Bytes

homebridge-smoke

Description

This plugin shows -Carbon monoxide ( CO ) NOT carbon dioxide( Co2 ) levels and has a detection alarm

-Smoke detection

Example config:

{
            "accessory": "COSmokeSensor",
            "name": "CO and Smoke Sensor",
            "url": "http://10.1.1.145/json",
            "thresholds": {
                "co": 90,
                "smoke": 70
            },
            "pollingInterval": 5,
            "coLevelPath": "mq7_value",
            "smokeDetectedPath": "mq2_value"
        }

response must be JSON