orion_dl033ha_lock.yaml 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. name: Door lock
  2. products:
  3. - id: qhoybrozfhcenkyh
  4. manufacturer: Orion
  5. model: DL033HA
  6. name: Fingerprint entrance lock
  7. entities:
  8. - entity: lock
  9. dps:
  10. - id: 1
  11. type: string
  12. name: create_unlock_method
  13. optional: true
  14. sensitive: true
  15. - id: 2
  16. type: string
  17. name: delete_unlock_method
  18. optional: true
  19. - id: 3
  20. type: string
  21. name: modify_unlock_method
  22. optional: true
  23. sensitive: true
  24. - id: 12
  25. type: integer
  26. name: unlock_fingerprint
  27. optional: true
  28. persist: false
  29. - id: 13
  30. name: unlock_password
  31. type: integer
  32. optional: true
  33. persist: false
  34. - id: 14
  35. name: unlock_dynamic_pwd
  36. type: integer
  37. optional: true
  38. persist: false
  39. - id: 15
  40. name: unlock_card
  41. type: integer
  42. optional: true
  43. persist: false
  44. - id: 19
  45. name: unlock_ble
  46. type: integer
  47. optional: true
  48. persist: false
  49. - id: 21
  50. name: jammed
  51. type: string
  52. optional: true
  53. persist: false
  54. mapping:
  55. - dps_val: tongue_bad
  56. value: true
  57. - dps_val: tongue_not_out
  58. value: true
  59. - dps_val: null
  60. value: false
  61. - value: false
  62. - id: 47 # Lock motor state
  63. name: lock_state
  64. type: boolean
  65. mapping:
  66. - dps_val: true # Unlocked
  67. value: false
  68. - dps_val: false # Locked
  69. value: true
  70. - id: 51
  71. type: string
  72. optional: true
  73. sensitive: true
  74. name: temp_pwd_create
  75. - id: 52
  76. type: string
  77. optional: true
  78. name: temp_pwd_delete
  79. - id: 53
  80. type: string
  81. optional: true
  82. sensitive: true
  83. name: temp_pwd_modify
  84. - id: 54
  85. type: string
  86. optional: true
  87. sensitive: true
  88. name: sync_method
  89. - id: 55
  90. type: integer
  91. name: unlock_temp_pwd
  92. optional: true
  93. persist: false
  94. - id: 61
  95. type: string
  96. optional: true
  97. sensitive: true
  98. name: remote_no_dp_key
  99. - id: 62
  100. type: integer
  101. name: unlock_app
  102. optional: true
  103. persist: false
  104. - id: 63
  105. name: unlock_voice
  106. type: integer
  107. optional: true
  108. persist: false
  109. - id: 64
  110. type: string
  111. optional: true
  112. name: pwd_offline_time
  113. - id: 65
  114. type: string
  115. optional: true
  116. name: offline_pwd_cleared
  117. - id: 66
  118. type: string
  119. optional: true
  120. name: offline_pwd_clear_all
  121. - id: 67
  122. type: string
  123. optional: true
  124. persist: false
  125. name: unlock_offline_pwd
  126. mapping:
  127. - dps_val: null
  128. value: null
  129. - value: 1
  130. - id: 67
  131. type: string
  132. optional: true
  133. sensitive: true
  134. name: offline_pwd_details
  135. - id: 69
  136. type: string
  137. optional: true
  138. name: log
  139. - id: 70
  140. type: string
  141. optional: true
  142. sensitive: true
  143. name: check_code_set
  144. - id: 71
  145. type: string
  146. optional: true
  147. sensitive: true
  148. name: ble_unlock_check
  149. - id: 72
  150. type: string
  151. optional: true
  152. sensitive: true
  153. name: unlock_record_check
  154. - id: 73
  155. type: string
  156. optional: true
  157. name: remote_pd_setkey_check
  158. - id: 74
  159. type: string
  160. optional: true
  161. name: unlock_double_kit
  162. - id: 86
  163. type: integer
  164. optional: true
  165. name: unlock_ibeacon
  166. - entity: sensor
  167. class: battery
  168. dps:
  169. - id: 8
  170. type: integer
  171. name: sensor
  172. unit: "%"
  173. - entity: event
  174. name: Lock record
  175. dps:
  176. - id: 20
  177. type: string
  178. name: event
  179. optional: true
  180. mapping:
  181. - dps_val: null
  182. value: null
  183. - value: record
  184. - id: 20
  185. type: string
  186. optional: true
  187. name: details
  188. - entity: event
  189. name: Alarm
  190. dps:
  191. - id: 21
  192. type: string
  193. name: event
  194. optional: true
  195. mapping:
  196. - dps_val: wrong_finger
  197. value: unlock_failure
  198. - dps_val: wrong_password
  199. value: unlock_failure
  200. - dps_val: wrong_card
  201. value: unlock_failure
  202. - dps_val: wrong_face
  203. value: unlock_failure
  204. - dps_val: tongue_bad
  205. value: jammed
  206. - dps_val: too_hot
  207. value: tamper
  208. - dps_val: unclosed_time
  209. value: left_open
  210. - dps_val: tongue_not_out
  211. value: jammed
  212. - dps_val: pry
  213. value: tamper
  214. - dps_val: key_in
  215. value: key_left_in
  216. - dps_val: low_battery
  217. value: low_battery
  218. - dps_val: power_off
  219. value: low_battery
  220. - dps_val: shock
  221. value: tamper
  222. - dps_val: defense
  223. value: tamper
  224. - id: 21
  225. type: string
  226. optional: true
  227. name: details
  228. - entity: event
  229. name: Hijack
  230. dps:
  231. - id: 22
  232. type: boolean
  233. name: event
  234. optional: true
  235. mapping:
  236. - dps_val: true
  237. value: hijack
  238. - dps_val: false
  239. value: null
  240. - entity: event
  241. class: doorbell
  242. dps:
  243. - id: 24
  244. type: boolean
  245. name: event
  246. optional: true
  247. mapping:
  248. - dps_val: true
  249. value: ring
  250. - dps_val: false
  251. value: null
  252. - entity: select
  253. translation_key: language
  254. category: config
  255. dps:
  256. - id: 28
  257. type: string
  258. name: option
  259. mapping:
  260. - dps_val: english
  261. value: english
  262. - dps_val: chinese_simplified
  263. value: chinese
  264. - entity: number
  265. name: Lock volume
  266. category: config
  267. dps:
  268. - id: 31
  269. type: string
  270. name: value
  271. unit: "%"
  272. range:
  273. min: 0
  274. max: 100
  275. mapping:
  276. - dps_val: mute
  277. step: 33
  278. value: 0
  279. icon: "mdi:volume-mute"
  280. - dps_val: low
  281. step: 33
  282. value: 33
  283. icon: "mdi:volume-low"
  284. - dps_val: normal
  285. step: 33
  286. value: 66
  287. icon: "mdi:volume-medium"
  288. - dps_val: high
  289. step: 33
  290. value: 100
  291. icon: "mdi:volume-high"
  292. - entity: lock
  293. name: Snib
  294. icon: "mdi:lock-remove"
  295. category: diagnostic
  296. dps:
  297. - id: 32
  298. type: boolean
  299. name: lock
  300. mapping:
  301. - dps_val: null
  302. value: false
  303. hidden: true
  304. - entity: switch
  305. name: Auto lock
  306. category: config
  307. icon: "mdi:lock-reset"
  308. dps:
  309. - id: 33
  310. type: boolean
  311. name: switch
  312. mapping:
  313. - dps_val: true
  314. value: false
  315. - dps_val: false
  316. value: true
  317. - entity: select
  318. name: Multifactor
  319. icon: "mdi:lock-check"
  320. category: config
  321. dps:
  322. - id: 34
  323. type: string
  324. name: option
  325. mapping:
  326. - dps_val: single_unlock
  327. value: Single factor
  328. - dps_val: finger_password
  329. value: Finger and PIN
  330. - dps_val: finger_card
  331. value: Finger and card
  332. - dps_val: password_card
  333. value: Card and PIN
  334. - entity: number
  335. name: Auto lock delay
  336. icon: "mdi:lock-clock"
  337. category: config
  338. dps:
  339. - id: 36
  340. type: integer
  341. name: value
  342. range:
  343. min: 1
  344. max: 1800
  345. unit: s
  346. - entity: switch
  347. name: Local clock
  348. icon: "mdi:clock-outline"
  349. category: config
  350. dps:
  351. - id: 44
  352. type: boolean
  353. name: switch
  354. optional: true
  355. mapping:
  356. - dps_val: null
  357. value: false
  358. hidden: true
  359. - entity: lock
  360. name: Lockdown
  361. icon: "mdi:key-alert"
  362. category: config
  363. dps:
  364. - id: 46
  365. type: boolean
  366. name: lock
  367. - entity: select
  368. name: iBeacon scan duration
  369. translation_key: timer
  370. category: config
  371. dps:
  372. - id: 87
  373. type: string
  374. optional: true
  375. name: option
  376. mapping:
  377. - dps_val: always
  378. value: continuous
  379. - dps_val: "5min"
  380. value: "5m"
  381. - dps_val: "10min"
  382. value: "10m"
  383. - dps_val: "20min"
  384. value: "20m"
  385. - dps_val: "30min"
  386. value: "30m"
  387. - dps_val: "40min"
  388. value: "40m"
  389. - dps_val: "60min"
  390. value: "1h"
  391. - dps_val: "90min"
  392. value: "1h30m"
  393. - dps_val: "120min"
  394. value: "2h"
  395. - entity: select
  396. name: iBeacon sensitivity
  397. icon: "mdi:signal-distance-variant"
  398. category: config
  399. dps:
  400. - id: 88
  401. type: string
  402. optional: true
  403. name: option
  404. mapping:
  405. - dps_val: inactive
  406. value: Any
  407. - dps_val: null
  408. value: Any
  409. hidden: true
  410. - dps_val: "90db"
  411. value: "90dB"
  412. - dps_val: "80db"
  413. value: "80dB"
  414. - dps_val: "70db"
  415. value: "70dB"
  416. - dps_val: "60db"
  417. value: "60dB"
  418. - dps_val: "50db"
  419. value: "50dB"
  420. - dps_val: "40db"
  421. value: "40dB"
  422. - dps_val: "30db"
  423. value: "30dB"
  424. - dps_val: "20db"
  425. value: "20dB"
  426. - entity: switch
  427. name: iBeacon enable
  428. category: config
  429. dps:
  430. - id: 90
  431. type: boolean
  432. name: switch
  433. mapping:
  434. - dps_val: true
  435. icon: "mdi:broadcast"
  436. - dps_val: false
  437. icon: "mdi:broadcast-off"