|
@@ -2,11 +2,12 @@ name: EV charger
|
|
|
products:
|
|
products:
|
|
|
- id: tj9l3ghsjnbdjom6
|
|
- id: tj9l3ghsjnbdjom6
|
|
|
manufacturer: Absina
|
|
manufacturer: Absina
|
|
|
- model: wallbox 11kw
|
|
|
|
|
|
|
+ model: Wallbox 11kw
|
|
|
entities:
|
|
entities:
|
|
|
# Always charger_free, function unclear
|
|
# Always charger_free, function unclear
|
|
|
- entity: sensor # work_state -3- enum
|
|
- entity: sensor # work_state -3- enum
|
|
|
- name: Charger State
|
|
|
|
|
|
|
+ name: Charger state
|
|
|
|
|
+ translation_key: status
|
|
|
icon: "mdi:ev-station"
|
|
icon: "mdi:ev-station"
|
|
|
class: enum
|
|
class: enum
|
|
|
hidden: true
|
|
hidden: true
|
|
@@ -51,7 +52,7 @@ entities:
|
|
|
name: description
|
|
name: description
|
|
|
mapping:
|
|
mapping:
|
|
|
- dps_val: 0
|
|
- dps_val: 0
|
|
|
- value: "Ready"
|
|
|
|
|
|
|
+ value: Ready
|
|
|
- dps_val: 1
|
|
- dps_val: 1
|
|
|
value: "err_uvp"
|
|
value: "err_uvp"
|
|
|
- dps_val: 2
|
|
- dps_val: 2
|
|
@@ -110,7 +111,7 @@ entities:
|
|
|
|
|
|
|
|
# Always 0, function unclear
|
|
# Always 0, function unclear
|
|
|
- entity: sensor # balance_energy -15-
|
|
- entity: sensor # balance_energy -15-
|
|
|
- name: Balance Energy
|
|
|
|
|
|
|
+ name: Balance energy
|
|
|
hidden: true
|
|
hidden: true
|
|
|
dps:
|
|
dps:
|
|
|
- id: 15
|
|
- id: 15
|
|
@@ -126,6 +127,7 @@ entities:
|
|
|
# Sets Value on Cloud but unclear what function it has
|
|
# Sets Value on Cloud but unclear what function it has
|
|
|
- entity: button # clear_energy -16- OK
|
|
- entity: button # clear_energy -16- OK
|
|
|
name: Clear energy
|
|
name: Clear energy
|
|
|
|
|
+ class: restart
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 16
|
|
- id: 16
|
|
@@ -134,8 +136,7 @@ entities:
|
|
|
|
|
|
|
|
# Factory Reset
|
|
# Factory Reset
|
|
|
- entity: button # switch -18- OK
|
|
- entity: button # switch -18- OK
|
|
|
- name: Factory reset
|
|
|
|
|
- class: reset
|
|
|
|
|
|
|
+ translation_key: factory_reset
|
|
|
category: config
|
|
category: config
|
|
|
hidden: true
|
|
hidden: true
|
|
|
dps:
|
|
dps:
|
|
@@ -172,7 +173,7 @@ entities:
|
|
|
value: false
|
|
value: false
|
|
|
|
|
|
|
|
- entity: sensor # DeviceState -101- OK
|
|
- entity: sensor # DeviceState -101- OK
|
|
|
- name: Device State
|
|
|
|
|
|
|
+ translation_key: status
|
|
|
icon: "mdi:ev-station"
|
|
icon: "mdi:ev-station"
|
|
|
class: enum
|
|
class: enum
|
|
|
dps:
|
|
dps:
|
|
@@ -181,23 +182,25 @@ entities:
|
|
|
name: sensor
|
|
name: sensor
|
|
|
mapping:
|
|
mapping:
|
|
|
- dps_val: no_connet
|
|
- dps_val: no_connet
|
|
|
- value: "Not Connected"
|
|
|
|
|
|
|
+ value: available
|
|
|
- dps_val: connect
|
|
- dps_val: connect
|
|
|
- value: "Connected"
|
|
|
|
|
|
|
+ value: plugged_in
|
|
|
- dps_val: charing
|
|
- dps_val: charing
|
|
|
- value: "Charging"
|
|
|
|
|
|
|
+ value: charging
|
|
|
- dps_val: wait_rfid
|
|
- dps_val: wait_rfid
|
|
|
- value: "Wait fro RFID Auth"
|
|
|
|
|
|
|
+ value: waiting_for_authorization
|
|
|
- dps_val: finish
|
|
- dps_val: finish
|
|
|
- value: "Finished"
|
|
|
|
|
|
|
+ value: charged
|
|
|
- dps_val: wait_charing
|
|
- dps_val: wait_charing
|
|
|
- value: "Wait for Charging"
|
|
|
|
|
|
|
+ value: waiting
|
|
|
- dps_val: error
|
|
- dps_val: error
|
|
|
- value: "Error"
|
|
|
|
|
|
|
+ value: fault
|
|
|
|
|
|
|
|
# Only Channel A is providing values
|
|
# Only Channel A is providing values
|
|
|
- entity: sensor # A_Voltage -102-104- OK
|
|
- entity: sensor # A_Voltage -102-104- OK
|
|
|
- name: Phase A voltage
|
|
|
|
|
|
|
+ translation_key: voltage_x
|
|
|
|
|
+ translation_placeholders:
|
|
|
|
|
+ x: A
|
|
|
class: voltage
|
|
class: voltage
|
|
|
category: diagnostic
|
|
category: diagnostic
|
|
|
dps:
|
|
dps:
|
|
@@ -207,7 +210,9 @@ entities:
|
|
|
unit: V
|
|
unit: V
|
|
|
class: measurement
|
|
class: measurement
|
|
|
- entity: sensor # B_Voltage
|
|
- entity: sensor # B_Voltage
|
|
|
- name: Phase B voltage
|
|
|
|
|
|
|
+ translation_key: voltage_x
|
|
|
|
|
+ translation_placeholders:
|
|
|
|
|
+ x: B
|
|
|
class: voltage
|
|
class: voltage
|
|
|
category: diagnostic
|
|
category: diagnostic
|
|
|
hidden: unavailable
|
|
hidden: unavailable
|
|
@@ -225,7 +230,9 @@ entities:
|
|
|
value: true
|
|
value: true
|
|
|
- value: false
|
|
- value: false
|
|
|
- entity: sensor # C_Voltage
|
|
- entity: sensor # C_Voltage
|
|
|
- name: Phase C voltage
|
|
|
|
|
|
|
+ translation_key: voltage_x
|
|
|
|
|
+ translation_placeholders:
|
|
|
|
|
+ x: C
|
|
|
class: voltage
|
|
class: voltage
|
|
|
category: diagnostic
|
|
category: diagnostic
|
|
|
hidden: unavailable
|
|
hidden: unavailable
|
|
@@ -245,7 +252,9 @@ entities:
|
|
|
|
|
|
|
|
# Only Channel A is providing values
|
|
# Only Channel A is providing values
|
|
|
- entity: sensor # A_Current -105-107- OK
|
|
- entity: sensor # A_Current -105-107- OK
|
|
|
- name: Phase A current
|
|
|
|
|
|
|
+ translation_key: current_x
|
|
|
|
|
+ translation_placeholders:
|
|
|
|
|
+ x: A
|
|
|
class: current
|
|
class: current
|
|
|
category: diagnostic
|
|
category: diagnostic
|
|
|
dps:
|
|
dps:
|
|
@@ -257,7 +266,9 @@ entities:
|
|
|
mapping:
|
|
mapping:
|
|
|
- scale: 10
|
|
- scale: 10
|
|
|
- entity: sensor # B_Current
|
|
- entity: sensor # B_Current
|
|
|
- name: Phase B current
|
|
|
|
|
|
|
+ translation_key: current_x
|
|
|
|
|
+ translation_placeholders:
|
|
|
|
|
+ x: B
|
|
|
class: current
|
|
class: current
|
|
|
hidden: unavailable
|
|
hidden: unavailable
|
|
|
category: diagnostic
|
|
category: diagnostic
|
|
@@ -277,7 +288,9 @@ entities:
|
|
|
value: true
|
|
value: true
|
|
|
- value: false
|
|
- value: false
|
|
|
- entity: sensor # C_Current
|
|
- entity: sensor # C_Current
|
|
|
- name: Phase C current
|
|
|
|
|
|
|
+ translation_key: current_x
|
|
|
|
|
+ translation_placeholders:
|
|
|
|
|
+ x: C
|
|
|
class: current
|
|
class: current
|
|
|
hidden: unavailable
|
|
hidden: unavailable
|
|
|
category: diagnostic
|
|
category: diagnostic
|
|
@@ -318,7 +331,6 @@ entities:
|
|
|
value: "Phase Error"
|
|
value: "Phase Error"
|
|
|
|
|
|
|
|
- entity: sensor # DeviceKw -109- OK
|
|
- entity: sensor # DeviceKw -109- OK
|
|
|
- name: Charging Power
|
|
|
|
|
class: power
|
|
class: power
|
|
|
dps:
|
|
dps:
|
|
|
- id: 109
|
|
- id: 109
|
|
@@ -331,7 +343,6 @@ entities:
|
|
|
- scale: 10
|
|
- scale: 10
|
|
|
|
|
|
|
|
- entity: sensor # DeviceTemp -110- OK
|
|
- entity: sensor # DeviceTemp -110- OK
|
|
|
- name: Device Temperature
|
|
|
|
|
class: temperature
|
|
class: temperature
|
|
|
category: diagnostic
|
|
category: diagnostic
|
|
|
dps:
|
|
dps:
|
|
@@ -346,7 +357,6 @@ entities:
|
|
|
- scale: 10
|
|
- scale: 10
|
|
|
|
|
|
|
|
- entity: sensor # DeviceKwh -112- OK
|
|
- entity: sensor # DeviceKwh -112- OK
|
|
|
- name: Energy
|
|
|
|
|
class: energy
|
|
class: energy
|
|
|
dps:
|
|
dps:
|
|
|
- id: 112
|
|
- id: 112
|
|
@@ -410,8 +420,8 @@ entities:
|
|
|
max: 50
|
|
max: 50
|
|
|
|
|
|
|
|
- entity: number # SetDelayTime -118- OK
|
|
- entity: number # SetDelayTime -118- OK
|
|
|
- name: Charging Delay
|
|
|
|
|
- class: time
|
|
|
|
|
|
|
+ name: Charging delay
|
|
|
|
|
+ class: duration
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 118
|
|
- id: 118
|
|
@@ -423,8 +433,8 @@ entities:
|
|
|
max: 15
|
|
max: 15
|
|
|
|
|
|
|
|
- entity: number # SetDefineTime -119- OK
|
|
- entity: number # SetDefineTime -119- OK
|
|
|
- name: Charging Time
|
|
|
|
|
- class: time
|
|
|
|
|
|
|
+ name: Charging time
|
|
|
|
|
+ class: duration
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 119
|
|
- id: 119
|
|
@@ -436,8 +446,8 @@ entities:
|
|
|
max: 15
|
|
max: 15
|
|
|
|
|
|
|
|
- entity: sensor # CTime2 -121- OK
|
|
- entity: sensor # CTime2 -121- OK
|
|
|
- name: Chg Session Time
|
|
|
|
|
- class: time
|
|
|
|
|
|
|
+ name: Charging time
|
|
|
|
|
+ class: duration
|
|
|
dps:
|
|
dps:
|
|
|
- id: 121
|
|
- id: 121
|
|
|
type: integer
|
|
type: integer
|
|
@@ -450,24 +460,23 @@ entities:
|
|
|
- scale: 10
|
|
- scale: 10
|
|
|
|
|
|
|
|
- entity: switch # IDVerificationSet -122-
|
|
- entity: switch # IDVerificationSet -122-
|
|
|
- name: IDVerification
|
|
|
|
|
|
|
+ name: Require RFID
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 122
|
|
- id: 122
|
|
|
type: boolean
|
|
type: boolean
|
|
|
name: switch
|
|
name: switch
|
|
|
|
|
|
|
|
- - entity: switch # RFID -123-
|
|
|
|
|
- name: RFID
|
|
|
|
|
- category: config
|
|
|
|
|
|
|
+ - entity: button # RFID -123-
|
|
|
|
|
+ name: RFID present
|
|
|
dps:
|
|
dps:
|
|
|
- id: 123
|
|
- id: 123
|
|
|
type: boolean
|
|
type: boolean
|
|
|
- name: switch
|
|
|
|
|
|
|
+ name: button
|
|
|
|
|
|
|
|
# Seems not to work with the charger as always on waitOperation
|
|
# Seems not to work with the charger as always on waitOperation
|
|
|
- entity: sensor # ChargingOperation -124-
|
|
- entity: sensor # ChargingOperation -124-
|
|
|
- name: ChargingOperation
|
|
|
|
|
|
|
+ name: Charging operation
|
|
|
hidden: true
|
|
hidden: true
|
|
|
dps:
|
|
dps:
|
|
|
- id: 124
|
|
- id: 124
|