jjpro_jpd02_dehumidifier.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. name: JJPro JPD02 dehumidifier
  2. products:
  3. - id: vraaaueoxtrhksth
  4. primary_entity:
  5. entity: humidifier
  6. class: dehumidifier
  7. dps:
  8. - id: 1
  9. name: switch
  10. type: boolean
  11. mapping:
  12. - dps_val: false
  13. icon: "mdi:air-humidifier-off"
  14. icon_priority: 3
  15. - dps_val: true
  16. icon: "mdi:air-humidifier"
  17. icon_priority: 5
  18. - id: 2
  19. type: integer
  20. name: humidity
  21. range:
  22. min: 30
  23. max: 80
  24. mapping:
  25. - step: 5
  26. - id: 5
  27. name: mode
  28. type: string
  29. mapping:
  30. - dps_val: Continuities
  31. value: boost
  32. icon: "mdi:tshirt-crew-outline"
  33. icon_priority: 4
  34. - dps_val: Auto
  35. value: auto
  36. icon: "mdi:water-outline"
  37. icon_priority: 4
  38. - dps_val: Sleep
  39. value: sleep
  40. icon: "mdi:weather-night"
  41. icon_priority: 4
  42. - id: 6
  43. type: integer
  44. name: current_humidity
  45. - id: 19
  46. type: bitfield
  47. name: error
  48. mapping:
  49. - dps_val: 8
  50. value: "Tank full or missing"
  51. icon: "mdi:cup-water"
  52. icon_priority: 1
  53. - dps_val: 0
  54. value: "OK"
  55. secondary_entities:
  56. - entity: fan
  57. dps:
  58. - id: 1
  59. type: boolean
  60. name: switch
  61. - id: 4
  62. type: string
  63. name: speed
  64. mapping:
  65. - dps_val: "low"
  66. value: 50
  67. - dps_val: "high"
  68. value: 100
  69. - entity: sensor
  70. class: temperature
  71. dps:
  72. - id: 7
  73. type: integer
  74. name: sensor
  75. unit: C
  76. class: measurement
  77. - entity: lock
  78. translation_key: child_lock
  79. category: config
  80. dps:
  81. - id: 16
  82. type: boolean
  83. name: lock
  84. - entity: binary_sensor
  85. translation_key: tank_full
  86. category: diagnostic
  87. dps:
  88. - id: 19
  89. type: bitfield
  90. name: sensor
  91. mapping:
  92. - dps_val: 0
  93. value: false
  94. - value: true
  95. - entity: switch
  96. translation_key: ionizer
  97. dps:
  98. - id: 101
  99. type: boolean
  100. name: switch