A plugin for sending pushover notifications in pimatic.
Forked from and original created by: thexperiments
You can load the backend by editing your config.json
to include:
{
"plugin": "pushover",
"user": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
in the plugins
section. For all configuration options see
pushover-config-schema
Currently you can send pushover notifications via action handler within rules.
if it is 08:00 push title:"Good morning!" message:"Good morning Dave!" priority:1
in general: if X then push title:
"title of the push notification" message:"message for the notification" [priority:-1 - 1]
Find priorities here at pushover be aware that priority 2 currently crashes pimatic!
To setup the pushover plugin you need an account at pushover.net. once created, you will get an user key. Have a look here:
Then you need to register an application. As type use plugin, description is "pimatic". You can set an icon that will be displayed when the pushover app displays messages send from pimatic.
Once registered, you will get an API Token / Key. This is the token to be set in the config.json, below your user key.