inkbird_sousvide_cooker.yaml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. name: Sous vide
  2. products:
  3. - id: ljrmmds82n6kln4u
  4. manufacturer: Silvercrest
  5. model: SSVSS 1200 A1
  6. entities:
  7. - entity: climate
  8. dps:
  9. - id: 101
  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: 102
  18. type: string
  19. name: hvac_action
  20. optional: true
  21. mapping:
  22. - dps_val: stop
  23. value: "off"
  24. icon: "mdi:pot-outline"
  25. icon_priority: 2
  26. - dps_val: working
  27. value: heating
  28. icon: "mdi:pot-steam"
  29. icon_priority: 2
  30. - dps_val: complete
  31. value: idle
  32. icon: "mdi:pot"
  33. icon_priority: 2
  34. - dps_val: null
  35. value: "off"
  36. icon: "mdi:pot-outline"
  37. icon_priority: 2
  38. - id: 103
  39. type: integer
  40. name: temperature
  41. range:
  42. min: 0
  43. max: 960
  44. mapping:
  45. - scale: 10
  46. unit: C
  47. - id: 104
  48. type: integer
  49. name: current_temperature
  50. mapping:
  51. - scale: 10
  52. - id: 107
  53. type: integer
  54. name: fault
  55. hidden: true
  56. mapping:
  57. - dps_val: 0
  58. value: 0
  59. - icon: "mdi:alert"
  60. icon_priority: 1
  61. - entity: number
  62. name: Cooking time
  63. category: config
  64. class: duration
  65. icon: "mdi:timer"
  66. dps:
  67. - id: 105
  68. type: integer
  69. name: value
  70. range:
  71. min: 0
  72. max: 5999
  73. unit: min
  74. - entity: sensor
  75. translation_key: time_remaining
  76. category: diagnostic
  77. class: duration
  78. dps:
  79. - id: 106
  80. type: integer
  81. name: sensor
  82. unit: min
  83. - entity: binary_sensor
  84. category: diagnostic
  85. class: problem
  86. dps:
  87. - id: 107
  88. type: bitfield
  89. name: sensor
  90. mapping:
  91. - dps_val: 0
  92. value: false
  93. - value: true
  94. - id: 107
  95. type: bitfield
  96. name: fault_code
  97. - entity: select
  98. translation_key: temperature_unit
  99. category: config
  100. dps:
  101. - id: 108
  102. type: boolean
  103. name: option
  104. mapping:
  105. - dps_val: true
  106. value: celsius
  107. - dps_val: false
  108. value: fahrenheit
  109. - entity: number
  110. name: Recipe
  111. category: config
  112. icon: "mdi:pot-steam"
  113. dps:
  114. - id: 109
  115. type: integer
  116. name: value
  117. optional: true
  118. range:
  119. min: 0
  120. max: 1000
  121. - entity: number
  122. translation_key: temperature_calibration
  123. category: config
  124. dps:
  125. - id: 110
  126. type: integer
  127. name: value
  128. unit: °
  129. optional: true
  130. range:
  131. min: -99
  132. max: 99
  133. mapping:
  134. - scale: 10