poolex_qline_heatpump.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. name: Poolex Q-Line 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: heating_mode
  15. conditions:
  16. - dps_val: cold
  17. value: cool
  18. - dps_val: heating
  19. value: heat
  20. - dps_val: mute
  21. value: heat_cool
  22. - id: 2
  23. name: heating_mode
  24. hidden: true
  25. type: string
  26. icon_priority: 3
  27. mapping:
  28. - dps_val: heating
  29. icon: "mdi:hot-tub"
  30. - dps_val: cold
  31. icon: "mdi:snowflake"
  32. - dps_val: mute
  33. icon: "mdi:hot-tub"
  34. - id: 4
  35. name: temperature
  36. type: integer
  37. unit: C
  38. range:
  39. min: 8
  40. max: 40
  41. - id: 15
  42. type: bitfield
  43. name: error
  44. mapping:
  45. - dps_val: 0
  46. value: "OK"
  47. - dps_val: 1
  48. value: "Water flow protection"
  49. icon: "mdi:water-pump-off"
  50. icon_priority: 2
  51. - dps_val: 2
  52. value: "Anti-freeze protection"
  53. icon: "mdi:snowflake-alert"
  54. icon_priority: 2
  55. - id: 16
  56. name: current_temperature
  57. type: integer
  58. secondary_entities:
  59. - entity: binary_sensor
  60. name: Water flow
  61. class: problem
  62. category: diagnostic
  63. dps:
  64. - id: 15
  65. type: bitfield
  66. name: sensor
  67. mapping:
  68. - dps_val: 1
  69. value: true
  70. - value: false
  71. - entity: binary_sensor
  72. translation_key: defrost
  73. category: diagnostic
  74. dps:
  75. - id: 15
  76. type: bitfield
  77. name: sensor
  78. mapping:
  79. - dps_val: 2
  80. value: true
  81. - value: false