Alone
Alone
请问最新版本的插件是否还有此问题?
Try to [add this custom attribute](https://www.home-assistant.io/docs/configuration/customizing-devices/#customizing-entities) and observe again: ```yaml # customize.yaml humidifier.deerma_jsq5_entity_id: chunk_properties: 1 interval_seconds: 90 exclude_miot_services: alarm,custom,indicator_light ```
```yaml # configuration.yaml homeassistant: customize: !include customize.yaml ```
No other idea.
不支持无线开关。
我不太明白你的意思,且该问题貌似与本插件无关。
`-4007`错误为设备`did`错误,小米/Redmi电视都必须要正确的`did`才能在本地调用miot协议,然而使用token接入的方式无法获取设备`did`,推荐你使用账号接入(自动模式)。 如果你坚持使用token接入,请自行获取`did`并通过[自定义属性](https://github.com/al-one/hass-xiaomi-miot/issues/100#issuecomment-864678774)为电视实体绑定`did`: ```yaml # customize.yaml media_player.xiaomi_z2oh1_xxxx_entity_id: miot_did: mitv.abcdef... ``` > 小米设备的`did`可添加集成账号接入后在文件`.storage/xiaomi_miot/devices-xxxx-xx.json`中找到。
@Mick51 Try rebind it in MiHome APP. - https://github.com/al-one/hass-xiaomi-miot/issues/275#issuecomment-985530283
@terryzsb 请提供报错[日志](https://my.home-assistant.io/redirect/logs)到一个新的issue。
Try this: - https://github.com/al-one/hass-xiaomi-miot/issues/275#issuecomment-984744610