utility_meter - daily_wallbox_verbrauch_in_kwh_v2: source: sensor.cfos_zahler_gerundet cycle: daily - weekly_wallbox_verbrauch_in_kwh_v2: source: sensor.cfos_zahler_gerundet cycle: weekly - monthly_wallbox_verbrauch_in_kwh_v2: source: sensor.cfos_zahler_gerundet cycle: monthly - yearly_wallbox_verbrauch_in_kwh_v2: source: sensor.cfos_zahler_gerundet cycle: yearly - platform: template sensors: cfos_wallbox_zustand_icon_v2: value_template: >- {% if states('sensor.cfos_aktueller_wallbox_zustand') | int == 1 %} car_plugged {% elif states('sensor.cfos_aktueller_wallbox_zustand') | int == 2 %} car_loading {% elif states('sensor.cfos_aktueller_wallbox_zustand') | int == 4 %} no_energy {% else %} charger_free {% endif %} friendly_name: 'cFos Wallbox Zustand' icon_template: >- {% if states('sensor.cfos_aktueller_wallbox_zustand')| int == 1 %} mdi:ev-plug-type2 {% elif states('sensor.cfos_aktueller_wallbox_zustand') | int == 1 %} mdi:car-electric {% elif states('sensor.cfos_aktueller_wallbox_zustand') | int == 4 %} mdi:transmission-tower-off {% else %} mdi:ev-station {% endif %}