0.0.0 • Published 11 years ago

everymote-philips-hue v0.0.0

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

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.