-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comments
info raw_command get_prop "['all']" raw_command get_temp_history "[]" |
raw_command set_menu "['milk']" |
put ihcooker.py and change "Menu: {result.recipe_name}\n" for fix (AttributeError: 'IHCookerStatus' object has no attribute 'menu') miiocli ihcooker --ip . --token . status |
Hi I would like to monitor/set the cooking temperature and/or the cooking power |
same here |
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']
The text was updated successfully, but these errors were encountered: