Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.29 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.29 KB

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