Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
send pushover notification from input pin change
#1
Hello,

I am trying to send pushover notification from KCS firmware input pin change.

In protocol custom we can make HTTP post but what to fill in field Message and URL so it work with pushover API that is documented below

https://pushover.net/api

Does anyone had already a similar integration to send notification on input change ?


Attached Files Image(s)
   
Reply
#2
what information you want to post? you can list at here.
Reply
#3
(11-06-2023, 12:31 AM)admin Wrote: what information you want to post? you can list at here.

Hello,

I want to send following parameter to http post method :


token = xxxx

user = xxxx

title = message tittle

message = message test

to this API

https://api.pushover.net/1/messages.json


I also see that there is a Pushover integration that exist for ESP32. It can be usefull for everybody that is natively integrated to KCS firmware. I mean it is a nice way to send notification on mobile phone device.

https://github.com/brunojoyal/PushoverESP32
Reply
#4
all informaton post in URL, such as:
https://api.pushovernet/1/messages.json?...x&user=xxx
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)