https://github.com/appzer/z-wave-me-pushsafer
Send Push-Notifications by Pushsafer.com to iOS, Android and Windows devices out of Z-Wave.me home-automation
https://github.com/appzer/z-wave-me-pushsafer
android ios ipad iphone notification notifications push push-notifications pushnotification pushnotifications pushsafer win10 windows z-wave z-wave-me
Last synced: about 1 month ago
JSON representation
Send Push-Notifications by Pushsafer.com to iOS, Android and Windows devices out of Z-Wave.me home-automation
- Host: GitHub
- URL: https://github.com/appzer/z-wave-me-pushsafer
- Owner: appzer
- License: gpl-3.0
- Created: 2016-09-17T20:12:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T16:50:23.000Z (over 3 years ago)
- Last Synced: 2025-08-03T10:09:15.744Z (11 months ago)
- Topics: android, ios, ipad, iphone, notification, notifications, push, push-notifications, pushnotification, pushnotifications, pushsafer, win10, windows, z-wave, z-wave-me
- Language: JavaScript
- Homepage: http://www.pushsafer.com
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Send Push-Notifications by [pushsafer.com](https://www.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, Edge, Opera & Yandex)
- Telegram
## 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
```javascript
/opt/z-way-server/automation/userModules/NotificationPushsafer
```
check the access rights of the folder userModules
```javascript
ls -l /opt/z-way-server/automation/
```
If you get
```javascript
drwxr-xr-x 12 pi pi 4096 Jan 6 15:56 userModules
```
everything is OK
If not run the following command
```javascript
sudo chown -R pi:pi /opt/z-way-server/automation/userModules
```
Now restart the z-way server, then the module should be available
```javascript
sudo service z-way-server restart
```