Ev charging cost

I have a sensor with daily energy use and monthly energy use of my car, I want to see on my dashboard the daily cost and monthly cost, electricity cost is always the same

To track the energy and driven km/miles i use the utility meter intergration.

# wallbox utility meter
  wallbox_hour:
    unique_id: ad473b4e-21f5-4633-89fd-a36f1848f483
    source: sensor.wallbox_meter_reading_socket_1
    cycle: hourly
  wallbox_day:
    unique_id: 86d5ef27-006d-43a0-aa2c-30b6745b6bfd
    source: sensor.wallbox_meter_reading_socket_1
    cycle: daily
  wallbox_week:
    unique_id: 9bc68d54-67da-48de-9465-2c08b7e99705
    source: sensor.wallbox_meter_reading_socket_1
    cycle: weekly
  wallbox_month:
    unique_id: 18376484-4d5c-408e-b7d2-59bdb4a0fcae
    source: sensor.wallbox_meter_reading_socket_1
    cycle: monthly
  wallbox_year:
    unique_id: 67845578-c205-434a-b012-aef7d6c29747
    source: sensor.wallbox_meter_reading_socket_1
    cycle: yearly

You can do the same for the odometer. Iā€™m still looking for a way to represent the costs i a home assistant card, so if anyone has suggestions? Please let me know.

i was looking for more for a sensor that indicate the price in ā‚¬ of the electricity.
then i found this to show everything in my dashboard

1 Like