fairland_iphcr15_heatpump.yaml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. name: Fairland InverterPlus pool heatpump
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 1
  6. name: hvac_mode
  7. type: boolean
  8. mapping:
  9. - dps_val: false
  10. value: "off"
  11. icon: "mdi:hvac-off"
  12. icon_priority: 1
  13. - dps_val: true
  14. constraint: mode
  15. conditions:
  16. - dps_val: warm
  17. value: heat
  18. - dps_val: cool
  19. value: cool
  20. - dps_val: smart
  21. value: heat_cool
  22. - id: 102
  23. name: current_temperature
  24. type: integer
  25. readonly: true
  26. - id: 103
  27. name: temperature_unit
  28. type: boolean
  29. mapping:
  30. - dps_val: false
  31. value: F
  32. - dps_val: true
  33. value: C
  34. - id: 105
  35. name: mode
  36. type: string
  37. readonly: true
  38. icon_priority: 4
  39. mapping:
  40. - dps_val: warm
  41. icon: "mdi:hot-tub"
  42. - dps_val: cool
  43. icon: "mdi:snowflake"
  44. - dps_val: smart
  45. icon: "mdi:refresh-auto"
  46. - id: 106
  47. name: temperature
  48. type: integer
  49. mapping:
  50. - constraint: temperature_unit
  51. conditions:
  52. - dps_val: false
  53. range:
  54. min: 60
  55. max: 115
  56. range:
  57. min: 18
  58. max: 45
  59. - id: 107
  60. type: integer
  61. name: min_temperature
  62. - id: 108
  63. type: integer
  64. name: max_temperature
  65. - id: 115
  66. type: bitfield
  67. name: error
  68. mapping:
  69. - dps_val: 0
  70. value: OK
  71. - dps_val: 4
  72. value: Water Flow Protection
  73. icon: "mdi:water-pump-off"
  74. icon_priority: 2
  75. - id: 116
  76. type: bitfield
  77. name: error_2
  78. - id: 117
  79. name: preset_mode
  80. type: boolean
  81. mapping:
  82. - dps_val: false
  83. value: Silent
  84. - dps_val: true
  85. value: Boost
  86. secondary_entities:
  87. - entity: sensor
  88. category: diagnostic
  89. name: Power level
  90. icon: "mdi:signal"
  91. class: power_factor
  92. dps:
  93. - id: 104
  94. type: integer
  95. name: sensor
  96. unit: "%"
  97. class: measurement
  98. readonly: true
  99. - entity: binary_sensor
  100. name: Water flow
  101. class: problem
  102. category: diagnostic
  103. dps:
  104. - id: 115
  105. type: bitfield
  106. name: sensor
  107. mapping:
  108. - dps_val: 4
  109. value: true
  110. - value: false