silvercrest_kettle.yaml 1.8 KB

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