Page 1 of 1

No Push Notifications

Posted: 18 Sep 2024 19:07
by aLiEnHeAd
Hi,
since a couple of weeks I don't get any push notifications anymore.
Error in z-way-server.log:

Code: Select all

[2024-09-09 17:48:37.344] [I] [core] (Mobile App Support) Notification send failed: {"status":301,"statusText":"MOVED PERMANENTLY","url":"https://pns.z-wave.me:5010/v1.0/push","headers":{"Content-Length":"17","Content-Type":"text/html; charset=utf-8","Date":"Mon, 09 Sep 2024 15:48:37 GMT","Server":"Apache/2.4.41 (Ubuntu)"},"contentType":"text/html","data":"Moved Permanently"}
I updated to Z-Way 4.1.4 but the problem persists.
Was "https://pns.z-wave.me:5010/v1.0/push" really moved permanently, or is there a problem with the pns.z-wave.me server configuration?

Should I change this.PNS = "https://pns.z-wave.me:5010/v1.0/push"; in modules/MobileAppSupport/index.js to a different URL ?
Has anyone else observed this problem?

The receivers are Android 14 Devices with the Z-Way App

Re: No Push Notifications

Posted: 06 Oct 2024 22:02
by aLiEnHeAd
Does nobody use the Z-Way App push notifications? Or does it work for everybody else?
Should I switch to an alternative like pushbullet?

I took the POST request to https://pns.z-wave.me:5010/v1.0/push and sent via postman. I got the error 301 but there is no "Location" header in the response, so the redirect does not work.

I tried to get in contact with the z-wave.me support by opening a ticket at help.z-wave.me and by mailing to support@z-wave.me but I don't get any response since september 9th :cry:


//edit: I switched to ntfy.sh.
If anyone else is interested in using ntfy as a notification channel, you can use
https://github.com/aLiEnHeAd13/NotificationChannelNtfy
or download from the z-wave.me app store


//edit2:
PoltoS fixed the problem 8-)