ips_pro_heatpump.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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: 105
  46. name: hvac_action
  47. type: string
  48. readonly: true
  49. mapping:
  50. - dps_val: warm
  51. constraint: hvac_mode
  52. conditions:
  53. - dps_val: false
  54. value: "off"
  55. - dps_val: true
  56. value: idle
  57. - id: 106
  58. name: temperature
  59. type: integer
  60. mapping:
  61. - constraint: temperature_unit
  62. conditions:
  63. - dps_val: false
  64. range:
  65. min: 60
  66. max: 115
  67. - dps_val: true
  68. range:
  69. min: 18
  70. max: 40
  71. range:
  72. min: 18
  73. max: 45
  74. - id: 107
  75. type: integer
  76. name: unknown_107
  77. - id: 108
  78. type: integer
  79. name: unknown_108
  80. - id: 115
  81. type: integer
  82. name: unknown_115
  83. - id: 116
  84. type: integer
  85. name: unknown_116
  86. secondary_entities:
  87. - entity: sensor
  88. name: Power Level
  89. class: power_factor
  90. icon: "mdi:signal"
  91. category: diagnostic
  92. dps:
  93. - id: 104
  94. name: sensor
  95. type: integer
  96. unit: "%"
  97. class: measurement
  98. readonly: true