weau_pool_heatpump.yaml 1.3 KB

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