ESP32 Energy Display - REST Call to Energy Dashboard?

Hi, I’m in programming a Energy Display with ESP32 and ePaper Modul - no ESPHome, I need some additional logic in code.
The prototype is working fine, I get the data from HA via REST API Calls.

Now, my question. In HA I have the energy Dashboard with daily engery consumption, degree of self-sufficiency and so on. Is it possible to get these data via rest api. In devolpment area i cant find some values of the energy dashbord

Thank you

Ingo

1 Like

see Values from the Energy Dashboard - #2 by tom_l

you’e not the only one. You can browse the energy cards source in github to see how it’s built in TS. The SQL way would be other route.