| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- name: Feyree EV wallbox
- products:
- - id: emvuyyax4lekiooj
- name: A_32A_1L ChargePoint
- primary_entity:
- entity: sensor
- class: enum
- name: Status
- icon: "mdi:ev-station"
- dps:
- - id: 101
- type: string
- name: sensor
- mapping:
- - dps_val: no_connect
- value: Disconnected
- - dps_val: connect
- value: Connected
- - dps_val: charing #typo from tuya
- value: Charging
- - dps_val: wait_rfid
- value: Waiting for authorization
- - dps_val: finish
- value: Charged
- - dps_val: wait_charing #typo from tuya
- value: Delaying charge
- - dps_val: error
- value: Error
- - id: 3
- type: string
- optional: true
- name: charger_status
- - id: 11
- type: string
- optional: true
- name: alarm_set_1
- - id: 12
- type: string
- optional: true
- name: alarm_set_2
- - id: 14
- type: string
- optional: true
- name: mode
- mapping:
- - dps_val: charge_now
- - dps_val: charge_pct
- - dps_val: charge_energy
- - dps_val: charge_schedule
- - id: 15
- type: integer
- optional: true
- name: balance_energy
- unit: kWh
- - id: 18
- type: string
- optional: true
- name: Meter ID
- # 1. Device number
- # 2, big-endian mode, string type
- # 3, unit precision
- # 4, message format
- # 5, communication logic
- # A, report three times during network configuration to ensure successful reporting.
- # If the pairing is successful, the device number will be displayed on the panel.
- # B, if the pairing is successful and the device number is not displayed on the panel, you need to remove the device and configure it again.
- # C, every time the meter is powered on, it is also reported.
- - id: 23
- type: string
- optional: true
- name: system_version
- - id: 25
- type: integer
- optional: true
- name: charge_energy_once
- unit: kWh
- - id: 27
- type: string
- optional: true
- name: online_state
- secondary_entities:
- - entity: sensor
- name: Alarm event
- icon: 'mdi:alert-outline'
- class: enum
- dps:
- - id: 10
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: "Ready"
- - dps_val: 1
- value: "Under voltage protection"
- - dps_val: 2
- value: "Over voltage protection"
- - dps_val: 3
- value: "Over current protection"
- - dps_val: 4
- value: "Protective earth error"
- - dps_val: 5
- value: "Temperature is to high"
- - dps_val: 6
- value: "Control pilot line error"
- - dps_val: 7
- value: "Leak"
- - dps_val: 8
- value: "Relay socket"
- - dps_val: 9
- value: "Protective earth error 2"
- - dps_val: 10
- value: "Plug temperature is to high."
- - dps_val: 11
- value: "PCB temperature is to high."
- - dps_val: 12
- value: "Core temperature is to high."
- - dps_val: 13
- value: "ESB"
- - dps_val: 14
- value: "Socket protective earth error"
- - dps_val: 15
- value: "Socket leakage"
- - dps_val: 16
- value: "Socket temperature is to high."
- - entity: button
- name: Clear energy
- class: restart
- category: config
- dps:
- - id: 16
- type: boolean
- name: button
- optional: true
- - entity: button
- name: Clear event
- class: restart
- category: config
- dps:
- - id: 20
- type: boolean
- name: button
- optional: true
- - entity: number
- name: Set charge current
- icon: "mdi:ev-plug-type2"
- dps:
- - id: 102
- type: integer
- name: value
- unit: A
- range:
- min: 8
- max: 32
- - entity: switch
- name: Leak enable
- category: config
- dps:
- - id: 103
- type: boolean
- optional: true
- force: true
- name: switch
- mapping:
- - dps_val: false
- value: false
- default: true
- - dps_val: true
- value: true
- - entity: number
- name: Charge delay
- category: config
- icon: "mdi:car-clock"
- dps:
- - id: 104
- type: integer
- name: value
- unit: h
- range:
- min: 0
- max: 15
- - entity: switch
- name: Power switch
- icon: "mdi:power"
- category: config
- dps:
- - id: 105
- type: boolean
- optional: true
- force: true
- name: switch
- - entity: sensor
- class: energy
- dps:
- - id: 106
- type: integer
- name: sensor
- unit: kWh
- class: measurement
- mapping:
- - scale: 10
- - entity: sensor
- class: voltage
- category: diagnostic
- dps:
- - id: 107
- type: integer
- name: sensor
- unit: V
- class: measurement
- - entity: sensor
- class: current
- dps:
- - id: 108
- type: integer
- name: sensor
- unit: A
- class: measurement
- mapping:
- - scale: 10
- - entity: sensor
- class: power
- dps:
- - id: 109
- type: integer
- name: sensor
- unit: kW
- class: measurement
- mapping:
- - scale: 10
- - entity: sensor
- class: temperature
- category: diagnostic
- dps:
- - id: 110
- type: integer
- name: sensor
- unit: C
- class: measurement
- mapping:
- - scale: 10
- - entity: number
- name: Leakage calibration
- category: config
- dps:
- - id: 111
- type: integer
- name: value
- optional: true
- force: true
- range:
- min: 20
- max: 250
- mapping:
- - dps_val: 20
- value: 20
- default: true
- - entity: button
- name: Toggle charging #Rfid Switch
- dps:
- - id: 112
- type: boolean
- name: button
- - entity: sensor
- name: Charging time
- class: duration
- category: diagnostic
- dps:
- - id: 113
- type: integer
- name: sensor
- unit: h
- class: measurement
- mapping:
- - scale: 10
- - entity: number
- name: Charging duration
- category: config
- icon: "mdi:car-clock"
- dps:
- - id: 114
- type: integer
- name: value
- unit: h
- range:
- min: 0
- max: 15
|