poolex_silverline_heatpump.yaml 1.4 KB

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