poolex_qline_heatpump.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. - id: 2
  21. name: heating_mode
  22. hidden: true
  23. type: string
  24. icon_priority: 3
  25. mapping:
  26. - dps_val: heating
  27. icon: "mdi:hot-tub"
  28. - dps_val: cold
  29. icon: "mdi:snowflake"
  30. - id: 4
  31. name: temperature
  32. type: integer
  33. range:
  34. min: 8
  35. max: 40
  36. - id: 15
  37. type: bitfield
  38. name: error
  39. mapping:
  40. - dps_val: 0
  41. value: "OK"
  42. - dps_val: 1
  43. value: "Water Flow Protection"
  44. icon: "mdi:water-pump-off"
  45. icon_priority: 2
  46. - id: 16
  47. name: current_temperature
  48. type: integer
  49. secondary_entities:
  50. - entity: binary_sensor
  51. name: Water Flow
  52. class: problem
  53. category: diagnostic
  54. dps:
  55. - id: 15
  56. type: bitfield
  57. name: sensor
  58. mapping:
  59. - dps_val: 0
  60. value: false
  61. - value: true