Skip to content

Commit

Permalink
Added synology install info
Browse files Browse the repository at this point in the history
  • Loading branch information
empierre committed Nov 23, 2016
1 parent e3ca8b9 commit 0142405
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ The initial goal is to provide a REST API to ImperiHome ISS that would only allo
- [X] Security code managed

M4 milestone will provide extended support to other platforms with Docker and Synology
- [ ] Synology
- [ ] Synology hosted package
- [ ] Debian package - noarch
- [X] End to end authentificaton
- [ X Synology
- [X] Synology hosted package
- [X] Debian package - noarch
- [ ] debian hosted package - need a peer
- [ ] raspbian hosted package
- TODO
- [ ] Evohome (depending on Imperihome)
- [ ] Alarm pannel (partial with ImperiHome)
- [X] End to end authentificaton
- [ ] Auto updatable through button

[![PayPal donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=epierre@e-nef.com&currency_code=EUR&amount=&item_name=thanks "Donate once-off to this project using Paypal")
Expand Down Expand Up @@ -121,6 +121,16 @@ And check again

sudo service mydomoathome restart

### Installing the software on Synology

Add http://www.jadahl.com/domoticz_beta_6/ to your Synology NAS Package Center sources !

The package is node-mydomoathome

Domoticz will run on port 8084 and MDAH on 3002.

Remember to set in Domoticz Settings/Local Networks 127.0.0.1

### Installing the software on Windows

download and install nodejs here: https://nodejs.org/en/download/current/
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/deb-src/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: MyDomoAtHome
Version: 0.2.5
Version: 0.2.6
Section: base
Priority: extra
Provides: MyDomoAtHome
Expand Down
4 changes: 2 additions & 2 deletions packaging/synology/build/INFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package="MyDomoAtHome"
version="0.2.5"
version="0.2.6"
description="Node MyDomoAtHome! The installable NodeJS System Service for Imperihome ISS to Domoticz gateway"
support_url="https://github.com/empierre/MyDomoAtHome/issues"
arch="noarch"
Expand All @@ -13,7 +13,7 @@ displayname="MyDomoAtHome"
dsmuidir="app"
adminport="3002"
changelog="First version"
checksum="787a1e43a77b1b7c63312dd38d811bc7"
checksum="d429bc156f0aede42bdef7d552530eb6"
checkport="yes"
startable="yes"
helpurl="https://github.com/empierre/MyDomoAtHome/"
Expand Down

0 comments on commit 0142405

Please sign in to comment.