Alone
Alone
 不支持的设备,因为厂商没有为其定义必要的miot规格属性。
- [xjx.toilet.relaxp](https://home.miot-spec.com/spec/xjx.toilet.relaxp) > `flush_work,start_foam,clean_work`等操作在miot规格中都需要传参,不适合使用`button`实体接入。 >
尝试master分支。 ```bash wget -O - https://get.hacs.vip | DOMAIN=xiaomi_miot ARCHIVE_TAG=master bash - ```
@Logthm 尝试master分支
Perform this action in the developer tools and provide feedback. ```yaml action: xiaomi_miot.send_command data: entity_id: button.zhimi_za5_xxxx_info method: miIO.info params: [] ```
Try master branch. ```bash wget -O - https://get.hacs.vip | DOMAIN=xiaomi_miot ARCHIVE_TAG=master bash - ```
尝试最新版本
HA IP是`192.168.1.xxx`?
```yaml { "iid": 12, "type": "urn:miot-spec-v2:property:room-ids:00000073:zhimi-xa3:1", "description": "Room IDs", "format": "string", "access": [ # no read permission ], "unit": "none" } ``` The `room-ids` miot property is a parameter for...
Maybe you need to find `room-ids` through other means, I don't have a vacuum cleaner of the same model, so I can't help you. Maybe you can try: ```yaml action:...