ecostrad_iqceramic_radiator.yaml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. name: Ecostrad Radiator
  2. primary_entity:
  3. entity: climate
  4. icon: "mdi:radiator"
  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: Anti-Freeze
  26. - dps_val: "person_infrared_ray"
  27. value: Sensor
  28. - dps_val: "line_control"
  29. value: Pilot Wire
  30. - id: 16
  31. type: integer
  32. name: temperature
  33. range:
  34. min: 70
  35. max: 300
  36. mapping:
  37. - scale: 10
  38. step: 5
  39. - id: 24
  40. type: integer
  41. name: current_temperature
  42. mapping:
  43. - scale: 10
  44. # documented as unavailable on this model in the manual
  45. # left as an attribute so it can be observed
  46. - id: 109
  47. name: limit_function
  48. type: string
  49. secondary_entities:
  50. - entity: lock
  51. name: Child Lock
  52. category: config
  53. dps:
  54. - id: 40
  55. type: boolean
  56. name: lock
  57. mapping:
  58. - dps_val: true
  59. icon: "mdi:hand-back-right-off"
  60. - dps_val: false
  61. icon: "mdi:hand-back-right"
  62. - entity: select
  63. name: Open Window Detection
  64. category: config
  65. dps:
  66. - id: 108
  67. type: string
  68. name: option
  69. mapping:
  70. - dps_val: 0
  71. value: "Off"
  72. icon: "mdi:window-closed"
  73. - dps_val: 60
  74. value: "60 mins"
  75. icon: "mdi:window-open"
  76. - dps_val: 90
  77. value: "90 mins"
  78. icon: "mdi:window-open"
  79. - entity: select
  80. name: PIR Timeout
  81. category: config
  82. icon: "mdi:timer-settings-outline"
  83. dps:
  84. - id: 104
  85. type: string
  86. name: option
  87. mapping:
  88. - dps_val: "15"
  89. value: "15 mins"
  90. - dps_val: "30"
  91. value: "30 mins"
  92. - dps_val: "45"
  93. value: "45 mins"
  94. - dps_val: "60"
  95. value: "60 mins"
  96. - entity: switch
  97. name: Time Sync
  98. category: config
  99. dps:
  100. - id: 107
  101. type: string
  102. name: switch
  103. mapping:
  104. - dps_val: 1
  105. value: true
  106. icon: "mdi:sync"
  107. - dps_val: 0
  108. value: false
  109. icon: "mdi:sync-off"
  110. - entity: number
  111. name: Calibration Offset
  112. category: config
  113. icon: "mdi:thermometer"
  114. dps:
  115. - id: 27
  116. type: integer
  117. name: value
  118. unit: C
  119. range:
  120. min: -5
  121. max: 5