Xiaomi Mi Smart Pedestal Fan

after latest installation of home assistant, the damianpasek/xiaomi_fan for dmaker.fan.1c not work. is possible implement in xiaomi miio? thanks a lot

I was using this one : GitHub - syssi/xiaomi_fan: Xiaomi Mi Smart Fan integration for Home Assistant
and it’s also broken.
Maybe @syssi can help ?

Unable to find referenced entities fan.xiaomi_smart_fan

The custom component isn’t broken. I assume the log message is harmless. The fan.dmaker.1c is supported now!

yes :slight_smile: now i can add the fan… but i receive this error:

Platform xiaomi_miio_fan not ready yet: Unable to discover the device 10.10.120.39; Retrying in background in 30 seconds

image

Setting is:

fan:
  - platform: xiaomi_miio_fan
    name: Xiaomi Smart Fan
    host: 10.10.120.39
    token: 60bc5f4d7b1af443dbc30f23044f39f6

the fan is in an other subnet - but HA can ping the Fan…
my xiaomi Vaccom is in the same VLAN and works :-/

do you have an idea?

Your vacuum is a full-featured linux machine. The Xiaomi Fan is ESP8266 based and somehow limited. The network stack / firmware of the device doesn’t support discovery across subnets: Troubleshooting — python-miio documentation

If you move the fan to the same subnet as HA it should work out of the box if the token is correct.

2 Likes

Thank you… after change in the same subnet - it works :slight_smile: