Update default feedstack config
This commit is contained in:
@@ -49,7 +49,7 @@ sources:
|
|||||||
mode: poll
|
mode: poll
|
||||||
kinds: ["forecast"]
|
kinds: ["forecast"]
|
||||||
driver: nws_forecast_hourly
|
driver: nws_forecast_hourly
|
||||||
every: 45m
|
every: 30m
|
||||||
params:
|
params:
|
||||||
url: "https://api.weather.gov/gridpoints/LSX/90,74/forecast/hourly"
|
url: "https://api.weather.gov/gridpoints/LSX/90,74/forecast/hourly"
|
||||||
user_agent: "HomeOps (eric@maximumdirect.net)"
|
user_agent: "HomeOps (eric@maximumdirect.net)"
|
||||||
@@ -58,11 +58,29 @@ sources:
|
|||||||
mode: poll
|
mode: poll
|
||||||
kinds: ["forecast"]
|
kinds: ["forecast"]
|
||||||
driver: nws_forecast_narrative
|
driver: nws_forecast_narrative
|
||||||
every: 45m
|
every: 30m
|
||||||
params:
|
params:
|
||||||
url: "https://api.weather.gov/gridpoints/LSX/90,74/forecast?units=us"
|
url: "https://api.weather.gov/gridpoints/LSX/90,74/forecast?units=us"
|
||||||
user_agent: "HomeOps (eric@maximumdirect.net)"
|
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
|
- name: OpenMeteoHourlyForecastSTL
|
||||||
mode: poll
|
mode: poll
|
||||||
kinds: ["forecast"]
|
kinds: ["forecast"]
|
||||||
@@ -106,8 +124,8 @@ routes:
|
|||||||
kinds: ["observation", "forecast", "alert"]
|
kinds: ["observation", "forecast", "alert"]
|
||||||
|
|
||||||
- sink: weatherdb
|
- sink: weatherdb
|
||||||
kinds: ["observation", "forecast", "alert"]
|
kinds: ["observation", "forecast", "alert", "forecast_discussion", "weather_story"]
|
||||||
|
|
||||||
- sink: stdout
|
- sink: stdout
|
||||||
kinds: ["observation", "forecast", "alert"]
|
kinds: ["observation", "forecast", "alert", "forecast_discussion", "weather_story"]
|
||||||
...
|
...
|
||||||
Reference in New Issue
Block a user