electriq_airflex15w_heatpump.yaml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. name: ElectriQ Airflex 15W Heatpump
  2. products:
  3. - id: 4RUISW6Lmtz2u1l8
  4. primary_entity:
  5. entity: climate
  6. dps:
  7. - id: 1
  8. name: hvac_mode
  9. type: boolean
  10. mapping:
  11. - dps_val: false
  12. value: "off"
  13. icon: "mdi:hvac-off"
  14. - dps_val: true
  15. constraint: preset_mode
  16. conditions:
  17. - dps_val: "0" # auto
  18. value: heat_cool
  19. icon: "mdi:hvac"
  20. - dps_val: "1" # cold
  21. value: cool
  22. icon: "mdi:snowflake"
  23. - dps_val: "2" # hot
  24. value: heat
  25. icon: "mdi:fire"
  26. - dps_val: "3" # wet
  27. value: dry
  28. icon: "mdi:water"
  29. - dps_val: "5" # fan
  30. value: fan_only
  31. icon: "mdi:fan"
  32. - id: 2
  33. type: integer
  34. name: temperature
  35. range:
  36. min: 16
  37. max: 31
  38. mapping:
  39. - constraint: temperature_unit
  40. conditions:
  41. - dps_val: true
  42. value_redirect: temp_set_f
  43. range:
  44. min: 62
  45. max: 90
  46. - id: 3
  47. type: integer
  48. name: current_temperature
  49. mapping:
  50. - constraint: temperature_unit
  51. conditions:
  52. - dps_val: true
  53. value_redirect: temp_current_f
  54. - id: 17
  55. type: integer
  56. name: humidity
  57. range:
  58. min: 0
  59. max: 100
  60. - id: 20
  61. type: integer
  62. name: unknown_20
  63. - id: 101
  64. type: string
  65. name: preset_mode
  66. mapping:
  67. - dps_val: "0" # auto
  68. value: Auto
  69. - dps_val: "1" # cold
  70. value: Cool
  71. - dps_val: "2" # hot
  72. value: Heat
  73. - dps_val: "3" # wet
  74. value: Dry
  75. - dps_val: "5" # fan
  76. value: Fan
  77. - id: 103
  78. type: boolean
  79. name: unknown_103
  80. - id: 104
  81. type: string
  82. name: fan_mode
  83. mapping:
  84. - dps_val: "3"
  85. value: low
  86. - dps_val: "2"
  87. value: medium
  88. - dps_val: "1"
  89. value: high
  90. - id: 105
  91. type: integer
  92. name: unknown_105
  93. - id: 106
  94. type: boolean
  95. name: unknown_106
  96. - id: 109
  97. type: boolean
  98. name: temperature_unit
  99. mapping:
  100. - dps_val: true
  101. value: F
  102. - value: C
  103. - id: 110
  104. type: integer
  105. name: temp_set_f
  106. range:
  107. min: 62
  108. max: 90
  109. hidden: true
  110. optional: true
  111. - id: 111
  112. type: integer
  113. name: temp_current_f
  114. hidden: true
  115. optional: true
  116. - id: 112
  117. type: integer
  118. name: current_humidity
  119. secondary_entities:
  120. - entity: select
  121. name: Temperature Unit
  122. category: config
  123. dps:
  124. - id: 109
  125. type: boolean
  126. name: option
  127. mapping:
  128. - dps_val: false
  129. value: Celsius
  130. - dps_val: true
  131. value: Fahrenheit