Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-xiaomi-power-strip-fixed

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-xiaomi-power-strip-fixed

Xiaomi Mi Power Strip plugin for Homebridge with working power management

  • 2.1.25
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

]'

Keywords

FAQs

Package last updated on 30 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc