0.0.0 • Published 13 years ago
everymote-philips-hue v0.0.0
everymote-philips-hue
Connect philips hue to everymote
Install
npm install everymote-philips-hue -gto run
everymote-philips-hueAuto 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-hueTo register the script as a cron jobb run
crontab -eand add the flowing last
@reboot sh /dir/to/starteverymote.sh >/dir/to/log/cronout.logReboot and it should register all devices to everymote. Go to http://m.everymote.com and control your devices.
0.0.0
13 years ago