weau_pool_heatpump.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. name: W'Eau pool heatpump
  2. entities:
  3. - entity: climate
  4. translation_only_key: pool_heatpump
  5. dps:
  6. - id: 1
  7. type: boolean
  8. name: hvac_mode
  9. mapping:
  10. - dps_val: false
  11. value: "off"
  12. - dps_val: true
  13. constraint: preset_mode
  14. conditions:
  15. - dps_val: eco
  16. value: heat
  17. - dps_val: hot
  18. value: heat
  19. - dps_val: cold
  20. value: cool
  21. - dps_val: auto
  22. value: heat_cool
  23. - id: 2
  24. type: integer
  25. name: temperature
  26. unit: C
  27. range:
  28. min: 7
  29. max: 60
  30. - id: 3
  31. type: integer
  32. name: current_temperature
  33. mapping:
  34. - scale: 10
  35. - id: 4
  36. type: string
  37. name: preset_mode
  38. mapping:
  39. - dps_val: hot
  40. value: quick_heat
  41. - dps_val: eco
  42. value: quiet_heat
  43. - dps_val: cold
  44. value: quiet_cool
  45. - dps_val: auto
  46. value: auto
  47. - entity: binary_sensor
  48. class: problem
  49. category: diagnostic
  50. dps:
  51. - id: 6
  52. type: bitfield
  53. name: sensor
  54. mapping:
  55. - dps_val: 0
  56. value: false
  57. - value: true
  58. - id: 6
  59. name: fault_code
  60. type: bitfield