weau_pool_heatpump.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: W'Eau pool heatpump
  2. primary_entity:
  3. entity: climate
  4. translation_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. name: Fault
  53. category: diagnostic
  54. dps:
  55. - id: 6
  56. type: bitfield
  57. name: sensor
  58. mapping:
  59. - dps_val: 0
  60. value: false
  61. - value: true