silvercrest_kettle.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. name: Silvercrest kettle
  2. products:
  3. - id: il4ofqon04yai1xe
  4. name: WK0828RT
  5. primary_entity:
  6. entity: water_heater
  7. icon: "mdi:kettle"
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: operation_mode
  12. mapping:
  13. - dps_val: false
  14. value: "Off"
  15. - dps_val: true
  16. constraint: warm
  17. conditions:
  18. - dps_val: true
  19. value: Keep warm
  20. - dps_val: false
  21. value: Boil
  22. - value: Boil
  23. - id: 2
  24. type: integer
  25. name: current_temperature
  26. - id: 8
  27. type: integer
  28. name: temperature
  29. unit: C
  30. range:
  31. min: 40
  32. max: 100
  33. mapping:
  34. - step: 5
  35. - id: 13
  36. type: boolean
  37. name: warm
  38. optional: true
  39. hidden: true
  40. # One of these unknowns should be the "16 preset programs". Both are numeric strings (so probably enums)
  41. - id: 15
  42. type: string
  43. name: unknown_15
  44. - id: 16
  45. type: string
  46. name: unknown_16
  47. - id: 103
  48. type: boolean
  49. name: unknown_103
  50. - id: 104
  51. type: integer
  52. name: unknown_104
  53. secondary_entities:
  54. # Portal docs say there is a number to set, and also a countdown remaining.
  55. # This might be the remaining (log was 5, which is not a 30 minute step)
  56. # with the other unknown string above a 0/30/60/90/120 selection
  57. - entity: number
  58. name: Warm time
  59. category: config
  60. icon: "mdi:timer"
  61. dps:
  62. - id: 14
  63. type: integer
  64. name: value
  65. unit: min
  66. optional: true
  67. range:
  68. min: 0
  69. max: 120
  70. mapping:
  71. - step: 30
  72. - entity: sensor
  73. name: Time remaining
  74. class: duration
  75. category: diagnostic
  76. dps:
  77. - id: 18
  78. type: integer
  79. name: sensor
  80. unit: min
  81. optional: true