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
git:github.com/appzer/Z-Wave-Me-pushsafer.git
https://github.com/appzer/Z-Wave-Me-pushsafer
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