ips_pro_heatpump.yaml 2.4 KB

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