ZULU
1 ZULUProjectsRS1Modules › RS1.PUSHOVER
Module 25Live

RS1.PUSHOVER

Pushover Push Notifications

The station tells you. You do not go and look.

What it is

Every module that can detect a problem needs a way to say so, and for that this station uses Pushover โ€” which is better than any email or SMS solution I have tried, and not by a small margin. A single short HTTP request from a shell script or a Python module, and the phone in your pocket makes a noise you chose, with a priority you set, on a device you nominated.

Email fails because it is where unimportant things also live, so it gets ignored. SMS fails because it costs money, needs a gateway, and has no concept of priority. Pushover has sound per priority, acknowledgement for the urgent ones, and delivery you can actually verify โ€” which is what separates an alert from a hope.

At a glance

Servicepushover.net
IntegrationOne HTTP request โ€” trivial from bash or Python
SupportsPer-priority sounds, acknowledgement, device targeting
Used byRS1.HEALTH, RS1.ENVIRONMENT, RS1.VICTRON.POWER, RS1.AUDIO.DELTA
BeatsEmail, which gets ignored, and SMS, which has no priority

Where it runs

  • sitenamepi
  • sitename-exit-node

Used by

Media

Screenshots and video

Nothing here yet. Drop images or video into /projects/rs1/modules/rs1-pushover/media/ and they appear on this page at the next build — or list them in module.json with captions to control the order and the wording.

Code

Source

Not published yet. Code for this module will live in /projects/rs1/modules/rs1-pushover/ alongside its module.json, and gets listed here once it does.