Skip to content

🚨 PAssist is an Android application to assist you while doing on-call duties. PAssist works for SMS based alerting systems.

License

Notifications You must be signed in to change notification settings

frimtec/pikett-assist

Repository files navigation

PAssist

Icon License

Project Maintenance Code Coverage

Build Status Deploy Status

PAssist is an Android application to assist you while doing on-call duties. The name PAssist is the short form of Pikett-Assist ('Pikett' is the Swiss German term for on-call).

PAssist works for SMS based alerting systems.

Get it on Google Play Get it on IzzyOnDroid

lokalise logo

App language translations maintained with the great localization platform Lokalise.


Features

PAssist is controlled by your calendar

PAssist activates and deactivates itself based on your calendar. All supervision features are only running, when PAssist is activated. PAssist activates some time (configurable pre-/ post-run time) before and keeps activated some time after the events start and stop time. This ensures you won't miss an alert in case of a small time discrepancy between the operations center time and your phone time. All calendar events matching a configured title pattern are considered as on-call events. PAssist shows you an overview with all future on-call events on the calendar tab.

Deactivated PAssist Calendar Tab Activated PAssist

Alarming

If an SMS is received from your configured operations center, PAssist will race an alert. It is playing a configured ringtone and starts a vibration pattern until you confirm it with a swipe button. When confirmed, an acknowledge SMS is send back to your operations center. The alarm goes into the confirmed alarm state and can be finally closed when all your support activities are completed.

On-call alarm Confirmed alarm

Alarm log

PAssist creates an alarm log with the start and end time of each incident. All SMS messages received between start and end time are attached to the alarm in the log. On the alert log tab you see all your passed alerts in an overview. Selecting an entry shows the details of an alert incident including current state, reaction time to confirm, duration from start to end and all received SMS messages. The alert log can be exported/imported from/to the external file system.

Alert log tab Alert details

Phone signal strength

PAssist will supervise the phone signal strength and notifies you with a vibration pattern if the signal strength is bad or off (includes airplane mode). This ensures that you won't stay in a dead spot without recognize it during on-call duties.

Low/None signal alarm Low signal state info None signal state info

Battery level

PAssist will supervise the battery level and notifies if it is below a configured minimum level.

Ringtone volume

PAssist can control the ringtone volume during on-call duty with separate profiles for day and night.

Test alarms

If the SMS alarming system in use sends daily test alarms to verify the alarming chain from end to end, PAssist can be configured to automatically receive and acknowledge them, without interrupting the user. On a configured daily check time, PAssist verifies if the expected test alarms have been received. If not, PAssist will race an alert with a configured ringtone and starts a vibration pattern until you confirm the missing test alarm with a swipe button. Test alarms can be configured for different contexts, as your alarming system may send a test alarms for various systems that are under supervision.

Missing test alarm detected Alarm for missing test alarm Details to test alarm

Installation

App-Stores

PAssist can be installed from Google Play or IzzyOnDroid.

Get it on Google Play Get it on IzzyOnDroid

Self build

Build PAssist on your own and then install the APK via ADB to your android phone.

SMS permissions

In order to perform the functions of PAssist, PAssist needs to be able to receive and send SMS. As these SMS permissions are no more granted by Google, a compatible SMS adapter is required.

Currently the only supported SMS adapter is secure-sms-proxy. PAssist will guide you to install this SMS adapter.

Configuration

Settings

Main settings

Operations center

Defines the contact of your operations center sending alarms via SMS. The SMS received from any phone number of this contact are supervised by PAssist.

PAssist also supports operations centers using alphanumeric short code SMS numbers. As contacts in Android cannot use letters in phone numbers, such alphanumeric short codes can be configured in the contact field "Company". It the operations centers uses several alphanumeric short codes, they can be comma separated in the contacts company field.

Operations center contact with two alphanumeric short code SMS numbers

Be aware that confirmation replies are not possible if alphanumeric short code SMS numbers are used.

Send confirmation replies

Enable or disable whether confirmation replies should be sent back to the operations center. If the warning system of your operations center does not support confirmation messages, you can deactivate this setting to save the cost of sending the extra reply SMS.

Confirmation reply

Defines the text to send back as alarm acknowledgement to your operations center.

SMS ignore filter

Regular expression pattern to identify SMS messages to be ignored. If empty, SMS filtering is disabled.
WARNING: Be careful, if the pattern is not well designed and triggers for a real alarm, you won't be alerted!

Alarm ringtone

Defines the ringtone that is used to alert for on-call alarms.

