Skip to content

senyoltw/homebridge-irkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-irkit

Supports IRKit on HomeBridge Platform.
IRKitをSiri(Homekit)で操作するやつ。オン/オフの切り替えが可能になります。

IRKit HomePage
http://getirkit.com/

Installation

  1. Install homebridge using: sudo npm install -g homebridge
  2. Install this plugin using: sudo npm install -g homebridge-irkit
  3. Update your configuration file. See sample-config.json in this repository for a sample.

Configuration

Configuration sample:

"accessories": [
       {
           "accessory": "IRKit",
           "name": "irkit control device",
           "irkit_host": "irkitxxxxx.local",
           "on_form": {"format":"raw","freq":38,"data":[]},
           "off_form": {"format":"raw","freq":38,"data":[]}
       }
   ]

About

Supports IRKit on Homebridge Platform. IRKitをSiri(Homekit)で操作するやつ。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%