fairland_iphcr15_heatpump.yaml 2.3 KB

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