Calendar filter

Defines one specific or all of your calenders, that should be used to look for on-call events.

Event filter

Defines a Regular expression pattern (case insensitive) to match the titles of your calendar events, which should be considered for your on-call duties.

Extract partner contacts from events

Defines whether partner contacts are extracted from on-call duty events.

Extraction pattern for partner contacts

Defines a Regular expression pattern to extract partner contacts from on-call duty events. The partner contacts are extracted from the notes field of on-call duty events. There can be several partner contacts in the event notes.
The extracted partner contacts are interpreted as contact nicknames.

Pre- /post-run time

Time in seconds to enable/disable the on-call state before and after the calender event. The default is 300 seconds (five minutes).

Supervise signal strength

Defines whether the signal strength is supervised or not. In case the battery level falls below 10% the check interval is reduced in favour of a longer remaining term.

Minimal signal strength

Defines the lowest accepted signal strength level.

Signal filter

Defines the amount of seconds for which the signal strength must be lower than the minimal expected level before a low signal alarm is raced. With filtering you can reduce false alarms. The filter can be set between 0 (filtering off) and 10 minutes, with a default of 30 seconds. Be aware: With higher values, it takes longer until you are notified of a dead spot. Even with filtering enabled, the airplane mode is detected immediately.

Alert with notification

Defines whether an alert for low signal strength creates a notification or not. The phone also shows a low signal strength through a vibration pattern, regardless of this setting.

Supervised subscription (for Dual SIM only)

For dual SIM phones you can select the subscription for which the signal strength is supervised.

Supervise battery level

Defines whether the battery level is supervised or not.

Minimal battery level

Defines the minimal battery level in percentage (between 10% - 50%). If the current battery level falls below this minimal level, a alert notification is created. Independent of the this minimal battery level, whenever the battery level is in the danger zone (below 10%) the polling interval for PAssist checks (e.g. signal strength) is lowered to minimize the power consumption.

Test alarm settings

Use test alarms

Enable or disable the test alarm feature.

Test alarm message pattern

Regular expression pattern to identify SMS alarm messages as test alarms (case sensitive).
WARNING: Be careful, if the pattern is not well designed and triggers for a real alarm, you won't be alerted!

The regular expression can define a group to extract the test context (for example the name of the system) out of the SMS. As an example the following regular expression could handle test alarms from two different systems 'Helios' and 'Lunar':

^Test alarm for system (Helios|Lunar).*

Test alarms of each group can be supervised individually.

Test contexts to supervise

Defines which of the available test contexts should be supervised.

Check time

Defines the daily time on which the check occurs whether the test alarms have been received recently or not.

Test alarm time window

Defines the time window in which the test alarm must have been received before the check time to be accepted.

Check days

Defines the weekdays on which the test alarms are checked.

Missing test alarm ringtone

Defines the ringtone that is used to alert for missing test alarms.

Test alarm settings

Day/night profile settings

Profile start times

Time when day/night profile starts.

Ringtone volume

Defines whether PAssist should control the ringtone volume during on-call duty or not. The desired ringtone volumes can be defined for the day and night profile separably. If activated, the ringtone volume is automatically restored to the former value, when on-call duty is finished.

Battery drain

Enable "Minimize at night" to reduce power drain at night by reducing the check interval for the signal strength monitoring.

Overview

Supported languages

Currently, the following languages are supported in PAssist:

  • English
  • German
  • French
  • Italian

Translation support for any additional language is warmly welcome - just get in contact with me. PAssist is using Lokalise to maintain language translations.

Open-Source and free

PAssist is Open-Source and available under Apache-2.0 licence. If you find PAssist useful and use it on a regular basis for your on-call duties, a voluntary donation is warmly welcome.

Disclaimer

The use of PAssist is at your own risk. The author assumes no liability for malfunctions of the application. Any warranty claims are excluded.

Development

PAssist is developed with Android-Studio with Java 17. The current Android target SDK is 34 (Android 14-UpsideDownCake) and the minimal SDK is 26 (Android 8.0-Oreo).

Used libraries

Devices compatibility

Feedback

Feedback, bug reports or feature requests are very welcome. You can send an email to frimtec@gmx.ch or open an issue on GitHub.

Credits

  • Lokalise: For supporting Open-Source projects.
  • bakito: For implementing dual SIM support and excellent testing support.
  • IzzySoft: For offering PAssist on IzzyOnDroid F-Droid repository.

About

🚨 PAssist is an Android application to assist you while doing on-call duties. PAssist works for SMS based alerting systems.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •