NotificationPushsafer
v1.0.2
Published
Pushsafer.com API for Z-Wave.Me home-automation
Downloads
5
Readme
Send Push-Notifications by pushsafer.com to iOS, Android and Windows 10 devices out of Z-Wave.me home-automation
Pushsafer make it easy and safe to get push-notifications in real time on your
- Android device
- iOS device (incl. iPhone, iPad, iPod Touch)
- Windows 10 Phone & Desktop
- Browser (Chrome & Firefox)
Usage
Download
git:github.com/appzer/Z-Wave-Me-pushsafer.git
https://github.com/appzer/Z-Wave-Me-pushsafer
Install
Download and copy the files to
/opt/z-way-server/automation/userModules/NotificationPushsafer
check the access rights of the folder userModules
ls -l /opt/z-way-server/automation/
If you get
drwxr-xr-x 12 pi pi 4096 Jan 6 15:56 userModules
everything is OK
If not run the following command
sudo chown -R pi:pi /opt/z-way-server/automation/userModules
Now restart the z-way server, then the module should be available
sudo service z-way-server restart