homebridge-xiaomi-fan: Fan connected but error requesting dmaker fan properties
The fan seems to connect successfully but there seems to be an error while requesting fan properties.
This is the homebridge log:
[6/25/2020, 2:39:13 PM] [My Xiaomi Fan] Initializing xiaomifan accessory...
[6/25/2020, 2:39:33 PM] [My Xiaomi Fan] Xiaomi Fan - found Fan in network. Trying to connect...
[6/25/2020, 2:39:33 PM] [My Xiaomi Fan] Xiaomi Fan - connected to Fan
[6/25/2020, 2:39:33 PM] [My Xiaomi Fan] MiioDevice {
model=dmaker.fan.1c,
types=miio,
capabilities=
}
[6/25/2020, 2:39:33 PM] [My Xiaomi Fan] Xiaomi Fan - fan model info file already exists, not saving!
[6/25/2020, 2:39:45 PM] [My Xiaomi Fan] Xiaomi Fan - error while requesting dmaker fan properties: Error: Call to device timed out
at Timeout.retry [as _onTimeout] (/homebridge/node_modules/homebridge-xiaomi-fan/node_modules/miio/lib/network.js:487:18)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7) {
code: 'timeout'
}
My fan config:
{
"name": "My Xiaomi Fan",
"ip": "192.168.1.212",
"token": "fe2b5e2833a98418ec59c609e21700b7",
"prefsDir": "/homebridge/.xiaomiFan",
"pollingInterval": 20,
"moveControl": false,
"buzzerControl": false,
"ledControl": false,
"accessory": "xiaomifan"
}
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 18 (10 by maintainers)
Initial support for the dmaker.fan.1c is now added in version 1.2.0. Could you check it out?
Over here the oscillation switch works pretty fine …