1.0.5 • Published 5 years ago

@lomray/homebridge-co2-level v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

homebridge-co2-level

npm npm

Description

This plugin shows a CO2 air quality accessory that you can switch to the "detected" state when the level reaches a threshold.

Example config:

{
    axiosConfig: {
        url:     'http://example.loc', // get CO2 data
        method:  'GET',
        timeout: 3000, // request timeout
    },
    loginUrl:    'http://example.loc/?login=1', // not required. If need login before request CO2 value
    valuePath:   'data.ADC.value', // Path to obtain value from response
    calculate:   'ppm', // ppm,percent,none

    interval:  20, // refresh interval in seconds
    threshold: 1000, // set alarm detect in ppm or % (depends on `calculate`)
}
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago