ecostrad_iqceramic_radiator.yaml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. name: Radiator
  2. entities:
  3. - entity: climate
  4. translation_only_key: heater
  5. dps:
  6. - id: 1
  7. type: boolean
  8. name: hvac_mode
  9. mapping:
  10. - dps_val: true
  11. value: heat
  12. - dps_val: false
  13. value: "off"
  14. - id: 2
  15. type: string
  16. name: preset_mode
  17. mapping:
  18. - dps_val: "auto"
  19. value: Program
  20. - dps_val: "eco"
  21. value: eco
  22. - dps_val: "hot"
  23. value: comfort
  24. - dps_val: "cold"
  25. value: away
  26. - dps_val: "person_infrared_ray"
  27. value: activity
  28. - dps_val: "line_control"
  29. value: Pilot Wire
  30. - id: 16
  31. type: integer
  32. name: temperature
  33. unit: C
  34. range:
  35. min: 70
  36. max: 300
  37. mapping:
  38. - scale: 10
  39. step: 5
  40. - id: 24
  41. type: integer
  42. name: current_temperature
  43. mapping:
  44. - scale: 10
  45. # documented as unavailable on this model in the manual
  46. # left as an attribute so it can be observed
  47. - id: 109
  48. name: limit_function
  49. type: string
  50. - entity: lock
  51. translation_key: child_lock
  52. category: config
  53. dps:
  54. - id: 40
  55. type: boolean
  56. name: lock
  57. - entity: select
  58. name: Open window detection
  59. category: config
  60. dps:
  61. - id: 108
  62. type: string
  63. name: option
  64. mapping:
  65. - dps_val: 0
  66. value: "Off"
  67. icon: "mdi:window-closed"
  68. - dps_val: 60
  69. value: "60 mins"
  70. icon: "mdi:window-open"
  71. - dps_val: 90
  72. value: "90 mins"
  73. icon: "mdi:window-open"
  74. - entity: select
  75. name: PIR timeout
  76. category: config
  77. icon: "mdi:timer-settings-outline"
  78. dps:
  79. - id: 104
  80. type: string
  81. name: option
  82. mapping:
  83. - dps_val: "15"
  84. value: "15 mins"
  85. - dps_val: "30"
  86. value: "30 mins"
  87. - dps_val: "45"
  88. value: "45 mins"
  89. - dps_val: "60"
  90. value: "60 mins"
  91. - entity: switch
  92. name: Time sync
  93. category: config
  94. dps:
  95. - id: 107
  96. type: string
  97. name: switch
  98. mapping:
  99. - dps_val: 1
  100. value: true
  101. icon: "mdi:sync"
  102. - dps_val: 0
  103. value: false
  104. icon: "mdi:sync-off"
  105. - entity: number
  106. translation_key: temperature_calibration
  107. category: config
  108. dps:
  109. - id: 27
  110. type: integer
  111. name: value
  112. unit: °
  113. range:
  114. min: -5
  115. max: 5