Astrion Weather Card Guide | RosCard Weather Configuration for Home As Astrion Weather Card Guide | RosCard Weather Configuration for Home Assistant
Skip to Content

Overview

The RosCard Weather Card provides a dedicated interface for displaying weather information on your Astrion Remote. It works with any Home Assistant weather entity — including built-in integrations like Meteo-France, OpenWeatherMap, WeatherFlow, and many others.

The Weather Card displays current temperature, humidity, wind speed, pressure, and weather condition icons, with optional multi-day forecasts for quick planning.

💡 Tip: Enable Independent Display for your Weather Card to show detailed weather information as a full-screen view on your Astrion Remote — perfect for checking the weather at a glance.

Features

🌡️

Current Temperature

Display current temperature with high/low indicators

💧

Humidity & Pressure

Relative humidity and barometric pressure readings

💨

Wind Speed

Current wind speed and direction data

📅

Forecast

Multi-day weather forecast with condition icons

🌤️

Condition Icons

Visual weather condition indicators (sunny, cloudy, rain, etc.)

Step-by-Step Configuration

1 Open Dashboard Editor

In Home Assistant, navigate to the dashboard you want to use for your Astrion Remote. Click Edit Dashboard in the top-right corner.

2 Add Weather Card

Click Add Card and search for "Weather (ROS)" or "custom:aiks-weather-card". Select it to add the card to your dashboard.

3 Configure Weather Entity

Add your weather entity to the card. The Weather Card works with any Home Assistant weather entity.

Example Configuration:

type: custom:aiks-weather-card entities: - entity_id: weather.shenzhen uuid: b06a892e-82f4-4e04-bb0b-6b5fee8421d0 alias: "Shenzhen"

4 Enable Independent Display

For any card you want to appear as a full-screen view on your Astrion Remote, enable Independent Display.

type: custom:aiks-weather-card entities: - entity_id: weather.london uuid: 3d43a7c3-1957-4bcf-a34c-911aac62189d independent_display: true alias: "London"

5 Save and Refresh

Click Save to apply your configuration. On your Astrion Remote, pull down from the top of the home screen and tap Refresh to load the new card.

⚠️ Important: The Weather Card requires a valid weather entity with the standard Home Assistant weather attributes. If your weather integration doesn't provide all fields, some information may not be displayed.

YAML Reference

Full Parameter List

type: custom:aiks-weather-card entities: - entity_id: weather.entity_id # Required: Home Assistant weather entity uuid: string # Required: Unique identifier independent_display: true/false # Full-screen mode on remote alias: "Custom Name" # Display name on remote

Parameter Details

  • entity_id — The Home Assistant entity ID for the weather (e.g., weather.shenzhen).
  • uuid — A unique identifier for the card. Generated automatically when you add the card.
  • independent_display — When true, the card appears as a full-screen dedicated view on the remote.
  • alias — A custom display name shown on the remote instead of the entity ID.

Supported Weather Attributes

  • temperature: Current temperature (°C or °F)
  • humidity: Relative humidity (%)
  • wind_speed: Wind speed (km/h or mph)
  • wind_direction: Wind direction (degrees)
  • pressure: Barometric pressure (hPa)
  • condition: Weather condition (sunny, cloudy, rainy, etc.)
  • forecast: Multi-day forecast (if supported by the entity)

💡 Tip: The Weather Card automatically adapts to the available data from your weather entity. If your integration doesn't provide wind or pressure data, those fields will simply be hidden.

Popular Weather Integrations

The RosCard Weather Card works with any Home Assistant weather entity. Here are some popular integrations that work well:

  • Meteo-France: French weather service with detailed forecasts
  • OpenWeatherMap: Global weather data with free API tier
  • WeatherFlow / Tempest: Personal weather stations
  • AccuWeather: Comprehensive global weather forecasts
  • Dark Sky / Pirate Weather: Hyperlocal weather data (various APIs)
  • BOM (Bureau of Meteorology): Australian weather service
  • Yr.no: Norwegian weather service — global coverage
  • Weather.gov: US National Weather Service

📌 Note: To use any of these integrations, you'll need to install them via HACS or the built-in Home Assistant integrations. Each service has its own setup requirements and API keys.

Troubleshooting

Weather Card Not Showing on Astrion Remote

  • Refresh the remote: Pull down from the top of the home screen and tap Refresh.
  • Verify entity exists: Make sure the weather entity is available in Home Assistant.
  • Check YAML format: Ensure your configuration uses the correct syntax and indentation.
  • Update RosCard: If you're running an older version, update RosCard via HACS.

Weather Data Not Displaying

  • Check entity status: Verify the weather entity is available and not unavailable in Home Assistant.
  • Test in Home Assistant: Check the weather entity's attributes in Developer Tools → States.
  • Check API key: If using OpenWeatherMap or similar, ensure your API key is valid.
  • Wait for update: Weather entities update on a schedule — wait for the next update cycle.

Forecast Not Showing

  • Ensure your weather integration supports forecasts (not all do).
  • Check the entity's attributes for forecast data in Developer Tools.
  • Some integrations require additional configuration to enable forecasts.

Wrong Location or Temperature Unit

  • Configure the weather integration with the correct location.
  • Temperature units are determined by your Home Assistant unit system (metric/imperial).
  • You can change unit preferences in Home Assistant → Settings → General.

🔧 Note: After updating RosCard to a new version, you may need to resave all your Weather Cards to refresh the binding. This is a known requirement for version updates.

Related resources

Need help with Weather Card?

Our support team and community are here to assist you.

← Back to Cover Card Guide Next: Fan Card Guide →