This object is in archive! 
Alarm push notification
Answered
Is it possible to make a push notification on my iOS phone, when the alarm goes on?
No connection
Real-time notifications may not work
Goog morning
I had the same problem but yes it is possible you have to use your I cloud e-mail adress and after configure your I phone with a push when your received an e-mail for me it's working.
Goog morning
I had the same problem but yes it is possible you have to use your I cloud e-mail adress and after configure your I phone with a push when your received an e-mail for me it's working.
I'm using pushover for this with some rules.
I'm using pushover for this with some rules.
Yep pushover is a good way to get notified about anything!
Or you can use pushinbox
Here is an example of a rule you can use to get notified when the alarm is triggered
In the HTTP request field, select "Post"
then put the url of your push service
That's it!
Yep pushover is a good way to get notified about anything!
Or you can use pushinbox
Here is an example of a rule you can use to get notified when the alarm is triggered
In the HTTP request field, select "Post"
then put the url of your push service
That's it!
Use the Post method
put the url with your token and api
example:
https://api.pushover.net/1/messages.json?token=xxxxxxxxxxxxxxxxxxxxxx&user=xxxxxxxxxxxxxxxxxxxx&title=ALARM&message=has+been+activated&priority=2&retry=30&expire=34000
You get a notification like this
ALARM
has been activated
it will notify you every 30 seconds until you confirm it on pushover
You can change the parameters following instructions on this page
https://pushover.net/api
Use the Post method
put the url with your token and api
example:
https://api.pushover.net/1/messages.json?token=xxxxxxxxxxxxxxxxxxxxxx&user=xxxxxxxxxxxxxxxxxxxx&title=ALARM&message=has+been+activated&priority=2&retry=30&expire=34000
You get a notification like this
ALARM
has been activated
it will notify you every 30 seconds until you confirm it on pushover
You can change the parameters following instructions on this page
https://pushover.net/api
You have to out everything in the URL field not in "intestazioni" field
You have to out everything in the URL field not in "intestazioni" field
Cool ;)
Cool ;)
Replies have been locked on this page!