poolex_qline_heatpump.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. - value: heat_cool
  23. - id: 2
  24. name: heating_mode
  25. hidden: true
  26. type: string
  27. icon_priority: 3
  28. mapping:
  29. - dps_val: heating
  30. icon: "mdi:hot-tub"
  31. - dps_val: cold
  32. icon: "mdi:snowflake"
  33. - dps_val: mute
  34. icon: "mdi:hot-tub"
  35. - id: 4
  36. name: temperature
  37. type: integer
  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. name: Anti-freeze
  73. class: cold
  74. category: diagnostic
  75. dps:
  76. - id: 15
  77. type: bitfield
  78. name: sensor
  79. mapping:
  80. - dps_val: 2
  81. value: true
  82. - value: false