Alone
Alone
请提供[开发者工具](https://my.home-assistant.io/redirect/developer_states)中的实体状态属性。
请更新到master分支后尝试。
请尝试使用本地模式接入此设备。
请问本地模式下该设备可用吗?
请尝试添加下面的[自定义属性](https://github.com/al-one/hass-xiaomi-miot/issues/100#issuecomment-864678774)再试: ```yaml # configuration.yaml xiaomi_miot: device_customizes: smith.waterpuri.cxr800: miot_local: true chunk_properties: 1 ```
请尝试添加下面的[自定义属性](https://github.com/al-one/hass-xiaomi-miot/issues/100#issuecomment-864678774)再试: ```yaml # configuration.yaml xiaomi_miot: device_customizes: smith.waterpuri.cxr800: miot_local: true chunk_properties: 1 exclude_miot_services: chanitex_wp_gs ``` > 最新版已支持通过UI自定义设备 (#600)
请尝试添加下面的[自定义属性](https://github.com/al-one/hass-xiaomi-miot/issues/100#issuecomment-864678774)再试: ```yaml # configuration.yaml xiaomi_miot: device_customizes: smith.waterpuri.cxr800: miot_local: true chunk_properties: 1 exclude_miot_services: chanitex_wp_gs exclude_miot_properties: fault ``` 如果还是不行,把`chunk_properties: 1`去掉再试下,并反馈两种情况下的实体属性。
观察发现此设备的主要miot服务应该是`chanitex-wp-gs`,且该服务下的属性基本都可在本地读取。 请再次更新至master分支观察是否可用,不过遗憾的是改设备无tds相关属性。 更新后应该还会生成以下传感器实体: - `rwaterconsumption` 用水量 - `rfilterwaterlifei/ii/iii` 滤芯寿命
去掉之前添加的自定义属性。