Fork me on GitHub

pimatic-prowl by Anton Delitsch (tester22) | github | npm

pimatic-prowl

A plugin for sending prowl notifications in pimatic.

Configuration

You can load the backend by editing your config.json to include:

{
  "plugin": "prowl",
  "apikey": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
}

in the plugins section. For all configuration options see prowl-config-schema

Currently you can send prowl notifications via action handler within rules.

Example:

if it is 08:00 prowl event:"Good morning!" description:"Good morning Dave!" priority:"1"

in general:

if X  
(then) prowl title:"title of the push notification" description:"message for the notification" [priority:"-1 - 1"]

Find more about parameters here prowl.

Plugin Config Options

prowl config options
OptionDescriptionDefault
apikey
string
Prowl apikey
""
application
string
Application for the notification
"pimatic"
event
string
Event for the notification
"Notification"
message
string
Message for the notification
""
url
string
URL which to send with the notification
""
priority
integer
Priority of the notification: send as -1 to always send as a quiet notification, 1 to display as high-priority and bypass the user's quiet hours, or 2 to to display as emergency
0
pimatic-prowl is written by Anton Delitsch (tester22)