Pushover

From RevSpace
Jump to navigation Jump to search
Project MQTT2Pushover
Scripje dat op basis van wat mqtt topics pushovers stuurt.
Status Completed
Contact hvwees
Last Update 2020-05-27

The idea

The idea is to create method to receive pushover messages based on changes on some mqtt topics. I made a simple bash script that runs within a screen on a vps of mine.

Pushover subscriptions

Space state

This is the first script I wrote, this sends out a pushover message as soon as the space state changes. If you want to receive these messages as well (and you have a pushover license) you can subscribe here revspace-state

Space counter

As we have to deal with corona stuff, starting june 3rd 2020 only 10 hackers are allowed in revspace. So I made a copy of the script that sends out pushover messages as the numbers hacker in revspace changes. If you want to receive these messages as well (and you have a pushover license) you can subscribe here revspace-counter

ToDo

I'd like to make some more improvements, so let's make a list.

  • Add space full notification to the revspace-counter
  • Make this script more pretty and use a configuration file
  • If it's pretty enough, put it on github