Results 648 comments of Alone

暂时无法在本地/云端下分别为设备添加自定义选项,可以尝试排除`power_consumption`服务下除了功率意外的其他属性。 ```yaml # configuration.yaml xiaomi_miot: device_customizes: cuco.plug.cp5pro: exclude_miot_services: device_setting,use_ele_alert exclude_miot_properties: power_consumption,electric_current,voltage ```

Resubmit issue using the [template](https://github.com/al-one/hass-xiaomi-miot/issues/new?template=device-issue.yml).

- https://github.com/al-one/hass-xiaomi-miot/issues/908#issuecomment-1342711068

Does it work ?

HA的cover实体只有开/关/打开中/关闭中四种状态。 - https://developers.home-assistant.io/docs/core/entity/cover#states

现在有反应了吗?如没有请检查有无相关[日志](https://my.home-assistant.io/redirect/logs)。

Run this service as a [script](https://my.home-assistant.io/redirect/scripts) to put foods. ```yaml service: xiaomi_miot.call_action data: entity_id: sensor.mmgg_inland_xxxx_pet_feeder siid: 2 aiid: 1 params: - 1 # feeding-measure ```

> pet_feeder.pet_food_left_level: -4004 Other internal errors The error is coming from the device and I don't know why this error occurs. Maybe you can try these configurations: ```yaml # configuration.yaml...

Try master without configurations.

Try [script](https://my.home-assistant.io/redirect/scripts/): ```yaml sequence: - service: xiaomi_miot.set_miot_property data: entity_id: vacuum.viomi_v19_4b59_robot_cleaner siid: 6 # point-zone piid: 2 # zone-points value: x1,y1,x2,y2,x3,y3,x4,y4 - service: xiaomi_miot.call_action data: entity_id: vacuum.viomi_v19_4b59_robot_cleaner siid: 6 # point-zone...