Skip to content

kohennigs/eely-hodi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eely-HoDi

Home of the Eely Home Display (HoDi) (https://www.eely.eu).

HoDi is a 64x32 matrix LED display driven by a ESP32 that shows:

  • the current time
  • energy consumptions (with shelly sensors)
  • energy productions (with shelly sensors)
  • temperatures (with shelly sensors)
  • energy prices (with tibber)

How to build

Use the following directory structure and repositories:

eely/
├─ eely-base-web (https://github.com/JPlenert/eely-base-web)
├─ eely-esp-components
│  ├─ components
│     ├─ eely-base-esp (https://github.com/JPlenert/eely-base-esp)
│     ├─ eely-smart-matrix (https://github.com/JPlenert/eely-smart-matrix)
├─ eely-hodi (this repository)

Build order:

  • Build eely-hodi-web
  • Minimize index.html (.\buildSingle.ps1)
  • Build eely-hodi-esp

Uses ESP-IDF V5.3 for espressif ESP32.

Remark

This a private hobbyist (aka maker) project that helps me to 'sharpen the saw' as a Director of a Software innovation unit. Since I'm more a "backend guy" (white characters on black screen), the frontend is a really "quick and DIRTY" implementation!

License

eely-HoDi is distributed under the GPL v3 license:

Copyright (C) 2022-2024 by Joerg Plenert

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, in version 3 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

About

private Fork if Eely Home Display (HoDi) (https://www.eely.eu).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.5%
  • TypeScript 20.3%
  • C 1.8%
  • CMake 1.3%
  • PowerShell 0.1%