|
@@ -0,0 +1,107 @@
|
|
|
|
|
+name: Q8 wall charger
|
|
|
|
|
+products:
|
|
|
|
|
+ - id: bfa12ec3504d38da17bagc
|
|
|
|
|
+ name: Wada Energy Q8 32kw Wall Charger
|
|
|
|
|
+primary_entity:
|
|
|
|
|
+ entity: sensor
|
|
|
|
|
+ name: Status
|
|
|
|
|
+ class: enum
|
|
|
|
|
+ icon: "mdi:ev-station"
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 3
|
|
|
|
|
+ type: string
|
|
|
|
|
+ name: sensor
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - dps_val: charger_free
|
|
|
|
|
+ value: Available
|
|
|
|
|
+ - dps_val: charger_insert
|
|
|
|
|
+ value: Plugged in
|
|
|
|
|
+ - dps_val: charger_free_fault
|
|
|
|
|
+ value: Fault (unplugged)
|
|
|
|
|
+ - dps_val: charger_wait
|
|
|
|
|
+ value: Waiting
|
|
|
|
|
+ - dps_val: charger_charging
|
|
|
|
|
+ value: Charging
|
|
|
|
|
+ - dps_val: charger_pause
|
|
|
|
|
+ value: Paused
|
|
|
|
|
+ - dps_val: charger_end
|
|
|
|
|
+ value: Finished
|
|
|
|
|
+ - dps_val: charger_fault
|
|
|
|
|
+ value: Fault
|
|
|
|
|
+ - id: 23
|
|
|
|
|
+ type: string
|
|
|
|
|
+ name: system_version
|
|
|
|
|
+secondary_entities:
|
|
|
|
|
+ - entity: number
|
|
|
|
|
+ name: Charge current
|
|
|
|
|
+ category: config
|
|
|
|
|
+ class: current
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 4
|
|
|
|
|
+ type: integer
|
|
|
|
|
+ name: value
|
|
|
|
|
+ unit: A
|
|
|
|
|
+ range:
|
|
|
|
|
+ min: 6
|
|
|
|
|
+ max: 32
|
|
|
|
|
+ - entity: sensor
|
|
|
|
|
+ class: power
|
|
|
|
|
+ category: diagnostic
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 9
|
|
|
|
|
+ type: integer
|
|
|
|
|
+ name: sensor
|
|
|
|
|
+ unit: kW
|
|
|
|
|
+ class: measurement
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - scale: 1000
|
|
|
|
|
+ - entity: binary_sensor
|
|
|
|
|
+ class: problem
|
|
|
|
|
+ category: diagnostic
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 10
|
|
|
|
|
+ type: bitfield
|
|
|
|
|
+ name: sensor
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - dps_val: 0
|
|
|
|
|
+ value: false
|
|
|
|
|
+ - value: true
|
|
|
|
|
+ - id: 10
|
|
|
|
|
+ type: bitfield
|
|
|
|
|
+ name: fault_code
|
|
|
|
|
+ - entity: select
|
|
|
|
|
+ name: Mode
|
|
|
|
|
+ icon: "mdi:ev-station"
|
|
|
|
|
+ category: config
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 14
|
|
|
|
|
+ type: string
|
|
|
|
|
+ name: option
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - dps_val: charge_now
|
|
|
|
|
+ value: Immediate
|
|
|
|
|
+ - dps_val: charge_pct
|
|
|
|
|
+ value: Charge to percent
|
|
|
|
|
+ - dps_val: charge_energy
|
|
|
|
|
+ value: Fixed charge
|
|
|
|
|
+ - dps_val: charge_schedule
|
|
|
|
|
+ value: Scheduled charge
|
|
|
|
|
+ - dps_val: charge_delay
|
|
|
|
|
+ value: Delayed charge
|
|
|
|
|
+ - entity: switch
|
|
|
|
|
+ icon: "mdi:power"
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 18
|
|
|
|
|
+ type: boolean
|
|
|
|
|
+ name: switch
|
|
|
|
|
+ - entity: sensor
|
|
|
|
|
+ name: Last charge
|
|
|
|
|
+ category: diagnostic
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 25
|
|
|
|
|
+ type: integer
|
|
|
|
|
+ name: sensor
|
|
|
|
|
+ unit: kWh
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - scale: 100
|
|
|
|
|
+
|