poolex_silverline_heatpump.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. name: Pool heat pump
  2. entities:
  3. - entity: climate
  4. translation_only_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. - dps_val: true
  13. value: "heat"
  14. - id: 2
  15. name: temperature
  16. type: integer
  17. unit: C
  18. range:
  19. min: 8
  20. max: 40
  21. - id: 3
  22. name: current_temperature
  23. type: integer
  24. - id: 4
  25. name: preset_mode
  26. type: string
  27. mapping:
  28. - dps_val: Auto
  29. value: auto
  30. - dps_val: Cool
  31. value: smart_cool
  32. - dps_val: Heat
  33. value: smart_heat
  34. - dps_val: BoostHeat
  35. value: quick_heat
  36. - dps_val: BoostCool
  37. value: quick_cool
  38. - dps_val: SilentHeat
  39. value: quiet_heat
  40. - dps_val: SilentCool
  41. value: quiet_cool
  42. - entity: binary_sensor
  43. name: Water flow
  44. class: problem
  45. category: diagnostic
  46. dps:
  47. - id: 13
  48. type: bitfield
  49. name: sensor
  50. mapping:
  51. - dps_val: 256
  52. value: true
  53. - value: false
  54. - entity: binary_sensor
  55. class: problem
  56. category: diagnostic
  57. dps:
  58. - id: 13
  59. type: bitfield
  60. name: sensor
  61. mapping:
  62. - dps_val: 0
  63. value: false
  64. - dps_val: 256
  65. value: false
  66. - value: true
  67. - id: 13
  68. type: bitfield
  69. name: fault_code