4
0

gardenpac_heatpump.yaml 2.2 KB

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