blt950 / vPilot-Pushover

Plugin for vPilot to Pushover vPilot and Hoppie messages
GNU General Public License v3.0
13 stars 5 forks source link
acars hoppie plugin pushover vatsim vpilot

vPilot Pushover

[Github All Releases]()

Relay vPilot and Hoppie messages to your mobile device via Pushover.\ Hoppie is integrated directly, meaning you can use any aircraft with this plugin.

Image of example notification of contact me

Have also a look at my other projects at my homepage: https://blt950.com\ I won't make an X-Plane variant of this plugin, see reasoning here.

Prerequisites

  1. vPilot that you use to connect to VATSIM
  2. Pushover app on your device and subscription
  3. Creating your own Pushover API key which is for your personal use

Pushover has a 30-day trial you can try out before you pay the one-time $5 for a lifetime subscription. You can use Pushover to much more than this plugin, the subscription is in no way tied to this plugin

Installation

  1. Make sure your vPilot is not running
  2. Download the latest release .zip only from the releases page
  3. Extract the zip file and move both vPilot-Pushover.dll and vPilot-Pushover.ini to your vPilot plugin folder, usually C:\Users\<your username>\AppData\Local\vPilot\Plugins
  4. Open vPilot-Pushover.ini in a text editor and configure your desired settings
  5. When you start vPilot you should now get an "Connected. Running version x.x.x" push notification. If not, see troubleshooting below.

Troubleshooting

I don't receive any connected notification

Still having an issue? Make an issue request here on Github.

Settings

In the vPilot-Pushover.ini file, you can configure the following settings:

[Pushover]

UserKey = Your Pushover user key. You can find this on the Pushover dashboard\ ApiKey = Your Pushover API key. You need to create this youself in Pushover\ Device = The device name to send the notifications to. If you leave this blank, it will send to all devices. If you want to specifify multiple devices, separate them with a comma, e.g. iphone,nexus5

[Hoppie]

Enabled = Whether or not to relay Hoppie messages to Pushover. Set to true or false\ LogonCode = Your Hoppie logon code.

[RelayPrivate]

Enabled = Whether or not to relay private messages to Pushover. Set to true or false

[RelayRadio]

Enabled = Whether or not to relay radio messages to Pushover. Only sends radio messages meant for your callsign, e.g. ATC writing to you on text. Set to true or false

[EnableSelcal]

Enabled = Whether or not to relay SELCAL messages to Pushover. Set to true or false

Contribution

Feel free to contribute by creating pull requests or issues in this Github!