| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522 |
- name: EV charger
- products:
- - id: 4ooiu7apnjjumn0d
- manufacturer: Feyree
- model: F-M24 portable
- - id: ebdm8ax35pgodi2s
- manufacturer: Feyree
- model: 22kW 3phase
- - id: uqmtey1qymnyzobg
- manufacturer: Feyree
- model: "4.3 11kW 3phase wallbox"
- entities:
- - entity: sensor
- class: enum
- translation_key: status
- icon: "mdi:ev-station"
- dps:
- - id: 101
- type: string
- name: sensor
- mapping:
- - dps_val: no_connet
- value: available
- - dps_val: connect
- value: plugged_in
- - dps_val: charing
- value: charging
- - dps_val: wait_rfid
- value: waiting_for_authorization
- - dps_val: finish
- value: charged
- - dps_val: wait_charing
- value: waiting
- - dps_val: error
- value: fault
- - id: 3
- type: string
- optional: true
- name: work_state
- mapping:
- - dps_val: charger_free
- - dps_val: charger_insert
- - dps_val: charger_free_fault
- - dps_val: charger_wait
- - dps_val: charger_charging
- - dps_val: charger_pause
- - dps_val: charger_end
- - dps_val: charger_fault
- - id: 14
- type: string
- optional: true
- name: work_mode
- mapping:
- - dps_val: charge_now
- - dps_val: charge_pct
- - dps_val: charge_energy
- - dps_val: charge_schedule
- - id: 23
- type: string
- optional: true
- name: version
- - id: 108
- type: string
- optional: true
- name: phase_info
- - entity: binary_sensor
- class: problem
- icon: 'mdi:alert-outline'
- dps:
- - id: 10
- type: bitfield
- optional: true
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - dps_val: null
- value: false
- - value: true
- - id: 10
- type: bitfield
- optional: true
- name: fault_code
- - id: 10
- type: bitfield
- optional: true
- name: description
- mapping:
- - dps_val: 0
- value: "Ready"
- - dps_val: 1
- value: "Under voltage protection"
- - dps_val: 2
- value: "Over voltage protection"
- - dps_val: 4
- value: "Over current protection"
- - dps_val: 8
- value: "Protective earth error"
- - dps_val: 16
- value: "Temperature is too high"
- - dps_val: 32
- value: "Control pilot line error"
- - dps_val: 64
- value: "Leak"
- - dps_val: 128
- value: "Relay socket"
- - dps_val: 256
- value: "Protective earth error 2"
- - dps_val: 512
- value: "Plug temperature is too high"
- - dps_val: 1024
- value: "PCB temperature is too high"
- - dps_val: 2048
- value: "Core temperature is too high"
- - dps_val: 4096
- value: "ESB"
- - dps_val: 8192
- value: "Socket protective earth error"
- - dps_val: 16384
- value: "Socket leakage"
- - dps_val: 32768
- value: "Socket temperature is too high"
- - entity: sensor
- name: Balance energy
- class: energy_storage
- category: diagnostic
- dps:
- - id: 15
- type: integer
- optional: true
- name: sensor
- unit: kWh
- class: measurement
- mapping:
- - scale: 1000
- - entity: button
- name: Clear energy
- class: restart
- category: config
- dps:
- - id: 16
- type: boolean
- name: button
- optional: true
- - entity: switch
- category: config
- dps:
- - id: 18
- type: boolean
- optional: true
- name: switch
- - entity: sensor
- name: Last charge
- class: energy_storage
- category: diagnostic
- dps:
- - id: 25
- type: integer
- optional: true
- name: sensor
- unit: kWh
- class: measurement
- mapping:
- - scale: 100
- - entity: switch
- category: config
- name: Live updates
- icon: "mdi:chart-bar"
- dps:
- - id: 27
- type: string
- name: switch
- optional: true
- mapping:
- - dps_val: online
- value: true
- - dps_val: offline
- value: false
- - value: false
- hidden: true
- - entity: number
- name: Set charge current
- icon: "mdi:ev-plug-type2"
- dps:
- - id: 114
- type: integer
- name: value
- unit: A
- range:
- min: 6
- max: 16
- mapping:
- - constraint: maximum
- conditions:
- - dps_val: Max32A
- value_redirect: value_32a
- range:
- min: 6
- max: 32
- - dps_val: Max40A
- value_redirect: value_40a
- range:
- min: 8
- max: 40
- - dps_val: Max50A
- value_redirect: value_50a
- range:
- min: 8
- max: 50
- # - dps_val: Max60A
- # value_redirect: value_60a
- # - dps_val: Max80A
- # value_redirect: value_80a
- - id: 113
- type: string
- optional: true
- name: maximum
- mapping:
- - dps_val: Max16A
- value: 16
- - dps_val: Max32A
- value: 32
- - dps_val: Max40A
- value: 40
- - dps_val: Max50A
- value: 50
- # - dps_val: Max60A
- # value: 60
- # - dps_val: Max80A
- # value: 80
- - id: 113
- type: string
- optional: true
- name: minimum
- mapping:
- - dps_val: Max80A
- value: 24
- - dps_val: Max16A
- value: 6
- - dps_val: Max32A
- value: 6
- - value: 8
- - id: 115
- type: integer
- optional: true
- name: value_32a
- range:
- min: 6
- max: 32
- - id: 116
- type: integer
- optional: true
- name: value_40a
- range:
- min: 8
- max: 40
- - id: 117
- type: integer
- optional: true
- name: value_50a
- range:
- min: 8
- max: 50
- # - id: 125
- # type: integer
- # optional: true
- # name: value_60a
- # range:
- # min: 8
- # max: 60
- # - id: 126
- # type: integer
- # optional: true
- # name: value_80a
- # range:
- # min: 24
- # max: 80
- - entity: number
- name: Charge delay
- category: config
- icon: "mdi:car-clock"
- dps:
- - id: 118
- type: integer
- name: value
- unit: h
- range:
- min: 0
- max: 15
- - id: 121
- type: string
- optional: true
- name: display
- - 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: sensor
- name: Temperature 2
- class: temperature
- category: diagnostic
- hidden: unavailable
- dps:
- - id: 111
- type: integer
- optional: true
- name: sensor
- unit: C
- class: measurement
- mapping:
- - scale: 10
- - id: 111
- type: integer
- optional: true
- name: available
- mapping:
- - dps_val: null
- value: false
- - value: true
- - entity: select
- name: Charging
- icon: "mdi:ev-station"
- dps:
- - id: 124
- type: string
- optional: true
- name: option
- mapping:
- - dps_val: CloseCharging
- value: "off"
- - dps_val: OpenCharging
- value: "on"
- - dps_val: WaitOperation
- value: on_demand
- - entity: sensor
- class: voltage
- category: diagnostic
- dps:
- - id: 102
- type: integer
- optional: true
- name: sensor
- unit: V
- class: measurement
- mapping:
- - scale: 10
- - entity: sensor
- class: voltage
- translation_key: voltage_x
- translation_placeholders:
- x: B
- category: diagnostic
- hidden: unavailable
- dps:
- - id: 103
- type: integer
- optional: true
- name: sensor
- unit: V
- class: measurement
- mapping:
- - scale: 10
- - id: 103
- type: integer
- optional: true
- name: available
- mapping:
- - dps_val: null
- value: false
- - value: true
- - entity: sensor
- class: voltage
- translation_key: voltage_x
- translation_placeholders:
- x: C
- category: diagnostic
- hidden: unavailable
- dps:
- - id: 104
- type: integer
- optional: true
- name: sensor
- unit: V
- class: measurement
- mapping:
- - scale: 10
- - id: 104
- type: integer
- optional: true
- name: available
- mapping:
- - dps_val: null
- value: false
- - value: true
- - entity: sensor
- class: current
- dps:
- - id: 105
- type: integer
- optional: true
- name: sensor
- unit: A
- class: measurement
- mapping:
- - scale: 10
- - entity: sensor
- class: current
- translation_key: current_x
- translation_placeholders:
- x: B
- hidden: unavailable
- dps:
- - id: 106
- type: integer
- optional: true
- name: sensor
- unit: A
- class: measurement
- mapping:
- - scale: 10
- - id: 106
- type: integer
- optional: true
- name: available
- mapping:
- - dps_val: null
- value: false
- - value: true
- - entity: sensor
- class: current
- translation_key: current_x
- translation_placeholders:
- x: C
- hidden: unavailable
- dps:
- - id: 107
- type: integer
- optional: true
- name: sensor
- unit: A
- class: measurement
- mapping:
- - scale: 10
- - id: 107
- type: integer
- optional: true
- name: available
- mapping:
- - dps_val: null
- value: false
- - value: true
- - entity: sensor
- class: energy
- dps:
- - id: 112
- type: integer
- name: sensor
- unit: kWh
- class: total_increasing
- mapping:
- - scale: 10
- - entity: number
- name: Charging duration
- category: config
- icon: "mdi:car-clock"
- dps:
- - id: 119
- type: integer
- name: value
- unit: h
- range:
- min: 0
- max: 15
- - id: 122
- type: string
- optional: true
- name: display
- - entity: sensor
- name: Charging time
- category: diagnostic
- dps:
- - id: 120
- type: string
- optional: true
- name: sensor
- - entity: text
- name: Alarm set 1
- category: config
- icon: "mdi:alarm"
- hidden: true
- dps:
- - id: 11
- type: base64
- optional: true
- name: value
- - entity: text
- name: Alarm set 2
- category: config
- icon: "mdi:alarm"
- hidden: true
- dps:
- - id: 12
- type: base64
- optional: true
- name: value
|