xiaomi_cooker
xiaomi_cooker copied to clipboard
Add support for chunmi.ihcooker.exp1
This model will be support, discuss in https://github.com/rytilahti/python-miio/pull/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']
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
raw_command set_menu "['milk']" Running command raw_command ['ok']
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
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
same here