poolex_qline_heatpump.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. - id: 16
  52. name: current_temperature
  53. type: integer
  54. secondary_entities:
  55. - entity: binary_sensor
  56. name: Water flow
  57. class: problem
  58. category: diagnostic
  59. dps:
  60. - id: 15
  61. type: bitfield
  62. name: sensor
  63. mapping:
  64. - dps_val: 0
  65. value: false
  66. - value: true