electriq_pd45e_dehumidifier.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. name: Electriq PD45E dehumidifier
  2. products:
  3. - id: 75174020a4e57c1945ca
  4. primary_entity:
  5. entity: humidifier
  6. class: dehumidifier
  7. dps:
  8. - id: 1
  9. name: switch
  10. type: boolean
  11. - id: 2
  12. type: string
  13. name: mode
  14. mapping:
  15. - dps_val: "1"
  16. value: normal
  17. - dps_val: "2"
  18. value: purify
  19. - dps_val: "3"
  20. value: laundry
  21. - id: 3
  22. name: current_humidity
  23. type: integer
  24. - id: 4
  25. name: humidity
  26. type: integer
  27. range:
  28. min: 35
  29. max: 80
  30. mapping:
  31. - step: 5
  32. - id: 11
  33. type: integer
  34. name: unknown_11
  35. # Probably one of these integers is timer, the other fault_code
  36. - id: 106
  37. type: integer
  38. name: unknown_106
  39. - id: 107
  40. type: boolean
  41. name: unknown_107
  42. # Probably one boolean is defrost indicator, the other may be tank?
  43. - id: 108
  44. type: boolean
  45. name: unknown_108
  46. secondary_entities:
  47. - entity: fan
  48. dps:
  49. - id: 1
  50. type: boolean
  51. name: switch
  52. - id: 6
  53. type: string
  54. name: speed
  55. mapping:
  56. - dps_val: "1"
  57. value: 50
  58. - dps_val: "2"
  59. value: 100
  60. - id: 8
  61. type: boolean
  62. name: oscillate
  63. - entity: lock
  64. translation_key: child_lock
  65. category: config
  66. dps:
  67. - id: 7
  68. type: boolean
  69. name: lock
  70. - entity: sensor
  71. class: temperature
  72. category: diagnostic
  73. dps:
  74. - id: 110
  75. type: integer
  76. name: sensor
  77. unit: C
  78. class: measurement