Skip to content

thexperiments/pimatic-pushover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pimatic-pushover

A plugin for sending pushover notifications in pimatic.

Forked from and original created by: 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

About

A template for creating plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published