-
I recently discovered, that sensor.ev6_daily_driving_stats contains a lot of statistic information regarding energy consumption on a daily base, stored in attributes. {% for date, data in states['sensor.ev6_daily_driving_stats'].attributes.items() %} Has anybody found a solution to use those attributes in diagrams inside HA, instead of scrolling in lists? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I'm very interested in this too since the attributes of this sensor hold so much information. |
Beta Was this translation helpful? Give feedback.
-
I have destillated a list of dates and the Attribute part "total_consumed" this way, which is basically the same as before:
I have worked with ChatGPT now for about an hour to get this data into apexcharts-card (https://github.com/RomRider/apexcharts-card), but no luck yet. Michael |
Beta Was this translation helpful? Give feedback.
-
Finally figured out how to get data out for a apex-chart card (https://github.com/RomRider/apexcharts-card) This card shows all data of 'total_consumed' in the attributes of sensor.ev6_daily_driving_stats in lovelace apexcharts-card:
Hope this helps someone. Michael |
Beta Was this translation helpful? Give feedback.
Finally figured out how to get data out for a apex-chart card (https://github.com/RomRider/apexcharts-card)
This card shows all data of 'total_consumed' in the attributes of sensor.ev6_daily_driving_stats in lovelace apexcharts-card: