DEBIAN PACKAGE:
an betaversion as a debian package on Raspbian (no automatic startup yet), works well on debian.
http://www.e-nef.com/domoticz/mdah/node ... latest.deb
==>> SEE HERE FOR INSTALLATION: https://github.com/empierre/MyDomoAtHome/tree/nodejs
on Raspbian, please install first to have a stable nodeJS :
http://www.e-nef.com/domoticz/mdah/npm_2.14.7_armhf.deb
http://www.e-nef.com/domoticz/mdah/node ... _armhf.deb
on all other, version 4 is required (testing/unstable are fine):
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
you need to edit /etc/mydomoathome/config.json containing(change your ip !):
Code: Select all
{
"app_name": "MyDomoAtHome",
"domo_path": "http://192.168.0.28:8080",
"port": "3002"
}
FYI new install is in /usr/share/mydomoathome/
TESTING/SUPPORT:
preffered method: https://mydomoathome.slack.com/messages ... s-testing/
==> Please mail me on [email protected] with your email to get an invite
SYNOLOGY PACKAGE:
a very alpha alpha version as a debian package (NOT TESTED):
https://github.com/empierre/MyDomoAtHom ... noarch.spk
UPDATES:
- faster than the legacy perl dancer on a pi B
- sorted out the armv6 nodejs situation (raspbian is compiled for armv6 and works for armv7 too (not the opposite)), specific packages needed available here: http://www.e-nef.com/domoticz/mdah/
- all is there except graphes
CURRENT ISSUES:
- debian package: auto startup ok
- Docker to be tested
- graphs not yet implemented
- synology package: first untested version for all arch
- synology: define where to place configuration file
- have the package hosted on raspian archive