send pushover notification from input pin change - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: "KCS" firmware system (https://www.kincony.com/forum/forumdisplay.php?fid=40) +--- Thread: send pushover notification from input pin change (/showthread.php?tid=3471) |
send pushover notification from input pin change - jeremy80 - 11-05-2023 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 ? RE: send pushover notification from input pin change - admin - 11-06-2023 what information you want to post? you can list at here. RE: send pushover notification from input pin change - jeremy80 - 11-06-2023 (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 RE: send pushover notification from input pin change - admin - 11-06-2023 all informaton post in URL, such as: https://api.pushovernet/1/messages.json?token=xxx&user=xxx |