Skip to content

jererobles/homebridge-uhoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-uhoo

Report sensor data from uHoo air quality monitor to HomeKit.

Installation

npm install homebridge-uhoo

Configuration

{
  "accessories": [
    {
      "accessory": "uHooAirQuality",
      "name": "Living Room Air Quality",
      "username": "YOUR_EMAIL",
      "password": "YOUR_PASSWORD",
      "clientId": "5059660210617291758|7900188431095154449"
    }
  ]
}

Note: clientId might be user-specific, you can get this by sniffing your network traffic.

Development

git clone https://github.com/jererobles/homebridge-uhoo.git
cd homebridge-uhoo
homebridge -D -U ~/dev/homebridge-uhoo

About

Report sensor data from uHoo air quality monitor to HomeKit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published