2.1.25 • Published 5 years ago

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

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

2.1.24

5 years ago

2.1.23

5 years ago

2.1.22

5 years ago

2.1.21

5 years ago

2.1.20

5 years ago

2.1.19

5 years ago

2.1.18

5 years ago

2.1.17

5 years ago

2.1.16

5 years ago

2.1.15

5 years ago

2.1.14

5 years ago

2.1.13

5 years ago

2.1.12

5 years ago

2.1.11

5 years ago

2.1.10

5 years ago