aquatech_x6_water_heater.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. icon: "mdi:cash"
  17. - dps_val: Stand
  18. value: heat_pump
  19. icon: "mdi:heat-pump"
  20. - dps_val: HYB
  21. value: high_demand
  22. icon: "mdi:sun-thermometer"
  23. - dps_val: HYB1
  24. value: performance
  25. icon: "mdi:radiator"
  26. - dps_val: ELE
  27. value: electric
  28. icon: "mdi:heating-coil"
  29. - id: 2
  30. type: string
  31. name: work_mode
  32. hidden: true
  33. - id: 4
  34. type: integer
  35. name: temperature
  36. range:
  37. min: 15
  38. max: 75
  39. readonly: true
  40. icon: "mdi:thermometer-lines"
  41. - id: 7
  42. type: boolean
  43. name: defrosting
  44. mapping:
  45. - dps_val: true
  46. icon: "mdi:snowflake-melt"
  47. - dps_val: false
  48. icon: "mdi:checkbox-blank-off-outline"
  49. - id: 15
  50. type: bitfield
  51. name: fault_code
  52. - id: 16
  53. type: integer
  54. name: current_temperature
  55. icon: "mdi:thermometer-water"
  56. secondary_entities:
  57. - entity: binary_sensor
  58. class: problem
  59. name: Fault
  60. category: diagnostic
  61. dps:
  62. - id: 15
  63. type: bitfield
  64. name: sensor
  65. mapping:
  66. - dps_val: 0
  67. value: false
  68. - value: true