All Projects → kalanda → homeassistant-aemet-sensor

kalanda / homeassistant-aemet-sensor

Licence: MIT license
AEMET integration for Home Assistant

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to homeassistant-aemet-sensor

Home-Assistant-custom-components-DPC-Alert
Italy Meteo-hydro alert and hydrogeological phenomena Civil Protection (Protezione Civile). In this custom component you can find the vigilance Bulletin and the Bulletin of national hydrogeological and hydraulic criticalities. They allow to check whether in your current location there will be criticalities/warnings related to weather-hydrogeolog…
Stars: ✭ 31 (+47.62%)
Mutual labels:  homeassistant, hacs, hassio
hass-livebox-component
Livebox Component for Home assistant
Stars: ✭ 24 (+14.29%)
Mutual labels:  homeassistant, hacs, homeassistant-components
ha-zoom-automation
Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.
Stars: ✭ 47 (+123.81%)
Mutual labels:  homeassistant, hacs, hassio
ad-alexatalkingclock
Alexa (or other Smart Speakers) tell you the time without asking every hour. Please ⭐️if you like my app :)
Stars: ✭ 30 (+42.86%)
Mutual labels:  homeassistant, hacs
lovelace-valetudo-map-card
Draws the map available from a Xiaomi Vacuum cleaner flashed with Valetudo in a Home Assistant Lovelace card
Stars: ✭ 149 (+609.52%)
Mutual labels:  homeassistant, hacs
pymusiccast
Group MusicCast Speakers with Home Assistant
Stars: ✭ 34 (+61.9%)
Mutual labels:  homeassistant, hassio
addon-tailscale
Tailscale - Home Assistant Community Add-ons
Stars: ✭ 47 (+123.81%)
Mutual labels:  homeassistant, hassio
hass-hue-icons
Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
Stars: ✭ 161 (+666.67%)
Mutual labels:  homeassistant, hacs
purifier-card
Air Purifier card for Home Assistant Lovelace UI
Stars: ✭ 155 (+638.1%)
Mutual labels:  homeassistant, hacs
sensor.avanza stock
Custom component to get stock data from Avanza for Home Assistant
Stars: ✭ 30 (+42.86%)
Mutual labels:  homeassistant, hacs
hifiberry
This is a custom component to allow control of HifiberryOS devices in Home Assistant using the audiocontrol2 REST API.
Stars: ✭ 26 (+23.81%)
Mutual labels:  hacs, hassio
homeassistant-homeconnect
Custom component for Home Assistant to connect appliances supporting the Home Connect standard
Stars: ✭ 120 (+471.43%)
Mutual labels:  homeassistant, hacs
ocpp
Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).
Stars: ✭ 82 (+290.48%)
Mutual labels:  homeassistant, hacs
presence simulation
Home Assistant Presence Simulation
Stars: ✭ 124 (+490.48%)
Mutual labels:  homeassistant, homeassistant-components
mega hacs
MegaD HomeAssistant integration
Stars: ✭ 87 (+314.29%)
Mutual labels:  homeassistant, hacs
Home-Assistant-Sensor-Afvalbeheer
Provides Home Assistant sensors for multiple Dutch and Belgium waste collectors
Stars: ✭ 157 (+647.62%)
Mutual labels:  hacs, hassio
uptime-card
Minimalistic uptime card for Home Assistant Lovelace UI
Stars: ✭ 152 (+623.81%)
Mutual labels:  hacs, hassio
Home-Assistant-Config
🏠 My huizebruin Home Assistant configuration, Be sure to 🌟 this repository for updates! huizebruin
Stars: ✭ 29 (+38.1%)
Mutual labels:  homeassistant, hassio
hass-pandora-cas
Home Assistant custom component for Pandora Car Alarm System
Stars: ✭ 15 (-28.57%)
Mutual labels:  homeassistant, hacs
Home-Assistant-Configuration
🏡 My home assistant configuration!
Stars: ✭ 28 (+33.33%)
Mutual labels:  homeassistant, hassio

hacs_badge

IMPORTANT NOTE:
Home Assistant now has native support for AEMET, so I've decided to stop this component development.

NOTA IMPORTANTE:
Home Assistant ahora soporta AEMET de forma nativa, así que he decidido dejar de evolucionar este componente.

https://www.home-assistant.io/integrations/aemet/


AEMET Sensor

Sensor support for AEMET (Agencia Estatal de Metereología) weather data service of Spain.

You need to get your api_key and find the nearest station_id at https://opendata.aemet.es/ in order to finish the configuration.

IMPORTANT NOTE: You have to get the station_id from "Observación convencional" => "Datos de observación" stations. NOT from "Climatologías diarias".

IMPORTANT NOTE 2: Don't forget to use double quotes (" and ") around name, api_key and station_id values

Install is available using HACS or you can install manually.

Manual Installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called aemet.
  4. Download all the files from the custom_components/aemet/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.

You need to get your "api_key" and find the nearest "station_id" at https://opendata.aemet.es/ in order to finish the configuration.

Example configuration.yaml

sensor:
  - platform: aemet
    name: "AEMET"
    api_key: "YOUR_AEMET_API_KEY"
    station_id: "YOUR_AEMET_STATION_ID"
    monitored_conditions:
      - temperature
      - humidity
      - pressure
      - precipitation
      - snow
      - visibility
      - wind_speed
      - wind_max_speed
      - wind_bearing

You can also configure the component as a weather service.

weather:
  - platform: aemet
    name: "AEMET"
    api_key: "YOUR_AEMET_API_KEY"
    station_id: "YOUR_AEMET_STATION_ID"

Please, note that because of how AEMET is retrieving the data, the weather component can't show you the current condition (sunny, cloudy, ...) and neither the forecast, just current values for weather sensors.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].