-
-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for viomi.vacuum.v18 (Viomi Robot Vacuum S9) #913
Comments
/miotspec/* cloud api, however it should work with local miio api (using miot cmds) same as other viomi robots. |
I still had no luck locally - openhab/openhab-addons#9878 hinted me that it might be a cloud only device. |
while many new devices force cloud way to talk to device, they should still work fine via local api. i remember many viomi models had issues with local api. ppl made some workarounds to resend command multiple times or something with cmd id generation. try to dig into old issues. i'm pretty sure i talked to v18 via remote rpc api when my friend had one. |
|
You're right indeed. I'm getting responses. I'll dig in deeper. |
Hi everyone and @jonasbark |
I got mine to work locally but after some time it stops responding and give the 9999 error. After a factory reset and repair it'll work locally again, but only for a while |
I gave up on local control and just using cloud one. 9999 error usually means cloud only command. I can do basic controls as local but zone cleaning is cloud only it seems |
@fokcuk how are you using it with the cloud? Is it integratable with Hass? |
Describe the solution you'd like
Support for the mentioned vacuum device
Device information:
If the enhancement is device-specific, please include also the following information.
Use
miiocli device --ip <ip address> --token <token>
.Model: viomi.vacuum.v18
Hardware version: Linux
Firmware version: 1.2.0_2192
Additional context
I'm always receiving timeouts when using e.g.
miiocli viomivacuum --ip 192.168.0.145 --token *** info
I increased the timeout but no luck. None of the requests work - I tried 4 different WIFIs without any change.
Interestingly a similar response happens with the Xiaomi Cloud API (using OpenHAB) - all the requests will result in e.g.
or
responses.
The Xiaomi Home app works however using local network or remotely - I'm still puzzled how.
The text was updated successfully, but these errors were encountered: