aquatech_x6_water_heater.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. category: diagnostic
  48. dps:
  49. - id: 15
  50. type: bitfield
  51. name: sensor
  52. mapping:
  53. - dps_val: 0
  54. value: false
  55. - value: true