Skip to content

Displays amount of coffe brewings on a 2.9" OEPL Screen

License

Notifications You must be signed in to change notification settings

Fettkeewl/CoffeCounter

Repository files navigation

CoffeCounter

Displays amount of coffe brewings on a 2.9" OEPL Screen
BrewerTag for 2.9

Requirements

Home Assistant and a working OpenEpaper setup
with HA Integration

Hardware Setup Prerequisites

  • 1 Coffe machine... duh
  • 1 power plug with power metering functionality

Home Assistant Setup Prerequisites

  • 1 counter entity (create a helper)
    • Min count: 0
    • Max count: You decide
  • 1 binary template sensor (create a helper)
    • binary sensor should be true when power is above your selected treshold
    • Adjust the 100 below accordingly
    • {{ states('sensor.YourPowerPlugPowerSensor') > 100 }}

Yaml file edit

Edit my yaml to fit in the names of your sensors and counter

Use search and replace for
The counter: counter.kaffebryggningar
The binary sensor: binary_sensor.kaffebryggning

Monitor your power plug and watch how long it takes for
it to brew a serving (# of cups) of choice then calculate the
"time per cups" in seconds.
Edit variable boil_tpc to your calculated time per cups

Make sure to download the fonts or edit the variables to your own fonts and
their respective paths

About

Displays amount of coffe brewings on a 2.9" OEPL Screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published