poolex_qline_heatpump.yaml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. range:
  38. min: 8
  39. max: 40
  40. - id: 15
  41. type: bitfield
  42. name: error
  43. mapping:
  44. - dps_val: 0
  45. value: "OK"
  46. - dps_val: 1
  47. value: "Water flow protection"
  48. icon: "mdi:water-pump-off"
  49. icon_priority: 2
  50. - dps_val: 2
  51. value: "Anti-freeze protection"
  52. icon: "mdi:snowflake-alert"
  53. icon_priority: 2
  54. - id: 16
  55. name: current_temperature
  56. type: integer
  57. secondary_entities:
  58. - entity: binary_sensor
  59. name: Water flow
  60. class: problem
  61. category: diagnostic
  62. dps:
  63. - id: 15
  64. type: bitfield
  65. name: sensor
  66. mapping:
  67. - dps_val: 1
  68. value: true
  69. - value: false
  70. - entity: binary_sensor
  71. translation_key: defrost
  72. category: diagnostic
  73. dps:
  74. - id: 15
  75. type: bitfield
  76. name: sensor
  77. mapping:
  78. - dps_val: 2
  79. value: true
  80. - value: false