ips_pro_heatpump.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. name: IPS Inverter 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. icon: "mdi:hot-tub"
  24. icon_priority: 1
  25. - dps_val: "smart"
  26. value: "smart"
  27. icon: "mdi:hot-tub"
  28. icon_priority: 3
  29. - dps_val: "turbo"
  30. value: "turbo"
  31. icon: "mdi:hot-tub"
  32. icon_priority: 3
  33. - id: 102
  34. name: current_temperature
  35. type: integer
  36. readonly: true
  37. - id: 103
  38. name: temperature_unit
  39. type: boolean
  40. mapping:
  41. - dps_val: false
  42. value: F
  43. - dps_val: true
  44. value: C
  45. - id: 104
  46. name: power_level
  47. type: integer
  48. readonly: true
  49. - id: 105
  50. name: hvac_action
  51. type: string
  52. readonly: true
  53. mapping:
  54. - dps_val: warm
  55. constraint: hvac_mode
  56. conditions:
  57. - dps_val: false
  58. value: "off"
  59. - dps_val: true
  60. value: idle
  61. - id: 106
  62. name: temperature
  63. type: integer
  64. mapping:
  65. - constraint: temperature_unit
  66. conditions:
  67. - dps_val: false
  68. range:
  69. min: 60
  70. max: 115
  71. - dps_val: true
  72. range:
  73. min: 18
  74. max: 40
  75. range:
  76. min: 18
  77. max: 45
  78. - id: 107
  79. type: integer
  80. name: unknown_107
  81. - id: 108
  82. type: integer
  83. name: unknown_108
  84. - id: 115
  85. type: integer
  86. name: unknown_115
  87. - id: 116
  88. type: integer
  89. name: unknown_116
  90. secondary_entities:
  91. - entity: sensor
  92. name: Power Level
  93. class: power_factor
  94. icon: "mdi:signal"
  95. category: diagnostic
  96. dps:
  97. - id: 104
  98. name: sensor
  99. type: integer
  100. unit: "%"
  101. class: measurement
  102. readonly: true