Skip to content

shokai/IRKit-WebUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRKit WebUI

controll IRKit via Web

scrennshot

Dependencies

Install Dependencies

% gem install bundler foreman
% bundle install

Setup

save IR Data uses irkit rubygem

% irkit --device:add myhouse
% irkit --get 冷房ON
% irkit --post 冷房ON  # test

Run

% export IRKIT=192.168.1.106
% bundle exec rackup config.ru -p 5000

=> http://localhost:5000

password

if you need

% export BASIC_AUTH_USERNAME=username
% export BASIC_AUTH_PASSWORD=password

Install as a Service

for launchd (Mac OSX)

export launchd plist file

% sudo foreman export launchd /Library/LaunchDaemons/ --app irkit-webui -u `whoami`

edit plist before launch, then

% sudo launchctl load -w /Library/LaunchDaemons/irkit-webui-1.plist

edit plist before launch

for upstart (Ubuntu)

export upstart file

% sudo foreman export upstart /etc/init/ --app irkit-webui -d `pwd` -u `whoami`

edit upstartfile before launch, then

% sudo service irkit-webui start

About

IRKit Web Controll UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published