eurom_alutherm_heater_v2.yaml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. name: Heater
  2. products:
  3. - id: kotlg4xiajpds72u
  4. name: Eurom Alutherm 2000 v2
  5. primary_entity:
  6. entity: climate
  7. dps:
  8. - id: 1
  9. name: hvac_mode
  10. type: boolean
  11. mapping:
  12. - dps_val: true
  13. icon: "mdi:radiator"
  14. constraint: mode
  15. conditions:
  16. - dps_val: manual
  17. value: heat
  18. - dps_val: auto
  19. value: auto
  20. - dps_val: false
  21. value: "off"
  22. icon: "mdi:radiator-disabled"
  23. - id: 2
  24. name: temperature
  25. type: integer
  26. range:
  27. min: 0
  28. max: 37
  29. - id: 3
  30. name: current_temperature
  31. type: integer
  32. - id: 4
  33. name: mode
  34. type: string
  35. hidden: true
  36. - id: 5
  37. name: fan_mode
  38. type: string
  39. mapping:
  40. - dps_val: "off"
  41. value: "off"
  42. - dps_val: low
  43. value: low
  44. - dps_val: mid
  45. value: medium
  46. - dps_val: high
  47. value: high
  48. - id: 6
  49. name: preset_mode
  50. type: boolean
  51. mapping:
  52. - dps_val: false
  53. value: comfort
  54. - dps_val: true
  55. value: eco
  56. - id: 21
  57. name: fault_code
  58. type: bitfield
  59. secondary_entities:
  60. - entity: binary_sensor
  61. name: Fault
  62. class: problem
  63. category: diagnostic
  64. dps:
  65. - id: 21
  66. type: bitfield
  67. name: sensor
  68. mapping:
  69. - dps_val: 0
  70. value: false
  71. - value: true