This object is in archive! 

Alarm push notification

KoalaBear shared this question 11 years ago
Answered

Is it possible to make a push notification on my iOS phone, when the alarm goes on?

Replies (6)

photo
1

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.

photo
1

I'm using pushover for this with some rules.

photo
1

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

2bx2c6Yyhc4dN8sNGxas


In the HTTP request field, select "Post"

then put the url of your push service


That's it!

photo
2

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

photo
1

You have to out everything in the URL field not in "intestazioni" field

photo
1

Cool ;)

Leave a Comment
 
Attach a file