# Wallbox 1phasig - name: "Wallbox - 1phasig - Desc" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.desc }}" - name: "Wallbox - 1phasig - Name" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.name }}" - name: "Wallbox - 1phasig - UsedPhases" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.used_phases }}" - name: "Wallbox - 1phasig - MinCharging_Cur" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.min_charging_cur }}" unit_of_measurement: "mA" - name: "Wallbox - 1phasig - MaxCharging_Cur" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.max_charging_cur }}" unit_of_measurement: "mA" - name: "Wallbox - 1phasig - Power" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.power_w -1 }}" unit_of_measurement: "W" - name: "Wallbox - 1phasig - Current L1" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.current_l1 }}" - name: "Wallbox - 1phasig - Current L2" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.current_l2 }}" - name: "Wallbox - 1phasig - Current L3" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.current_l3 }}" - name: "Wallbox - 1phasig - Total Energy" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.total_energy / 1000 }}" device_class: energy state_class: total_increasing unit_of_measurement: kWh - name: "Wallbox - 1phasig - State" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.state }}" - name: "Wallbox - 1phasig - Model" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.model }}" - name: "Wallbox - 1phasig - CP_State" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.evse.cp_state }}" - name: "Wallbox - 1phasig - Charging" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.evse.charging }}" - name: "Wallbox - 1phasig - Current" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.evse.current }}" unit_of_measurement: "mA" - name: "Wallbox - 1phasig - Enabled" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.evse.enabled }}" - name: "Wallbox - 1phasig - Charging Enabled" state_topic: "cfos_mqtt/get/E1" value_template: "{{ value_json.charging_enabled }}"