Skip to content
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

Add support for chunmi.ihcooker.exp1 #26

Open
polkovnichenko opened this issue Nov 14, 2020 · 5 comments
Open

Add support for chunmi.ihcooker.exp1 #26

polkovnichenko opened this issue Nov 14, 2020 · 5 comments

Comments

@polkovnichenko
Copy link

This model will be support, discuss in rytilahti/python-miio#832

I hope for support this.
Now I know to stop this device use:
$ mirobo --ip IP_ADDR --token TOKEN raw-command set_func '["end02"]'
Sending cmd set_func with params ['end02']
['ok']

And status get from:
$ miiocli device --ip IP_ADDR --token TOKEN raw_command get_prop "['all']"
Running command raw_command
['shutdown', '010000000000000000000000000000000000000000000000000000000000000000', '0013000000', '0100000000000000', '000d1404', '000000010000000200000003000000040000000500004e6d0000000000000000', '01', '0000f00a0019131300']

@didjeru
Copy link

didjeru commented May 20, 2021

info
Model: chunmi.ihcooker.exp1
Hardware version: ESP8266
Firmware version: 1.3.6

raw_command get_prop "['all']"
Running command raw_command
['shutdown', '010000000000000000000000000000000000000000000000000000000000000000', '0013000000', '000a000000000000', '000d1404', '000000010000000200000003000000040000000500000dcd0000000000000000', '01', '0000e20a001a131300']

raw_command get_temp_history "[]"
Running command raw_command
ERROR:miio.miioprotocol:Got error when receiving: timed out

@didjeru
Copy link

didjeru commented May 20, 2021

raw_command set_menu "['milk']"
Running command raw_command
['ok']

@didjeru
Copy link

didjeru commented May 25, 2021

put ihcooker.py and change "Menu: {result.recipe_name}\n" for fix (AttributeError: 'IHCookerStatus' object has no attribute 'menu')

miiocli ihcooker --ip . --token . status
Mode: OperationMode.Shutdown
Menu:
Temperature: 23
Hardware version: 15
Firmware version: 5124

@arzaman
Copy link

arzaman commented Dec 26, 2022

Hi
I have bought a xiaomi induction cocker V1 Model: DCL01CM chunmi.ihcooker.exp1

I would like to monitor/set the cooking temperature and/or the cooking power
I succesfully integrate it in Home Assistant (via Xiaomi MiIot integration and user/pwd and token retrieval) but I see only the "status" and "time left" properties
Is there any way to gel all data (temp, power etc...) ??
thanks
Davide

@trackhacs
Copy link

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants