Skip to content

everymote/everymote-philips-hue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

everymote-philips-hue

Connect philips hue to everymote

Install

npm install everymote-philips-hue -g

to run

everymote-philips-hue

Auto start

Her is a example on how you can get everymote-philips-hue start automaticly at startup by creating a cron jobb. Start create starteverymote.sh:

#!/bin/sh 
sleep 60
echo "everymote philips hue"
/usr/local/bin/everymote-philips-hue

To register the script as a cron jobb run

crontab -e

and add the flowing last

@reboot sh /dir/to/starteverymote.sh >/dir/to/log/cronout.log

Reboot and it should register all devices to everymote. Go to http://m.everymote.com and control your devices.

About

Connect philips hue to everymote

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published