Update default feedstack config

This commit is contained in:
2026-06-07 12:43:09 +00:00
parent f0a0a39119
commit fbceb9c2de

View File

@@ -49,7 +49,7 @@ sources:
mode: poll
kinds: ["forecast"]
driver: nws_forecast_hourly
every: 45m
every: 30m
params:
url: "https://api.weather.gov/gridpoints/LSX/90,74/forecast/hourly"
user_agent: "HomeOps (eric@maximumdirect.net)"
@@ -58,11 +58,29 @@ sources:
mode: poll
kinds: ["forecast"]
driver: nws_forecast_narrative
every: 45m
every: 30m
params:
url: "https://api.weather.gov/gridpoints/LSX/90,74/forecast?units=us"
user_agent: "HomeOps (eric@maximumdirect.net)"
- name: NWSForecastDiscussionSTL
mode: poll
kinds: ["forecast_discussion"]
driver: nws_forecast_discussion
every: 30m
params:
url: "https://forecast.weather.gov/product.php?site=LSX&issuedby=LSX&product=AFD&format=TXT&version=1&glossary=0"
user_agent: "HomeOps (eric@maximumdirect.net)"
- name: NWSWeatherStoriesSTL
mode: poll
kinds: ["weather_story"]
driver: nws_weatherstories
every: 30m
params:
url: "https://api.weather.gov/offices/LSX/weatherstories"
user_agent: "HomeOps (eric@maximumdirect.net)"
- name: OpenMeteoHourlyForecastSTL
mode: poll
kinds: ["forecast"]
@@ -106,8 +124,8 @@ routes:
kinds: ["observation", "forecast", "alert"]
- sink: weatherdb
kinds: ["observation", "forecast", "alert"]
kinds: ["observation", "forecast", "alert", "forecast_discussion", "weather_story"]
- sink: stdout
kinds: ["observation", "forecast", "alert"]
kinds: ["observation", "forecast", "alert", "forecast_discussion", "weather_story"]
...