Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

ESPHome-Open-Meteo component

Overview

This is a custom component to access the Open-Meteo API directly on an ESPHome device.


Usage

external_components:
  - source:
      type: git
      url: https://github.com/trip5/ESPHome-Open-Meteo
      ref: main
    refresh: 60s
    components: [ open_meteo ]

http_request:
  verify_ssl: false

open_meteo:
  id: weather
  latitude: "43.9500"
  logitude: "-59.9100"
  update_interval: 15min
  use_https: false

Examples

Check the example.yaml for more detailed notes.


Links to My Clocks

All use this component in the non-HA versions. They contain much more detailed examples (especially the Led-PixelClock or VFD-Clock).

EspHome-Led-Clock: https://github.com/trip5/EspHome-Led-Clock/blob/main/EHLClock.yaml

EspHome-Led-Pixel-Clock: https://github.com/trip5/EspHome-Led-PixelClock/blob/main/EHLPClock.yaml

EspHome-VFD-Clock: https://github.com/trip5/EspHome-VFD-Clock/blob/main/EHVClock.yaml


Update History

Date Release Notes
2026.04.11 Retries added
2026.04.07 First release

About

Get Open-Meteo API data into ESPHome sensors

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages