poolstyle_heatpump.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. name: Pool heat pump
  2. products:
  3. - id: jzansoxokgvqotyw
  4. manufacturer: Poolstyle
  5. model: PSL-150-00xx
  6. entities:
  7. - entity: climate
  8. translation_only_key: pool_heatpump
  9. dps:
  10. - id: 1
  11. name: hvac_mode
  12. type: boolean
  13. mapping:
  14. - dps_val: false
  15. value: "off"
  16. - dps_val: true
  17. value: heat_cool
  18. - id: 2
  19. name: temperature
  20. type: integer
  21. unit: C
  22. range:
  23. min: 5
  24. max: 40
  25. - id: 3
  26. name: current_temperature
  27. type: integer
  28. - id: 4
  29. name: preset_mode
  30. type: string
  31. mapping:
  32. - dps_val: auto
  33. value: auto
  34. - dps_val: eco_cool
  35. value: smart_cool
  36. - dps_val: eco_heat
  37. value: smart_heat
  38. - dps_val: boost_heat
  39. value: quick_heat
  40. - dps_val: boost_cool
  41. value: quick_cool
  42. - dps_val: silent_heat
  43. value: quiet_heat
  44. - dps_val: silent_cool
  45. value: quiet_cool
  46. - id: 101
  47. name: fan_mode
  48. type: string
  49. mapping:
  50. - dps_val: silent
  51. value: low
  52. - dps_val: normal
  53. value: medium
  54. - dps_val: strong
  55. value: high
  56. - entity: binary_sensor
  57. class: problem
  58. category: diagnostic
  59. dps:
  60. - id: 21
  61. type: bitfield
  62. name: sensor
  63. mapping:
  64. - dps_val: 0 # OK
  65. value: false
  66. - value: true
  67. - id: 21
  68. type: bitfield
  69. name: fault_code