Alone
Alone
Show me vevs logs.
Do these vevs logs contain the records of you performing zone cleaning through MiHome APP ? > And tell me the approximate time you performing zone cleaning in MiHome.
According to your logs, this should be the correct script. ```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: "2.3851,-2.2449,2.3851,-3.5884,4.2437,-3.5884,4.2437,-2.2449" - service:...
Please provide debug logs.
`yeelink.light.ceil*`系列似乎都是原生支持miot协议,而其[miot规格](https://home.miot-spec.com/spec/yeelink.light.ceil26)中无`off_delay_time `属性。 如果想修改`miio2miot_specs.py`,还需在`miot_specs_extend.json`中添加对应的spec。 当然你也可以通过[xiaomi_miot.send_command](https://my.home-assistant.io/redirect/developer_call_service/?service=xiaomi_miot.send_command)服务直接测试设备是否支持延迟关闭,如果支持还可通过辅助元素+自动化实现。 ```yaml service: xiaomi_miot.send_command data: entity_id: light.yeelink_color1_164f method: set_scene params: - auto_delay_off - 100 # bright - 3000 # delay ```
Try master branch.
Show me the debug [logs](https://my.home-assistant.io/redirect/logs/).
v0.7.6及以上已修复,请升级插件版本。
@higuaifan 尝试master分支。
尝试master分支