poolex_silverline_heatpump.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. name: Poolex Silverline 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: Auto
  32. value: auto
  33. - dps_val: Cool
  34. value: smart_cool
  35. - dps_val: Heat
  36. value: smart_heat
  37. - dps_val: BoostHeat
  38. value: quick_heat
  39. - dps_val: SilentHeat
  40. value: quiet_heat
  41. - id: 13
  42. type: integer
  43. name: error
  44. mapping:
  45. - dps_val: 0
  46. value: "OK"
  47. - dps_val: 256
  48. value: "Water Flow Protection"
  49. icon: "mdi:water-pump-off"
  50. icon_priority: 2
  51. secondary_entities:
  52. - entity: binary_sensor
  53. name: Water flow
  54. class: problem
  55. category: diagnostic
  56. dps:
  57. - id: 13
  58. type: bitfield
  59. name: sensor
  60. mapping:
  61. - dps_val: 0
  62. value: false
  63. - value: true