This is a custom component to access the Open-Meteo API directly on an ESPHome device.
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: falseCheck the example.yaml for more detailed notes.
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
| Date | Release Notes |
|---|---|
| 2026.04.11 | Retries added |
| 2026.04.07 | First release |