poolex_silverline_heatpump.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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: "BoostHeat"
  38. - id: 13
  39. type: integer
  40. name: error
  41. mapping:
  42. - dps_val: 0
  43. value: "OK"
  44. - dps_val: 256
  45. value: "Water Flow Protection"
  46. icon: "mdi:water-pump-off"
  47. icon_priority: 2