poolex_vertigo_heatpump.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. name: Poolex Vertigo FI heatpump
  2. primary_entity:
  3. entity: climate
  4. translation_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. range:
  22. min: 8
  23. max: 40
  24. - id: 3
  25. name: current_temperature
  26. type: integer
  27. - id: 4
  28. name: preset_mode
  29. type: string
  30. mapping:
  31. - dps_val: "cool"
  32. value: smart_cool
  33. - dps_val: heat
  34. value: smart_heat
  35. - dps_val: silent
  36. value: quiet_heat
  37. - id: 9
  38. type: integer
  39. name: error
  40. mapping:
  41. - dps_val: 0
  42. value: "OK"
  43. - dps_val: 4
  44. value: "Water Flow Protection"
  45. icon: "mdi:water-pump-off"
  46. icon_priority: 2
  47. secondary_entities:
  48. - entity: binary_sensor
  49. name: Water flow
  50. class: problem
  51. category: diagnostic
  52. dps:
  53. - id: 9
  54. type: integer
  55. name: sensor
  56. mapping:
  57. - dps_val: 0
  58. value: false
  59. - value: true