From 7c99b684ad0c37f0866237f7a17115d77606c442 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 15 Jul 2025 21:11:48 -0700 Subject: [PATCH] riverflow never got documented well --- README.md | 10 ++++++++-- config.template | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19d342a..f834990 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,6 @@ enabled = True lat = 48.50 lon = -123.0 UseMeteoWxAPI = True -riverListDefault = # NOAA Hydrology data, unique identifiers, LID or USGS ID ``` ### Module Settings @@ -215,7 +214,7 @@ alert_interface = 1 To Alert on Mesh with the EAS API you can set the channels and enable, checks every 20min. #### FEMA iPAWS/EAS and NINA -This uses USA: SAME, FIPS, ZIP code to locate the alerts in the feed. By default ignoring Test messages. +This uses USA: SAME, FIPS, to locate the alerts in the feed. By default ignoring Test messages. ```ini eAlertBroadcastEnabled = False # Goverment IPAWS/CAP Alert Broadcast @@ -244,6 +243,13 @@ ignoreEASenable = True # Ignore any headline that includes followig word list ignoreEASwords = test,advisory ``` +#### USGS River flow data +Using the USGS water data page locate a water flow device, for example Columbia River at Vancouver, WA - USGS-14144700 +```ini +# NOAA Hydrology unique identifiers, LID or USGS ID https://waterdata.usgs.gov +riverListDefault = 14144700 +``` + ### Repeater Settings A repeater function for two different nodes and cross-posting messages. The `repeater_channels` is a list of repeater channels that will be consumed and rebroadcast on the same number channel on the other device, node, or interface. Each node should have matching channel numbers. The channel names and PSK do not need to be the same on the nodes. Use this feature responsibly to avoid creating a feedback loop. diff --git a/config.template b/config.template index 2191268..e94f220 100644 --- a/config.template +++ b/config.template @@ -146,7 +146,7 @@ NOAAalertCount = 2 # use Open-Meteo API for weather data not NOAA useful for non US locations UseMeteoWxAPI = False -# NOAA Hydrology unique identifiers, LID or USGS ID +# NOAA Hydrology unique identifiers, LID or USGS ID https://waterdata.usgs.gov riverListDefault = # NOAA EAS Alert Broadcast