weau_pool_heatpump.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. name: W'Eau pool heatpump
  2. primary_entity:
  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. range:
  27. min: 7
  28. max: 60
  29. - id: 3
  30. type: integer
  31. name: current_temperature
  32. mapping:
  33. - scale: 10
  34. - id: 4
  35. type: string
  36. name: preset_mode
  37. mapping:
  38. - dps_val: hot
  39. value: quick_heat
  40. - dps_val: eco
  41. value: quiet_heat
  42. - dps_val: cold
  43. value: quiet_cool
  44. - dps_val: auto
  45. value: auto
  46. - id: 6
  47. name: fault
  48. type: bitfield
  49. secondary_entities:
  50. - entity: binary_sensor
  51. class: problem
  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