qlima_d812_dehumidifier.yaml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. name: Dehumidifier
  2. products:
  3. - id: pxlnsbmh6jdqh35n
  4. manufacturer: Qlima
  5. model: D812
  6. entities:
  7. - entity: humidifier
  8. class: dehumidifier
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: switch
  13. - id: 3
  14. type: string
  15. name: humidity
  16. mapping:
  17. - dps_val: "30"
  18. value: 30
  19. - dps_val: "40"
  20. value: 40
  21. - dps_val: "50"
  22. value: 50
  23. # not listed in device properties, but exists in device
  24. - dps_val: "60"
  25. value: 60
  26. - entity: select
  27. translation_key: timer
  28. category: config
  29. dps:
  30. - id: 17
  31. type: string
  32. name: option
  33. mapping:
  34. - dps_val: cancel
  35. value: cancel
  36. - dps_val: "2h"
  37. value: "2h"
  38. # not listed in device properties info, but exist on device
  39. - dps_val: "4h"
  40. value: "4h"
  41. - dps_val: "6h"
  42. value: "6h"
  43. - entity: sensor
  44. translation_key: time_remaining
  45. class: duration
  46. category: diagnostic
  47. dps:
  48. - id: 18
  49. type: integer
  50. name: sensor
  51. unit: min
  52. - entity: binary_sensor
  53. class: problem
  54. category: diagnostic
  55. dps:
  56. - id: 19
  57. type: bitfield
  58. name: sensor
  59. mapping:
  60. - dps_val: 0
  61. value: false
  62. - value: true
  63. - id: 19
  64. type: bitfield
  65. name: fault_code