Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mininny/homebridge-xiaomi-power-strip
https://github.com/mininny/homebridge-xiaomi-power-strip
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mininny/homebridge-xiaomi-power-strip
- Owner: mininny
- License: other
- Created: 2018-02-06T06:58:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T04:59:07.000Z (almost 5 years ago)
- Last Synced: 2024-10-26T00:13:09.348Z (10 days ago)
- Language: JavaScript
- Size: 5.04 MB
- Stars: 2
- Watchers: 1
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# homebridge-xiaomi-power-strip
This is a Xiaomi Power Strip plugin for homebridge.
It has functionality to turn on/off Xiaomi Mi Smart Power Strip from Apple Homekit.
**Dependency**
*miio with version <0.15.0
**Installation**
1.Install required dependencies and program
'npm install -g homebridge-xiaomi-power-strip [email protected]'2.Get token and IP address for your Xiaomi Mi Power Strip by using:
'miio discover'3.Modify config.json in your homebridge setup and add following:
'"accessories": [
{
"accessory": "XiaoMiPowerStrip",
"name": "Power Strip",
"address": **"IP address from step 2"**
"token": **"token from step 2"**
"model": "zimi.powerstrip.v2"
}]'