casdon_td_pro_2.yaml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. name: Oven
  2. products:
  3. - id: wab6oustdukujpkn
  4. name: Casdon TD Pro 2
  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. value: "heat"
  14. - dps_val: false
  15. value: "off"
  16. - id: 7
  17. name: temperature
  18. type: integer
  19. unit: C
  20. range:
  21. min: 0
  22. max: 500
  23. mapping:
  24. - step: 5
  25. - id: 8
  26. name: current_temperature
  27. type: integer
  28. - id: 105
  29. name: preset_mode
  30. type: string
  31. mapping:
  32. - dps_val: "1"
  33. value: Healthy Steam
  34. - dps_val: "2"
  35. value: Fresh Steam
  36. - dps_val: "3"
  37. value: High Temp Steam
  38. - dps_val: "4"
  39. value: Stew
  40. - dps_val: "5"
  41. value: Bake up and down
  42. - dps_val: "6"
  43. value: BBQ
  44. - dps_val: "7"
  45. value: Bottom Hot Air
  46. - dps_val: "8"
  47. value: On Strong Roast
  48. - dps_val: "9"
  49. value: 3D Hot Air
  50. - dps_val: "10"
  51. value: Air Fry
  52. - dps_val: "11"
  53. value: Steam Frying
  54. - dps_val: "12"
  55. value: One-click Bread
  56. - dps_val: "13"
  57. value: Quick Heat
  58. - dps_val: "14"
  59. value: Keep Warm
  60. - dps_val: "15"
  61. value: Unfreeze
  62. - dps_val: "16"
  63. value: Fermentation
  64. - dps_val: "17"
  65. value: Descale
  66. - dps_val: "18"
  67. value: Local Recipes
  68. - dps_val: "19"
  69. value: Drying
  70. - dps_val: "20"
  71. value: Custom
  72. - dps_val: "21"
  73. value: Low Steaming
  74. - dps_val: "22"
  75. value: Medium Steaming
  76. - dps_val: "23"
  77. value: High Steaming
  78. - id: 102
  79. type: string
  80. name: hvac_action
  81. mapping:
  82. - dps_val: cooking
  83. value: heating
  84. - dps_val: reservation
  85. value: idle
  86. - dps_val: cancel
  87. value: idle
  88. - dps_val: done
  89. value: idle
  90. - dps_val: pause
  91. value: idle
  92. - dps_val: "wait"
  93. constraint: hvac_mode
  94. conditions:
  95. - dps_val: true
  96. value: idle
  97. - dps_val: false
  98. value: "off"
  99. secondary_entities:
  100. - entity: switch
  101. name: Start
  102. icon: "mdi:play-pause"
  103. dps:
  104. - id: 2
  105. name: switch
  106. type: boolean
  107. - entity: number
  108. name: Start time
  109. translation_key: timer
  110. dps:
  111. - id: 9
  112. name: value
  113. type: integer
  114. optional: true
  115. range:
  116. min: 1
  117. max: 1440
  118. unit: min
  119. class: measurement
  120. - entity: number
  121. icon: "mdi:timer-edit"
  122. name: Cooking time
  123. dps:
  124. - id: 10
  125. name: value
  126. type: integer
  127. range:
  128. min: 1
  129. max: 1440
  130. unit: min
  131. class: measurement
  132. - entity: sensor
  133. translation_key: time_remaining
  134. class: duration
  135. dps:
  136. - id: 11
  137. name: sensor
  138. type: integer
  139. readonly: true
  140. range:
  141. min: 0
  142. max: 1440
  143. unit: min
  144. class: measurement
  145. - entity: binary_sensor
  146. category: diagnostic
  147. class: problem
  148. dps:
  149. - id: 13
  150. type: bitfield
  151. name: sensor
  152. mapping:
  153. - dps_val: 0
  154. value: false
  155. - value: true
  156. - id: 13
  157. type: bitfield
  158. name: fault_message
  159. mapping:
  160. - value: OK
  161. - dps_val: 0
  162. value: OK
  163. - dps_val: 1
  164. value: "E1: Chamber overheat protection (exceeds 290°C)"
  165. - dps_val: 2
  166. value: "E2: Evaporation tray overheat protection (exceeds 200°C)"
  167. - dps_val: 4
  168. value: "E3: Chamber low temperature protection (below 35°C)"
  169. - dps_val: 8
  170. value: "E4: Evaporation tray low temp protection (below 35°C)"
  171. - dps_val: 16
  172. value: "E5: Sensor connection error (Open circuit)"
  173. - dps_val: 32
  174. value: "E6: Sensor malfunction (Short circuit)"
  175. - dps_val: 64
  176. value: "E7: Display board communication error"
  177. - dps_val: 128
  178. value: "E8: Water tank open (CN7) or Evaporation tray dry (CN3)"
  179. - entity: sensor
  180. name: Status
  181. class: enum
  182. dps:
  183. - id: 102
  184. name: sensor
  185. type: string
  186. readonly: true
  187. mapping:
  188. - dps_val: wait
  189. value: Waiting for Cooking
  190. - dps_val: reservation
  191. value: In Reservation
  192. - dps_val: cooking
  193. value: In Progress
  194. - dps_val: cancel
  195. value: Cooking Canceled
  196. - dps_val: done
  197. value: Cooking Completed
  198. - dps_val: pause
  199. value: Cooking Paused
  200. - entity: light
  201. dps:
  202. - id: 103
  203. name: switch
  204. type: boolean