-
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 chunmi.cooker.eh1 support #3
Comments
Just play around with "miiocli device --ip IP --token raw_command " and provide the request & response payload here. |
Hello, what is raw_command parameter ?
|
I'm tried run mirobo command but look like it's not support yet
|
Please provide the output of:
|
Hello, Bellow is output as your request
|
Next try:
|
Hello, This is output
|
Next step (because "getprop all" isn't working). What's the output of:
|
Hello, Bellow is output,
|
@syssi Hello, do u have any update ? if u need anything, let's me know to do it |
We need a proper |
Yes, Of cause, Mi Home app work correctly perfect. |
Hi, The rice cooker turns into fast rice cooking (40 min) on the display, but it does not start cooking Result of the command is: How can I make it start cooking? Is this related with the Profile code? Thanks |
Also, when I do 'stop' command I get the following: |
Hi, I've got the following device: These are the mini cookers so I think they have slightly different props to the normal and pressure cookers. Observations:
I think you might need a separate class for handling these mini cookers. |
@xernaj Could you provide the output of:
|
Some additional presumably supported methods:
|
It doesn't seem to return all the values in the array: I can get the values individually though eg. get_prop "['status']", get_prop "['t_left']" etc.: |
I'll have to try some of this out on the next cook. |
It only seems to return the first element of the array. miiocli -d device --ip {ip} --token {token} raw_command get_prop "['status', 'phase', 'menu', 't_cook', 't_left', 't_pre', 't_kw', 'taste', 'temp', 'rice', 'favs', 'akw', 't_start', 't_finish', 'version', 'setting', 'code', 'en_warm', 't_congee', 't_love', 'boil']" |
Cool! |
Hi all, Any ideas there? |
Hello! |
@syssi I decompiled the APK for the chunmi.cooker.eh1, found a few things from some preliminary testing:
Still not too sure how to send settings like rice type etc. to the cooker, but at least this allows some basic operations like starting and stopping. I'm also attaching the MiioDevice class from the APK, which has details on how the methods are implemented |
Upvote (:з」∠) |
|
Bump for interest. How can I help? Never used xiaomi devices but have relevant skillset |
You could implement the device. I would like provide some support. The first step is to retrieve the token of your device. Your could use this tool to retrieve the token from the cloud: https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor Second step: Install |
It seems I managed to connect properly. Had some trouble with networking as I wanted to leave it on the guest subnet, but managed.
Also I have reviewed the decompiled apk and it all adds up. I will try to run a few test cooks. |
Having same issue. I have sucessfully acquered token for my device. Ready provide input and supprt development.
|
Did you get it to work? |
Hello,
I just bought chunmi.cooker.eh1, how can i contribute a example signal for you to support this version on Home Assitant
The text was updated successfully, but these errors were encountered: