Smart Home Automation Forum

Full Version: send pushover notification from input pin change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ?
what information you want to post? you can list at here.
(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
all informaton post in URL, such as:
https://api.pushovernet/1/messages.json?...x&user=xxx