Alone
Alone
该设备暂未适配本地模式,请通过账号(自动模式)集成。
- https://github.com/al-one/hass-xiaomi-miot/issues/491#issuecomment-1100708607
```yaml WorkMode: { IdleMode: 0, PauseAndStopMode: 1, AutoCleanMode: 2, BackHomeMode: 3, PartCleanMode: 4, FollowWallMode: 5, ChargingMode: 6, OtaModeMode: 7, FctModeMode: 8, WIFISetMode: 9, PowerOffMode: 10, FactoryMode: 11, ErrRepotMode: 12, RemoteCtrlMode:...
Please clean your each room in the [Mihone APP (vevs)](https://github.com/al-one/hass-xiaomi-miot/issues/114#issuecomment-868721912) and then search for `"siid":2,"aiid":3` or `"siid":4,"aiid":1` in the logs.
Try: ```yaml service: xiaomi_miot.call_action data: entity_id: vacuum.dreame_p2009_7503_robot_cleaner siid: 4 aiid: 1 params: - piid: 1 value: 18 - piid: 10 value: '{"selects":[[5,1,2,3,1]]}' throw: true ```
Do not integrate the device through the cloud.
For this device, the action of cleaning rooms may only be done locally. Try in cloud: ```yaml service: xiaomi_miot.call_action data: entity_id: vacuum.dreame_p2009_7503_robot_cleaner siid: 4 aiid: 1 params: - '{"selects":[[5,1,2,3,1]]}' throw:...
So only local.
Supported in v0.6.11.
```yaml # configuration.yaml logger: default: warning logs: custom_components.xiaomi_miot.core.miio2miot: debug ``` And show me the [logs](https://my.home-assistant.io/redirect/logs) after control fan speed.