taurus_agadir_heater.yaml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. name: Radiator
  2. products:
  3. - id: rs1azmhtak4bo0o5
  4. name: Taurus Agadir Connect 2000
  5. primary_entity:
  6. entity: climate
  7. translation_only_key: heater
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: hvac_mode
  12. mapping:
  13. - dps_val: false
  14. value: "off"
  15. - dps_val: true
  16. value: "heat"
  17. - id: 2
  18. type: integer
  19. name: temperature
  20. unit: C
  21. range:
  22. min: 5
  23. max: 35
  24. - id: 4
  25. type: string
  26. name: preset_mode
  27. mapping:
  28. - dps_val: CF
  29. value: home
  30. - dps_val: AF
  31. value: away
  32. - id: 11
  33. type: string
  34. name: hvac_action
  35. mapping:
  36. - constraint: hvac_mode
  37. conditions:
  38. - dps_val: false
  39. value: "off"
  40. - dps_val: true
  41. mapping:
  42. - dps_val: working
  43. value: heating
  44. - dps_val: standby
  45. value: idle
  46. - id: 101
  47. type: string
  48. name: fan_mode
  49. mapping:
  50. - dps_val: H1
  51. value: low
  52. - dps_val: H2
  53. value: medium
  54. - dps_val: H3
  55. value: high
  56. secondary_entities:
  57. - entity: lock
  58. translation_key: child_lock
  59. category: config
  60. dps:
  61. - id: 7
  62. type: boolean
  63. name: lock
  64. - entity: select
  65. translation_key: timer
  66. category: config
  67. dps:
  68. - id: 19
  69. type: string
  70. name: option
  71. mapping:
  72. - dps_val: cancel
  73. value: "Off"
  74. - dps_val: 1h
  75. value: 1 hour
  76. - dps_val: 2h
  77. value: 2 hours
  78. - dps_val: 3h
  79. value: 3 hours
  80. - dps_val: 4h
  81. value: 4 hours
  82. - dps_val: 5h
  83. value: 5 hours
  84. - dps_val: 6h
  85. value: 6 hours
  86. - dps_val: 7h
  87. value: 7 hours
  88. - dps_val: 8h
  89. value: 8 hours
  90. - dps_val: 9h
  91. value: 9 hours
  92. - dps_val: 10h
  93. value: 10 hours
  94. - dps_val: 11h
  95. value: 11 hours
  96. - dps_val: 12h
  97. value: 12 hours
  98. - dps_val: 13h
  99. value: 13 hours
  100. - dps_val: 14h
  101. value: 14 hours
  102. - dps_val: 15h
  103. value: 15 hours
  104. - dps_val: 16h
  105. value: 16 hours
  106. - dps_val: 17h
  107. value: 17 hours
  108. - dps_val: 18h
  109. value: 18 hours
  110. - dps_val: 19h
  111. value: 19 hours
  112. - dps_val: 20h
  113. value: 20 hours
  114. - dps_val: 21h
  115. value: 21 hours
  116. - dps_val: 22h
  117. value: 22 hours
  118. - dps_val: 23h
  119. value: 23 hours
  120. - dps_val: 24h
  121. value: 24 hours
  122. - entity: sensor
  123. translation_key: time_remaining
  124. class: duration
  125. category: diagnostic
  126. dps:
  127. - id: 20
  128. type: integer
  129. name: sensor
  130. unit: min
  131. - entity: binary_sensor
  132. class: problem
  133. category: diagnostic
  134. dps:
  135. - id: 21
  136. type: bitfield
  137. name: sensor
  138. mapping:
  139. - dps_val: 0
  140. value: false
  141. - value: true
  142. - id: 21
  143. type: bitfield
  144. name: fault_code
  145. - entity: light
  146. translation_key: display
  147. category: config
  148. dps:
  149. - id: 103
  150. type: boolean
  151. name: switch
  152. mapping:
  153. - dps_val: true
  154. value: false
  155. - dps_val: false
  156. value: true