aquatech_x6_water_heater.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. name: Aquatech RAPID/X6
  2. primary_entity:
  3. entity: water_heater
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: operation_mode
  8. mapping:
  9. - dps_val: false
  10. value: "off"
  11. - dps_val: true
  12. constraint: work_mode
  13. conditions:
  14. - dps_val: ECO
  15. value: eco
  16. - dps_val: Stand
  17. value: heat_pump
  18. - dps_val: HYB
  19. value: high_demand
  20. - dps_val: HYB1
  21. value: performance
  22. - dps_val: ELE
  23. value: electric
  24. - id: 2
  25. type: string
  26. name: work_mode
  27. hidden: true
  28. - id: 4
  29. type: integer
  30. name: temperature
  31. range:
  32. min: 15
  33. max: 75
  34. readonly: true
  35. - id: 7
  36. type: boolean
  37. name: defrosting
  38. - id: 15
  39. type: bitfield
  40. name: fault_code
  41. - id: 16
  42. type: integer
  43. name: current_temperature
  44. secondary_entities:
  45. - entity: binary_sensor
  46. class: problem
  47. name: Fault
  48. category: diagnostic
  49. dps:
  50. - id: 15
  51. type: bitfield
  52. name: sensor
  53. mapping:
  54. - dps_val: 0
  55. value: false
  56. - value: true