syssi/xiaomi_cooker

How to find exact model of Rice Cooker

B48D81EFCC opened this issue · 3 comments

Hi,

I am wondering how I can I find out the exact model of my rice cooker.
The hostname / DNS of my device is: ESP-CE01F0

The Xiaomi Home App just say: Mi IH Rice Cooker.

syssi commented

Nice to see you here too. ;-) You could ask the MiHome Cloud about the model names, IPs and tokens of your devices:

https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor

As soon you now the IP and the token of your rice cooker you could use the miiocli command line tool from python-miio to ask your device directly:

$ pip3 install python-miio
$ ~/.local/bin/miiocli device --ip XXX --token YYY info

Hi and thanks again. With the tool you mentioned I was able to get the model.
Btw. it is a chunmi.cooker.normal2

syssi commented

In this case you are lucky and this custom component should work for you!