Standard Status Set

Last Updated on : 2022-01-17 06:55:56Copy for LLMView as MarkdownDownload PDF

This topic describes the standard status set of smart kettles (bh).

Status to be sent and reported

Code
Name
Type
Value description
start Start Boolean {}
temp_setting
_quick_c
Shortcut key for heating up to the target temperature (°C) Enum {"range":["50","65","85","90"]}
temp_setting
_quick_f
Shortcut key for heating up to the target temperature (°F) Enum {"range":["122","149","185","194","212"]}
temp_boiling
_quick_c
Shortcut key for cooling down to the target temperature after boiling (°C) Enum {"range":["50","65","85","90","100"]}
temp_boiling
_quick_f
Shortcut key for cooling down to the target temperature after boiling (°F) Enum {"range":["122","149","185","194","212"]}
temp_set Temperature setting (°C) Integer {"unit":"℃","min":0,"max":100,"scale":0,"step":1}
temp_set_f Temperature setting (°F) Integer {"unit":"℉","min":32,"max":212,"scale":0,"step":1}
temp_boiling
_c
Cooling down to the target temperature after boiling (°C) Integer {"unit":"℃","min":0,"max":100,"scale":0,"step":1}
temp_boiling
_f
Cooling down to the target temperature after boiling (°F) Integer {"unit":"℉","min":32,"max":212,"scale":0,"step":1}
temp_unit
_convert
Temperature unit conversion Enum {"range":["c","f"]}
warm Heat preservation Boolean {}
warm_time Heat preservation time Integer {"unit":"min","min":0,"max":360,"scale":0,"step":1}
work_type Work type Enum {"range":["setting_quick","boiling_quick",
"temp_setting","temp_boiling"]}
countdown Countdown Integer {"unit":"min","min":0,"max":720,"scale":0,"step":1}

Status only to be reported

Code
Name
Type
Value description
temp_current Current temperature in °C Integer {"unit":"℃","min":0,"max":100,"scale":0,"step":1}
temp_current
_f
Current temperature in °F Integer {"unit":"℉","min":32,"max":212,"scale":0,"step":1}
status Device status Enum {"range":["standby","heating","cooling","warm",
"heating_temp","boiling_temp","reserve_1",
"reserve_2","reserve_3"]}
countdown_left Remaining time of countdown Integer {"unit":"min","min":0,"max":720,"scale":0,"step":1}