Skip to content

wranglerdriver/tempest-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tempest-weather

See SKILL.md.

About Tempest

Tempest is a personal weather station and app platform by WeatherFlow. Learn more: https://tempest.earth

This skill connects to the Tempest REST API to fetch:

  • current conditions (temperature, wind, humidity, pressure, rain, lightning, and more) from your station/device
  • historical station stats by day/month/year using the Tempest station stats endpoint

Unofficial skill: This project is community-maintained and is not affiliated with or endorsed by WeatherFlow.

Troubleshooting

  • Missing env var errors (TEMPEST_API_TOKEN, station/device id)

    • Set env vars in your OpenClaw environment (for gateway installs: ~/.openclaw/.env) and restart gateway.
    • You can use either TEMPEST_STATION_ID, TEMPEST_DEVICE_ID, or both (device ID takes precedence if both are set).
  • No observations returned (obs/obs_st missing)

    • Verify your token and station/device IDs are valid.
    • Confirm your station/device is online and reporting data.
  • No historical stats row found (--stats ... --date ...)

    • Verify TEMPEST_STATION_ID is set (stats require station ID).
    • Check whether the requested date/month/year is between first_ob_day_local and last_ob_day_local.

About

Get current weather conditions from a WeatherFlow Tempest station using the Tempest REST API. Use when asked for backyard/home weather, Tempest station readings, wind/gust/rain/lightning from a specific station, or quick local weather summaries sourced from Tempest data.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors