xiaomi_fan icon indicating copy to clipboard operation
xiaomi_fan copied to clipboard

Mi Standing Fan 2 (dmaker.fan.p18) some configuration properties are missing

Open oOWaXOo opened this issue 2 years ago • 1 comments

Hi,

i added the fan succesfully to my Home Assistant instance. But i'm missing some functions that were succesfully tested by @pooyashahidi here comment before.

I tried the config part with:

fan:
  - platform: xiaomi_miio_fan
    name: Xiaomi Smart Fan
    host: 192.168.xxx.xxx
    token: <token>

And without "model"

fan:
  - platform: xiaomi_miio_fan
    name: Xiaomi Smart Fan
    host: 192.168.xxx.xxx
    token: <token>
    model: dmaker.fan.p18

What is actually working: image

Actually missing:

  • [ ] - preselectable oscillation angles (30° ... 140°)
  • [ ] - mode (straight / nature)
  • [ ] - off delay timer (0min ... 480min)
  • [ ] - child lock
  • [ ] - buzzer
  • [ ] - (turning the indicator LED on and off) didn't worked before.

Do you have any idea where this issue came from? Maybe something wrong with my configuration...

oOWaXOo avatar Jul 29 '22 18:07 oOWaXOo

I call it from the UI like this:

action: call-service
service: fan.set_direction
service_data:
  direction: forward
  entity_id: fan.xiaomi_smart_fan_2

You can also test it in developer tools: image

pooyashahidi avatar Aug 06 '22 11:08 pooyashahidi