Commit Graph

8 Commits

Author SHA1 Message Date
ToSa27
b5ba0f72ef Improved documentation and minor fixes
removed examples compiled with outdated MySensors protocol and instead
included documentation how to add self-compiled sketches
2014-08-23 23:59:49 +02:00
ToSa27
961828a6e5 installation instructions 2014-08-23 18:42:24 +02:00
ToSa27
c8c56078b1 Renamed files (init requires file names < 15 characters) and added initial version of readme for e2e setup 2014-08-21 16:45:24 +02:00
ToSa27
b936e0aebe RPi init script to run NodeJsController at boot time
execute the following to install:
chmod 755 *.sh
sudo cp NodeJsControllerInitScript.sh /etc/init.d/mysensors
sudo update-rc.d mysensors defaults
sudo mkdir -p /usr/local/var/run
sudo chmod -R 777 /usr/local/var/run
2014-08-21 00:50:57 +02:00
Mr Skrivning
9dd396b89b Fixed appending of commands + a serial initialization what worked better (only tested Serial, not ethernet) 2014-08-21 00:11:24 +02:00
ToSa27
3c1820ca93 NodeJsController adjust to ack in serial message protocol 2014-08-20 09:51:54 +02:00
ToSa27
5968ddf219 Send reboot msg after message retrieval to deal with sensors going to sleep
minimal adjustment to the dallas temperature sensor as an example
added scripts to drop the database and to set a reboot manually for
debugging purposes
2014-07-26 11:28:57 +02:00
ToSa27
cc5a9fe9a8 Node JS controller
initial commit
2014-07-24 13:38:55 +02:00