Trigger Pushover Notification
Send a push notification using Pushover app
Overview
The node sends a Push notification using Pushover) when a trigger condition is met. It can also send a link to live stream as well as any Clips or Snapshots uploaded to Lumeo Cloud using Save Clip Node or Save Snapshot Node.
Inputs & Outputs
- Inputs : 1, Media Format : Raw Video
- Outputs : 1, Media Format: Raw Video
- Output Metadata : None
Properties
Property | Value |
---|---|
pushover_user_keys | Comma separated list of Pushover user keys to send notification to. See below for instruction on how to obtain user keys. Ex. uggefrbuzskmexfkn12311921707, 12381y9dahs1298311 |
trigger_message | Message to send as the alert. Ex. Overtime parking detected |
send_uploaded_files | If true, includes any clips or snapshots uploaded by this pipeline to Lumeo cloud in the notification. |
include_livestream | If true, includes a link to the live stream in the notification. |
include_snapshot | If true, include a snapshot from the pipeline along with the notification. |
lumeo_api_key | API Key for this Lumeo application that this pipeline is deployed to. Find it here: API |
pushover_app_token | Your Pushover app token. See below for instructions on how to create a Pushover app. Ex. aq58wehfsa9y12381231 |
trigger | Send the notification once this trigger condition is met. The trigger expression must be a valid Dot-notation expression that operates on Pipeline Metadata and evaluates to True or False . See details here.ex. nodes.annotate_line_counter1.lines.line1.total_objects_crossed_delta > 0 |
interval | Min time between consecutive notifications. |
poll_interval | Frequency to check for uploaded clips and snapshots. |
Metadata
Metadata Property | Description |
---|---|
None | None |
Pushover Configuration
Start by signing up for a Pushover account at https://pushover.net . Pushover provides mobile and desktop apps that let you receive push notifications from various sources.
Create a new Pushover App
Navigate to your Pushover dashboard at https://pushover.net and create an Application. You can give it any name and logo. You only need to do this once.
Obtain Pushover App token
Navigate to your Pushover app and grab the API Token/Key.
Obtain Pushover User Keys
Pushover user keys can be obtained from the mobile app or desktop pushover apps. Collect them from your users and provision them in this node's properties.
Updated about 2 months ago