Ambient Weather Station Sensor
The Ambient Weather Station
component retrieves local weather information
via personal weather stations from
Ambient Weather.
Generating API Keys and Application Keys
Using this component requires both an Application Key and an API Key. To generate both, simply utilize the profile section of your Ambient Weather dashboard.
Configuration
To add your Ambient Weather PWS to your Home Assistant installation, add the
following to your configuration.yaml
file:
# Example configuration.yaml entry
ambient_station:
api_key: <YOUR API KEY>
app_key: <YOUR APPLICATION KEY>
Configuration Variables
- api_key
-
(string)(Required)The API key to access the service.
- app_key
-
(string)(Required)The Application key to access the service.
- monitored_conditions
-
(list)(Optional)Weather conditions to track.
-
- 24hourrainin
-
24h rain accumulation
- baromabsin
-
Absolute atmospheric pressure
- baromrelin
-
Relative atmospheric pressure
- battout
-
Weather station battery health
- co2
-
CO2 level
- dailyrainin
-
Daily rain accumulation
- dewPoint
-
Dewpoint temperature
- eventrainin
-
Event Rain accumulation
- feelsLike
-
Feels Like temperature
- hourlyrainin
-
Hourly rain accumulation
- humidity
-
Outdoor humidity
- humidityin
-
Indoor humidity
- lastRain
-
Datetime of last rain event
- maxdailygust
-
Max daily wind gust
- monthlyrainin
-
Monthly rain accumulation
- solarradiation
-
Solar radiation
- tempf
-
Outdoor temperature
- tempinf
-
Indoor temperature
- totalrainin
-
Lifetime rain accumulation (since last reset)
- uv
-
UV index
- weeklyrainin
-
Weekly rain accumulation
- winddir
-
Wind direction
- winddir_avg10m
-
Wind direction, 10m moving average
- winddir_avg2m
-
Wind direction, 2m moving average
- windgustdir
-
Wind gust direction
- windgustmph
-
Wind gust
- windspdmph_avg10m
-
Wind speed, 10m moving average
- windspdmph_avg2m
-
Wind speed, 2m moving average
- windspeedmph
-
Windspeed
- yearlyrainin
-
Yearly rain accumulation