2.1.25 • Published 7 years ago

homebridge-xiaomi-power-strip-fixed v2.1.25

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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 miio@0.14.1'

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"
    
    }

]'
2.1.25

7 years ago

2.1.24

7 years ago

2.1.23

7 years ago

2.1.22

7 years ago

2.1.21

7 years ago

2.1.20

7 years ago

2.1.19

7 years ago

2.1.18

7 years ago

2.1.17

7 years ago

2.1.16

7 years ago

2.1.15

7 years ago

2.1.14

7 years ago

2.1.13

7 years ago

2.1.12

7 years ago

2.1.11

7 years ago

2.1.10

7 years ago