feyree_3phase_ev_charger.yaml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. name: EV charger
  2. products:
  3. - id: j6bzjwhiv2cljjcy
  4. name: Feyree 32A 85-264V 3 phase EV charger
  5. primary_entity:
  6. entity: sensor
  7. class: enum
  8. name: EV Wallbox Status
  9. icon: "mdi:ev-station"
  10. dps:
  11. - id: 101
  12. type: string
  13. name: sensor
  14. mapping:
  15. - dps_val: no_connet
  16. value: Disconnected
  17. - dps_val: connect
  18. value: Connected
  19. - dps_val: charing
  20. value: Charging
  21. - dps_val: wait_rfid
  22. value: Waiting for authorization
  23. - dps_val: finish
  24. value: Charged
  25. - dps_val: wait_charing
  26. value: Delaying charge
  27. - dps_val: error
  28. value: Error
  29. - id: 3
  30. type: string
  31. optional: true
  32. name: charger_status
  33. mapping:
  34. - dps_val: charger_free
  35. value: Standby
  36. - dps_val: charger_insert
  37. value: Cable connected
  38. - dps_val: charger_free_fault
  39. value: Charger fault
  40. - dps_val: charger_wait
  41. value: Charger ready
  42. - dps_val: charger_charging
  43. value: Charging
  44. - dps_val: charger_pause
  45. value: Charging paused
  46. - dps_val: charger_end
  47. value: Charging ended
  48. - dps_val: charger_fault
  49. value: Charger fault
  50. - id: 10
  51. type: bitfield
  52. name: fault_code
  53. - id: 11
  54. type: string
  55. optional: true
  56. name: alarm_set_1
  57. - id: 12
  58. type: string
  59. optional: true
  60. name: alarm_set_2
  61. - id: 14
  62. type: string
  63. optional: true
  64. name: mode
  65. mapping:
  66. - dps_val: charge_now
  67. - dps_val: charge_pct
  68. - dps_val: charge_energy
  69. - dps_val: charge_schedule
  70. - id: 15
  71. type: integer
  72. optional: true
  73. name: balance_energy
  74. unit: kWh
  75. - id: 18
  76. type: boolean
  77. optional: true
  78. name: switch
  79. - id: 23
  80. type: string
  81. optional: true
  82. name: system_version
  83. - id: 25
  84. type: integer
  85. optional: true
  86. name: charge_energy_once
  87. unit: kWh
  88. - id: 27
  89. type: string
  90. optional: true
  91. name: online_state
  92. secondary_entities:
  93. - entity: button
  94. name: EV Wallbox Clear energy
  95. class: restart
  96. category: config
  97. dps:
  98. - id: 16
  99. type: boolean
  100. name: button
  101. optional: true
  102. - entity: number
  103. name: EV Wallbox Set charging current
  104. category: config
  105. icon: "mdi:ev-plug-type2"
  106. dps:
  107. - id: 115
  108. type: integer
  109. name: value
  110. unit: A
  111. range:
  112. min: 8
  113. max: 32
  114. mapping:
  115. - constraint: max_current
  116. conditions:
  117. - dps_val: Max16A
  118. value_redirect: value_alt
  119. range:
  120. min: 8
  121. max: 16
  122. - id: 114
  123. type: integer
  124. name: value_alt
  125. unit: A
  126. range:
  127. min: 8
  128. max: 16
  129. - id: 113
  130. type: string
  131. name: max_current
  132. mapping:
  133. - dps_val: Max16A
  134. value: Max16A
  135. - dps_val: Max32A
  136. value: Max32A
  137. - entity: number
  138. name: EV Wallbox Set Delay Time Hours
  139. category: config
  140. icon: "mdi:car-clock"
  141. dps:
  142. - id: 118
  143. type: integer
  144. name: value
  145. unit: h
  146. range:
  147. min: 0
  148. max: 15
  149. - entity: sensor
  150. name: EV Wallbox Charging Session Delivered Energy
  151. class: energy
  152. dps:
  153. - id: 112
  154. type: integer
  155. name: sensor
  156. unit: kWh
  157. class: total_increasing
  158. mapping:
  159. - scale: 10
  160. - entity: sensor
  161. name: EV Wallbox Phase 1 Voltage
  162. class: voltage
  163. category: diagnostic
  164. dps:
  165. - id: 102
  166. type: integer
  167. name: sensor
  168. unit: V
  169. class: measurement
  170. mapping:
  171. - scale: 10
  172. - entity: sensor
  173. name: EV Wallbox Phase 2 Voltage
  174. class: voltage
  175. category: diagnostic
  176. dps:
  177. - id: 103
  178. type: integer
  179. name: sensor
  180. unit: V
  181. class: measurement
  182. mapping:
  183. - scale: 10
  184. - entity: sensor
  185. name: EV Wallbox Phase 3 Voltage
  186. class: voltage
  187. category: diagnostic
  188. dps:
  189. - id: 104
  190. type: integer
  191. name: sensor
  192. unit: V
  193. class: measurement
  194. mapping:
  195. - scale: 10
  196. - entity: sensor
  197. name: EV Wallbox Phase 1 Current
  198. class: current
  199. category: diagnostic
  200. dps:
  201. - id: 105
  202. type: integer
  203. name: sensor
  204. unit: A
  205. class: measurement
  206. mapping:
  207. - scale: 10
  208. - entity: sensor
  209. name: EV Wallbox Phase 2 Current
  210. class: current
  211. category: diagnostic
  212. dps:
  213. - id: 106
  214. type: integer
  215. name: sensor
  216. unit: A
  217. class: measurement
  218. mapping:
  219. - scale: 10
  220. - entity: sensor
  221. name: EV Wallbox Phase 3 Current
  222. class: current
  223. category: diagnostic
  224. dps:
  225. - id: 107
  226. type: integer
  227. name: sensor
  228. unit: A
  229. class: measurement
  230. mapping:
  231. - scale: 10
  232. - entity: sensor
  233. name: EV Wallbox Charging Power
  234. class: power
  235. dps:
  236. - id: 109
  237. type: integer
  238. name: sensor
  239. unit: kW
  240. class: measurement
  241. mapping:
  242. - scale: 10
  243. - entity: sensor
  244. name: EV Wallbox Temperature
  245. class: temperature
  246. category: diagnostic
  247. dps:
  248. - id: 110
  249. type: integer
  250. name: sensor
  251. unit: C
  252. class: measurement
  253. mapping:
  254. - scale: 10
  255. - entity: number
  256. name: EV Wallbox Set Charging Duration
  257. category: config
  258. icon: "mdi:car-clock"
  259. dps:
  260. - id: 119
  261. type: integer
  262. name: value
  263. unit: h
  264. range:
  265. min: 0
  266. max: 15
  267. - entity: select
  268. name: EV Wallbox Set StartStop
  269. icon: "mdi:ev-plug-type2"
  270. category: config
  271. dps:
  272. - id: 124
  273. type: string
  274. name: option
  275. mapping:
  276. - dps_val: "OpenCharging"
  277. value: Start charging
  278. - dps_val: "CloseCharging"
  279. value: Stop charging
  280. - dps_val: "WaitOperation"
  281. value: Waiting for command
  282. - entity: sensor
  283. name: EV Wallbox Charging session duration
  284. icon: "mdi:car-clock"
  285. dps:
  286. - id: 120
  287. type: string
  288. name: sensor