Page 1 of 1

what is best android push notification app for espeasy?

Posted: 05 Apr 2019, 01:33
by kenkoknz
Hi,
What is the easiest way to get push notification to android phone apart from email and twitter? Preferable with a http get call.
Thanks,
Ken

Re: what is best android push notification app for espeasy?

Posted: 05 Apr 2019, 23:07
by xury
I think much easy will be using telegram as same way as old domoticz solution using http request.

Re: what is best android push notification app for espeasy?

Posted: 22 Sep 2020, 19:05
by iron
This is how I get a push notification on my android every tine a certain gpio triggers

Code: Select all

sendtohttp,notifymydevice.com,80,/push?ApiKey=[yourFreeAPIkey]&PushTitle=HighEntry&PushText=[Input#State]
-D