Here is a dashboard I built for my WeatherFlow Tempest station that I’ve been running as a wall-mount kiosk display.
GitHub: https://github.com/dreed47/tempest-HomeAssistant-Weather-Dashboard
What it is
A single self-contained HTML file that replicates the look and feel of the WeatherFlow Tempest app — designed for landscape tablet wall mounts but usable in any browser. It pulls live data directly from the HA REST API, so there’s nothing to install beyond dropping two files in your /config/www/ folder.
What’s on the display
- 12-hour radial forecast clock — current conditions and hourly temps on a true clock face, with dots sized by precipitation probability
- Current conditions — temperature, feels like, icon, and condition label
- UV index gauge, rain rate & accumulation gauges, lightning count/distance
- Humidity arc dial, wind compass with directional arrow, wind speed/gust bar
- Barometric pressure with rising/steady/falling trend indicator
- Moon phase with icon and phase name
- Color-graded temperature bar
- Light and dark theme toggle (saved to localStorage)
- Auto-scales to fit any screen without scrolling
- Configurable auto-reload for long-running kiosks
Requirements
- Home Assistant (tested on 2026.4)
- WeatherFlow Tempest integration configured
- HA
moonintegration enabled
Setup is just two files
Open it at http://YOUR_HA_IP:8123/local/tempest-dashboard.html or add it as a sidebar panel via panel_iframe in configuration.yaml.
Full setup instructions are in the README on GitHub!

