poolex_vertigo_heatpump.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. name: Poolex Vertigo FI heatpump
  2. primary_entity:
  3. entity: climate
  4. translation_only_key: pool_heatpump
  5. dps:
  6. - id: 1
  7. name: hvac_mode
  8. type: boolean
  9. mapping:
  10. - dps_val: false
  11. value: "off"
  12. icon: "mdi:hvac-off"
  13. icon_priority: 1
  14. - dps_val: true
  15. value: "heat"
  16. icon: "mdi:hot-tub"
  17. icon_priority: 3
  18. - id: 2
  19. name: temperature
  20. type: integer
  21. unit: C
  22. range:
  23. min: 8
  24. max: 40
  25. - id: 3
  26. name: current_temperature
  27. type: integer
  28. - id: 4
  29. name: preset_mode
  30. type: string
  31. mapping:
  32. - dps_val: "cool"
  33. value: smart_cool
  34. - dps_val: heat
  35. value: smart_heat
  36. - dps_val: silent
  37. value: quiet_heat
  38. - id: 9
  39. type: integer
  40. name: error
  41. mapping:
  42. - dps_val: 0
  43. value: "OK"
  44. - dps_val: 4
  45. value: "Water Flow Protection"
  46. icon: "mdi:water-pump-off"
  47. icon_priority: 2
  48. secondary_entities:
  49. - entity: binary_sensor
  50. name: Water flow
  51. class: problem
  52. category: diagnostic
  53. dps:
  54. - id: 9
  55. type: integer
  56. name: sensor
  57. mapping:
  58. - dps_val: 0
  59. value: false
  60. - value: true