syssi / xiaomi_cooker

Xiaomi Mi Electric Rice Cooker integration for Home Assistant
Apache License 2.0
143 stars 37 forks source link

How to find exact model of Rice Cooker #50

Closed B48D81EFCC closed 2 years ago

B48D81EFCC commented 2 years ago

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 2 years ago

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
B48D81EFCC commented 2 years ago

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 2 years ago

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