JSPM

homebridge-cgllc-airmonitor-alexsilk

0.0.15
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q50669F
  • License MIT

Xiaomi Clear Grass(S1) plugin for Homebridge.

Package Exports

  • homebridge-cgllc-airmonitor-alexsilk
  • homebridge-cgllc-airmonitor-alexsilk/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (homebridge-cgllc-airmonitor-alexsilk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

homebridge-cgllc-airmonitor-s1

Instalation

Homebridge for Xiaomi ClearGrass

  1. Install required package: npm install -g homebridge-cgllc-airmonitor-s1

Configuration

"accessories": [
        {
            "accessory": "ClearGrassAirMonitor",
            "name": "Office Air Monitor",
            "ip": "xxx.xxx.xxx.xxx",
            "token": "--------",
            "showTemperature": true,
            "showHumidity": true,
            "showAirQuality": true,
            "showCo2": true,
            "co2_Threshold": 1000          
        }
    ]

Settings

0.0.13 update fix air quality status update

0.0.12 update fix air quality status update

0.0.11 update fix air quality status update

0.0.10 update change tvoc level

0.0.9 update change air quality level

0.0.8 update : remove tVoc_Adjust, Show only with ppb value. Apply tvoc to air quality measurement

Minimal configuration