-
-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for chunmi.ihcooker.v2 (Xiaomi Induction Cooker 2) MIoT #1976
Comments
This is the
|
Hi @BorhnN, Firstly - I think you might have leaked your token in the code you have provided! Secondly, I think that you can only change/set the heat level once the start-cook has already been run. If not, you'll get the code '1' - indicating that the device is in an unfit state for the command you are trying to run. So you should:
Have you found a way to bypass the need to press the physical button on the device to start cooking? |
Device information:
Use
miiocli device --ip <ip address> --token <token> info
.Running command info
Model: chunmi.ihcooker.v2
Hardware version: esp32
Firmware version: 2.2.0_0016
Supported using: GenericMiot
Command: miiocli genericmiot --ip 192.168.0.100 --token xxxxxxxxxxx
Supported by genericmiot: True
Additional context
I was able to get some properties with
genericmiot
and was able to call some actions without parameters. But I've faced issues when calling actions with parametersWhat worked:
What I did not manage to do:
The text was updated successfully, but these errors were encountered: