Skip to content

Weather Dashboard on ESP32 with EPSHOME

Notifications You must be signed in to change notification settings

mzakarian/esp-weather-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp-weather-dashboard

Weather Dashboard on ESP32 using ESPHome

Description

This templates creates a simple Dashboard displaying various sensor readings collected from Homeassistant in a paginated slideshow on a (very) small 0.96 inch display (SH1106 128x64).

The following information are being displayed:

  • current time
  • thermal writings
  • air quality (co2)
  • pressure
  • humidity
  • battery status

Usage with Python CLI

  • Install ESPHome
    • pip3 install esphome
  • Install Dependencies
    • pip3 install pillow tornado esptool
  • Validate the configuration, create a binary, upload it, and start MQTT logs.
    • esphome weather_dashboard.yaml run

Sources

Related Docs

Fonts

Images

About

Weather Dashboard on ESP32 with EPSHOME

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published