|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# SkywarnPlus v0.3.4 Configuration File
|
|
|
|
|
# SkywarnPlus v0.3.5 Configuration File
|
|
|
|
|
# Author: Mason Nelson (N5LSN/WRKF394)
|
|
|
|
|
# Please edit this file according to your specific requirements.
|
|
|
|
|
|
|
|
|
|
@ -8,16 +8,12 @@
|
|
|
|
|
################################################################################################################################
|
|
|
|
|
|
|
|
|
|
SKYWARNPLUS:
|
|
|
|
|
|
|
|
|
|
# Toggle the entire SkywarnPlus operation.
|
|
|
|
|
# Set to 'True' to activate or 'False' to disable.
|
|
|
|
|
# Example: Enable: true
|
|
|
|
|
# Toggle SkywarnPlus operation entirely.
|
|
|
|
|
Enable: true
|
|
|
|
|
|
|
|
|
|
################################################################################################################################
|
|
|
|
|
|
|
|
|
|
Asterisk:
|
|
|
|
|
|
|
|
|
|
# List of node numbers for broadcasting alerts. Multiple nodes are specified as a list.
|
|
|
|
|
# Example:
|
|
|
|
|
# Nodes:
|
|
|
|
|
@ -26,10 +22,14 @@ Asterisk:
|
|
|
|
|
Nodes:
|
|
|
|
|
- YOUR_NODE_NUMBER
|
|
|
|
|
|
|
|
|
|
# Optional silence to be added to the beginning of any audio files generated by SkywarnPlus.
|
|
|
|
|
# This is useful for radio systems that require additional time to key up, such as RF links.
|
|
|
|
|
# Silence is specified in milliseconds.
|
|
|
|
|
AudioDelay: 0
|
|
|
|
|
|
|
|
|
|
################################################################################################################################
|
|
|
|
|
|
|
|
|
|
Alerting:
|
|
|
|
|
|
|
|
|
|
# Specify the county codes for which you want to pull weather data.
|
|
|
|
|
# Find your county codes at https://alerts.weather.gov/.
|
|
|
|
|
# Make sure to use county codes ONLY, NOT zone codes, otherwise you might miss out on alerts.
|
|
|
|
|
@ -41,16 +41,12 @@ Alerting:
|
|
|
|
|
- YOUR_COUNTY_CODE
|
|
|
|
|
|
|
|
|
|
# Enable instant voice announcement when new weather alerts are issued.
|
|
|
|
|
# Set to 'True' for enabling or 'False' for disabling.
|
|
|
|
|
# Example: SayAlert: true
|
|
|
|
|
SayAlert: true
|
|
|
|
|
|
|
|
|
|
# Specify a WAV file in the root of the SOUNDS directory to be appended to the end of the alert message.
|
|
|
|
|
SayAlertSuffix:
|
|
|
|
|
SayAlertSuffix:
|
|
|
|
|
|
|
|
|
|
# Enable instant voice announcement when weather alerts are cleared.
|
|
|
|
|
# Set to 'True' for enabling or 'False' for disabling.
|
|
|
|
|
# Example: SayAllClear: true
|
|
|
|
|
SayAllClear: true
|
|
|
|
|
|
|
|
|
|
# Limit the maximum number of alerts to process in case of multiple alerts.
|
|
|
|
|
@ -63,25 +59,24 @@ Alerting:
|
|
|
|
|
|
|
|
|
|
# 'TimeType' Configuration
|
|
|
|
|
#
|
|
|
|
|
# This setting determines the timing reference for issuing weather alerts.
|
|
|
|
|
# This setting determines the timing reference for issuing weather alerts.
|
|
|
|
|
# You can choose between "onset" and "effective" time.
|
|
|
|
|
#
|
|
|
|
|
# 'onset': Alerts are issued based on the predicted start time of the weather event.
|
|
|
|
|
# This means the system will only send out alerts when the events are imminent.
|
|
|
|
|
# 'onset': Alerts are issued based on the predicted start time of the event.
|
|
|
|
|
# This means the system will only send out alerts when the events are imminent.
|
|
|
|
|
# For example, even though a "Heat Advisory" can be forecasted accurately a day or two in advance,
|
|
|
|
|
# the alert will only be sent close to the actual occurrence of the event.
|
|
|
|
|
#
|
|
|
|
|
# 'effective': Alerts are sent as soon as they are received, based on the effective time of the alert message.
|
|
|
|
|
# The "effective" time is when the alert message is considered to be in effect,
|
|
|
|
|
# which could be earlier than the actual onset of the event.
|
|
|
|
|
#
|
|
|
|
|
# 'effective': Alerts are sent as soon as they are received, based on the effective time of the alert message.
|
|
|
|
|
# The "effective" time is when the alert message is considered to be in effect,
|
|
|
|
|
# which could be significantly earlier than the actual onset of the event.
|
|
|
|
|
#
|
|
|
|
|
# By using 'onset', you can ensure that alerts are relevant and timely for the recipients.
|
|
|
|
|
TimeType: onset
|
|
|
|
|
|
|
|
|
|
################################################################################################################################
|
|
|
|
|
|
|
|
|
|
Blocking:
|
|
|
|
|
|
|
|
|
|
# List of globally blocked events. These alerts are ignored across the entire SkywarnPlus operation.
|
|
|
|
|
# Use a case-sensitive list. Wildcards can be used.
|
|
|
|
|
# Example:
|
|
|
|
|
@ -108,7 +103,7 @@ Tailmessage:
|
|
|
|
|
Enable: false
|
|
|
|
|
|
|
|
|
|
# Specify a WAV file in the root of the SOUNDS directory to be appended to the end of the tail message.
|
|
|
|
|
TailmessageSuffix:
|
|
|
|
|
TailmessageSuffix:
|
|
|
|
|
|
|
|
|
|
# Specify an alternative path and filename for saving the tail message.
|
|
|
|
|
# Default is /tmp/SkywarnPlus/wx-tail.wav.
|
|
|
|
|
@ -128,7 +123,6 @@ CourtesyTones:
|
|
|
|
|
|
|
|
|
|
# Define the sound files for courtesy tones.
|
|
|
|
|
Tones:
|
|
|
|
|
|
|
|
|
|
# Audio file to feed Asterisk as ct1 in "normal" mode
|
|
|
|
|
CT1: Boop.ulaw
|
|
|
|
|
|
|
|
|
|
@ -192,7 +186,6 @@ IDChange:
|
|
|
|
|
|
|
|
|
|
# Define the sound files for IDs.
|
|
|
|
|
IDs:
|
|
|
|
|
|
|
|
|
|
# Audio file to feed Asterisk as ID in "normal" mode
|
|
|
|
|
NormalID: NORMALID.ulaw
|
|
|
|
|
|
|
|
|
|
|