pimatic-pushover

0.9.4 • Public • Published

pimatic-pushover

A plugin for sending pushover notifications in pimatic. Forked from thexperiments

Configuration

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.

Example:

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!

Obtaining the API-Token

To setup the pushover plugin you need an account at pushover.net. once created, you will get an user key. Have a look here:

pushoverkey

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.

pushoverkey3

Once registered, you will get an API Token / Key. This is the token to be set in the config.json, below your user key.

pushoverkey2

Dependents (0)

Package Sidebar

Install

npm i pimatic-pushover

Weekly Downloads

25

Version

0.9.4

License

GPL-2.0

Last publish

Collaborators

  • mwittig
  • sweetpi