Looking for a way to store daily limits and show in a visual bar graph

I have about 30 energy sensors in my house between switches and plugs. I am currently capturing them in a Utility meter for each device. I then calculate the cost for each device each day.

I would like to have a way to capture the daily max at say 11:59:59 just before the utility meters reset so that i can see a graph like on the energy dashboard so I can see each day…

Is this even possible or should I just look at the daily cost to see where each day spiked…its almost like i want to cut out 99.9% of the day and only take the very last reading for each day and show a bar graph of that…

Something like this

If all you want is to display it then you don’t need new sensors. Give your existing cost sensors a state_class attribute so they generate long term statistics. Then you can graph the daily maximum using the core statistics graph card.

2 Likes

This should work perfect, thanks @tom_l !!