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".
  40. # 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. translation_key: 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