npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-ikonke-outlet

v0.0.2

Published

ikonke outlet plugins for HomeBridge(https://github.com/nfarina/homebridge).

Downloads

7

Readme

homebridge-ikonke-outlet

npm version

HomeBridge的控客插座插件。

注: 我只有一部分设备,所以有些设备并没有亲自测试。如果有bug请提交到 issuesQQ群: 107927710

支持的设备

1.K2
2.K2 Pro
3.K Mini Pro
4.K Mini

安装说明

1.安装HomeBridge, 可以参考文件README
如果你是安装在树莓派里,可以参考Running-HomeBridge-on-a-Raspberry-Pi
2.确保你能在IOS设备的家庭app内搜到HomeBridge,如果不能请返回第一步。
3.安装ikonkeIO
4.安装本插件。

npm install -g homebridge-ikonke-outlet

配置说明

配置"ikonkeIO"为ikonkeIO目录下sh文件的绝度路径。
设备的"type"、"ip"、"mac"、"password"可以通过ikonkeIO获取,具体参考ikonkeIO项目。
"outletName"配置为配件的名字。
示例如下:

"platforms": [{
    "platform": "IkonkeOutletPlatform",
    "ikonkeIO": "/home/pi/ikonkeIO/ikonkeIO.sh",
    "deviceCfgs": [{
        "type": "k2pro",
        "ip": "192.168.88.42",
        "mac": "28-d0-8a-08-79-4d",
        "password": "36629",
        "outletDisable": false,
        "outletName": "K2Pro插座"
    }, {
        "type": "k2",
        "ip": "192.168.88.43",
        "mac": "28-d0-8a-02-3f-e6",
        "password": "88663",
        "outletDisable": false,
        "outletName": "K2插座"
    }, { 
        "type": "mini_b",
        "ip": "192.168.88.41",
        "mac": "28-d0-8a-81-77-5f",
        "password": "eA,-J=57",
        "outletDisable": false,
        "outletName": "KMiniPro插座"
    }, { 
        "type": "mini_w",
        "ip": "192.168.88.44",
        "mac": "aa-bc-23-66-12-d7",
        "password": "aA7-G-ef",
        "outletDisable": false,
        "outletName": "KMini插座"
    }]
}]

版本更新记录

0.0.2 (2018-01-27)

1.增加支持控制K Mini设备。

0.0.1 (2017-09-16)

1.支持控制K2设备。
2.支持控制K2 Pro设备。
3.支持控制K Mini Pro设备。