Flipr ESP TTGO Monitoring

Hi folks,here is my latest project,

an ESP32 with LCD to display Flipr data from your homeassistant.
This project can be ported to any other homeassistant integration, because its principle is simple: the LCD screen is driven by an ESP32 under ESPHome, and it displays data from entities present in your favorite home automation software.

On the main screen, 6 pieces of information are displayed:

  • the chlorine status: Ok or alert
  • the chlorine level
  • the pH status: Ok or alert
  • the pH level
  • the pool lamp status (spot on or off)
  • the battery level of the ESP (yes, it is on mains or battery)

The top button is used to switch the pool light on or off (toggle)
The bottom button displays a page with additional informations :

  • the time
  • the battery level of the flipr
  • the Redox level
  • the time of the last reading (even if there, I’m still struggling)

all powered by pictograms

here is my last project, an ESP32 with LCD to show the Flipr data from your homeassistant.

S.M