|
|
@@ -150,6 +150,7 @@ entities:
|
|
|
name: Connection
|
|
|
icon: "mdi:ev-plug-type2"
|
|
|
class: enum
|
|
|
+ translation_key: status
|
|
|
category: diagnostic
|
|
|
dps:
|
|
|
- id: 13 # connection_state
|
|
|
@@ -157,7 +158,7 @@ entities:
|
|
|
name: sensor
|
|
|
mapping:
|
|
|
- dps_val: controlpi_12v
|
|
|
- value: Standby
|
|
|
+ value: standby
|
|
|
- dps_val: controlpi_12v_pwm
|
|
|
value: Communication initialising
|
|
|
- dps_val: controlpi_9v
|
|
|
@@ -167,9 +168,9 @@ entities:
|
|
|
- dps_val: controlpi_6v
|
|
|
value: Ready to charge
|
|
|
- dps_val: controlpi_6v_pwm
|
|
|
- value: Charging
|
|
|
+ value: charging
|
|
|
- dps_val: controlpi_error
|
|
|
- value: Error
|
|
|
+ value: fault
|
|
|
- entity: select
|
|
|
translation_key: charging_mode
|
|
|
category: config
|