All Projects → HomeKitFans → homebridge-mi-pm2_5

HomeKitFans / homebridge-mi-pm2_5

Licence: other
XiaoMi PM2.5 sensor plugin for HomeBridge.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to homebridge-mi-pm2 5

homebridge-mi-robot vacuum
XiaoMi robot vacuum plugins for HomeBridge.
Stars: ✭ 53 (+253.33%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi, mi
homebridge-mi-fan
XiaoMi fan plugins for HomeBridge.
Stars: ✭ 59 (+293.33%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi, mi
Homebridge Mi Philips Light
XiaoMi Philips light plugins for HomeBridge.
Stars: ✭ 85 (+466.67%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
homebridge-yeelight-platform
Homebridge plugin for Yeelight Lights supporting Scenes/Moods/Color Flow/Custom Presets/Music Flow/Night Mode
Stars: ✭ 53 (+253.33%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
Homebridge Mi Gateway Fm
XiaoMi Gateway FM plugin for HomeBridge.
Stars: ✭ 43 (+186.67%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
Homebridge Mi Acpartner
XiaoMi AC Partner plugins for HomeBridge(https://github.com/nfarina/homebridge).
Stars: ✭ 250 (+1566.67%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
Homebridge Mi Aqara
a homebridge plugin for XiaoMi Aqara plugin.
Stars: ✭ 990 (+6500%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
Homebridge Mi Airpurifier
XiaoMi air purifier plugins for HomeBridge.
Stars: ✭ 100 (+566.67%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
Homebridge Dafang
Homebridge Plugin for Xiaomi Dafang / Wyze Cam IP Camera => Hey Siri, Start Video Recording
Stars: ✭ 176 (+1073.33%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
Homebridge Mi Hygrothermograph
Homebridge plugin for the Xiaomi Mi Bluetooth Temperature and Humidity Sensor
Stars: ✭ 179 (+1093.33%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
homebridge-mijia-camera
Homebridge plugin for the Xiaomi Mijia 1080P Smart IP Camera, also known as Mi Home Security Camera.
Stars: ✭ 35 (+133.33%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
homebridge-zigbee
ZigBee Platform plugin for HomeBridge
Stars: ✭ 101 (+573.33%)
Mutual labels:  homebridge, xiaomi
homebridge-magichome-platform
Homebridge Plugin for MagicHome LED Strips with Preset Scene Automation Support (Cycle Color/Fade/Strobe)
Stars: ✭ 46 (+206.67%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-printer
Homebridge plugin for ipp (AirPrint) capable printer
Stars: ✭ 30 (+100%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-telegram
HomeKit/Homebridge driven notifications via Telegram
Stars: ✭ 47 (+213.33%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-messenger
Send HomeKit messages with HomeBridge (Pushover / IFTTT / Email)
Stars: ✭ 74 (+393.33%)
Mutual labels:  homebridge, homebridge-plugin
AVPlayerItemHomeOutput
Coordinate the output of content associated with your HomeKit lightbulbs. #Ambilight
Stars: ✭ 38 (+153.33%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-nremo
Nature Remo Plugin for homebridge
Stars: ✭ 17 (+13.33%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-eveatmo
Homebridge plugin which adds a Netatmo weatherstation as HomeKit device and tries to act like Elgato Eve Room/Weather
Stars: ✭ 63 (+320%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-kodi
Kodi plugin for Homebridge
Stars: ✭ 24 (+60%)
Mutual labels:  homebridge, homebridge-plugin

homebridge-mi-pm2_5

npm version

XiaoMi PM2.5 sensor plugin for HomeBridge.

Thanks for nfarina(the author of homebridge), OpenMiHome, aholstenson(the author of miio), all other developer and testers.

Note: If you find bugs, please submit them to issues or QQ Group: 107927710.

Installation

  1. Install HomeBridge, please follow it's README.
    If you are using Raspberry Pi, please read Running-HomeBridge-on-a-Raspberry-Pi.
  2. Make sure you can see HomeBridge in your iOS devices, if not, please go back to step 1.
  3. Install packages.
npm install -g homebridge-mi-pm2_5

Configuration

"accessories": [{
    "accessory": "MiPM2_5",
    "name": "AirQuality Sensor",
    "showTimeSwitchDisable": true, 
    "showTimeSwitchName": "AirQuality Sensor show time",
    "ip": "192.168.88.181",
    "token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}]

Get token

Get token by miio2.db

setup MiJia(MiHome) app in your android device or android virtual machine.
open MiJia(MiHome) app and login your account.
refresh device list and make sure device display in the device list.
get miio2.db(path: /data/data/com.xiaomi.smarthome/databases/miio2.db) file from your android device or android virtual machine.
open website [Get MiIo Tokens By DataBase File], upload miio2.db file and submit.

Get token by network

Open command prompt or terminal. Run following command:

miio --discover

Wait until you get output similar to this:

Device ID: xxxxxxxx   
Model info: Unknown   
Address: 192.168.88.xx   
Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx via auto-token   
Support: Unknown   

"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" is token.
If token is "???", then reset device and connect device created Wi-Fi hotspot.
Run following command:

miio --discover --sync

Wait until you get output.
For more information about token, please refer to OpenMiHome and miio.

Version Logs

0.0.5 (2018-02-10)

1.update 'package.json'.

0.0.4 (2017-09-11)

1.optimized code.

0.0.3 (2017-09-05)

1.optimized code.

0.0.2 (2017-09-02)

1.change air quality grade rules.

0.0.1 (2017-09-01)

1.display XiaoMi PM2.5 sensor value.
2.switch on/off XiaoMi PM2.5 sensor time display.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].