fairland_iphcr15_heatpump.yaml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. icon_priority: 4
  38. mapping:
  39. - dps_val: warm
  40. icon: "mdi:hot-tub"
  41. - dps_val: cool
  42. icon: "mdi:snowflake"
  43. - dps_val: smart
  44. icon: "mdi:refresh-auto"
  45. - id: 106
  46. name: temperature
  47. type: integer
  48. mapping:
  49. - constraint: temperature_unit
  50. conditions:
  51. - dps_val: false
  52. range:
  53. min: 60
  54. max: 115
  55. range:
  56. min: 18
  57. max: 45
  58. - id: 107
  59. type: integer
  60. name: min_temperature
  61. - id: 108
  62. type: integer
  63. name: max_temperature
  64. - id: 115
  65. type: bitfield
  66. name: error
  67. mapping:
  68. - dps_val: 0
  69. value: OK
  70. - dps_val: 4
  71. value: Water Flow Protection
  72. icon: "mdi:water-pump-off"
  73. icon_priority: 2
  74. - id: 116
  75. type: bitfield
  76. name: error_2
  77. - id: 117
  78. name: preset_mode
  79. type: boolean
  80. mapping:
  81. - dps_val: false
  82. value: sleep
  83. - dps_val: true
  84. value: boost
  85. secondary_entities:
  86. - entity: sensor
  87. category: diagnostic
  88. name: Power level
  89. icon: "mdi:signal"
  90. class: power_factor
  91. dps:
  92. - id: 104
  93. type: integer
  94. name: sensor
  95. unit: "%"
  96. class: measurement
  97. readonly: true
  98. - entity: binary_sensor
  99. name: Water flow
  100. class: problem
  101. category: diagnostic
  102. dps:
  103. - id: 115
  104. type: bitfield
  105. name: sensor
  106. mapping:
  107. - dps_val: 4
  108. value: true
  109. - value: false