eurom_alutherm_heater.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. name: Heater
  2. products:
  3. - id: 20qAGCEd0AxowwTA
  4. name: Eurom Alutherm 2000
  5. - id: awnds45afwineiul
  6. name: Eurom Alutherm 2500
  7. primary_entity:
  8. entity: climate
  9. dps:
  10. - id: 1
  11. name: hvac_mode
  12. type: boolean
  13. mapping:
  14. - dps_val: true
  15. icon: "mdi:radiator"
  16. constraint: mode
  17. conditions:
  18. - dps_val: m
  19. value: heat
  20. - dps_val: p
  21. value: auto
  22. - dps_val: false
  23. value: "off"
  24. icon: "mdi:radiator-disabled"
  25. - id: 2
  26. name: temperature
  27. type: integer
  28. range:
  29. min: 0
  30. max: 37
  31. - id: 3
  32. name: current_temperature
  33. type: integer
  34. - id: 4
  35. name: mode
  36. type: string
  37. hidden: true
  38. - id: 12
  39. name: fault_code
  40. type: bitfield
  41. - id: 101
  42. name: fan_mode
  43. type: string
  44. mapping:
  45. - dps_val: "off"
  46. value: "off"
  47. - dps_val: low
  48. value: low
  49. - dps_val: mid
  50. value: medium
  51. - dps_val: high
  52. value: high
  53. - id: 102
  54. name: preset_mode
  55. type: boolean
  56. mapping:
  57. - dps_val: false
  58. value: comfort
  59. - dps_val: true
  60. value: eco
  61. secondary_entities:
  62. - entity: binary_sensor
  63. name: Fault
  64. class: problem
  65. category: diagnostic
  66. dps:
  67. - id: 12
  68. type: bitfield
  69. name: sensor
  70. mapping:
  71. - dps_val: 0
  72. value: false
  73. - value: true
  74. - entity: select
  75. name: Schedule
  76. icon: "mdi:calendar-clock"
  77. category: config
  78. dps:
  79. - id: 104
  80. type: string
  81. name: option
  82. optional: true
  83. mapping:
  84. - dps_val: holiday
  85. value: Holiday
  86. - dps_val: program
  87. value: Program
  88. - id: 103
  89. type: string
  90. name: schedule_data
  91. optional: true