pedro2d10
pedro2d10
Hi everyone. Thx for you work. I'm trying to figure out how I can move the F9 to a specific zone. But I didn't achieve to get the command work...
I already check and integrated your work in my HA. Great job by the way. And Yes the zone cleanup is working great but what I'm trying to do is...
@microfrost1 in this repo https://github.com/Concentricc/xiaomi_vacuum the dev manage to add a remote function
In the file custom_components/xiaomi_vacuum/miio/dreamevacuum.py line 348 `# siid 21: (remote): 2 props, 3 actions # aiid 1 start-remote: in: [1, 2] -> out: [] @command() def start_remote(self) -> None: """aiid...
@rezmus my understanting of this is we need to set the robot to propertie 4/15 so we can write the remote-state. Did you know how this can be implemeted in...
@microfrost1 You're the best! How did you call the service? I tried this but without any luck: ``` service: xiaomi_vacuum.vacuum_remote_control_move_step data: entity_id: vacuum.thor velocity: 100 rotation: 0 ```
@PulsarFX Yes, it works from my side. Here the script I use `- service: xiaomi_vacuum.vacuum_remote_control_move_step data: entity_id: vacuum.thor velocity: 0 rotation: 0`
I don't think so, I also have this error in my home assistance. Did you tried with velocity and rotation at 0?