Sebastian Muszynski
Sebastian Muszynski
``` get_prop ["power", "temps", "watts", "delay", "sleep", "sound", "lock", "max", "tempi", "tempp"] set_power [0] set_power [1] set_temps # payload unknown set_max [0] set_max [1] set_watts [1] # low set_watts [2]...
I assume the firmware of the device isn't pretty fault tolerant and/or stable. If you send to many instructions / request to many properties at once / a measurement cannot...
This properties are used at the Mi Home App plugin of your device: ``` get_prop ['status', 'menu', 'phase', 'temp', 't_left', 't_pre', 't_cook', 'c_led', 'taste', 'version', 'mylove', 'e_code'] ``` Supported methods:...
Could you retrieve the properties from your device and provide a value per property?
Do you have a linux host around? Please install `python-miio` by `pip3 install python-miio`. This library provides a CLI tool called `miiocli`. Please ping me a soon you are able...
Please provide the output of: ``` miiocli device --ip IPADDR --token TOKEN raw_command get_prop "['all']" ``` It should look like this: ``` $ miiocli device --ip 192.168.1.15 --token c5b52562c4109fc06490a2d392e175e7 raw_command...
Your device isn't supported right now.
``` # Methods get_props [] on_off 0 # off on_off 1 # on set_gear [0] set_gear [1] set_gear [2] set_gear [3] warm_on 0 # off warm_on 1 # on buzzer_on...
@iceveil Could you provide some testing?
Just play around with "miiocli device --ip IP --token raw_command " and provide the request & response payload here.