poolex_vertigo_heatpump.yaml 975 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. name: Poolex Vertigo FI 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. value: "heat"
  15. icon: "mdi:hot-tub"
  16. icon_priority: 3
  17. - id: 2
  18. name: temperature
  19. type: integer
  20. range:
  21. min: 8
  22. max: 40
  23. - id: 3
  24. name: current_temperature
  25. type: integer
  26. - id: 4
  27. name: preset_mode
  28. type: string
  29. mapping:
  30. - dps_val: "cool"
  31. value: "Cool"
  32. - dps_val: "heat"
  33. value: "Heat"
  34. - dps_val: "silent"
  35. value: "Silent"
  36. - id: 9
  37. type: integer
  38. name: error
  39. mapping:
  40. - dps_val: 0
  41. value: "OK"
  42. - dps_val: 4
  43. value: "Water Flow Protection"
  44. icon: "mdi:water-pump-off"
  45. icon_priority: 2