phict
phict
Same problem with S6 MaxV. seems the firmware has changed for maxV since it cannot be controlled with Mi Home v5.4.49 but the regular S6 can. both get a token...
@Maxmudjon Found that this version of miio works good with S6 MaxV: https://github.com/homebridge-xiaomi-roborock-vacuum/homebridge-xiaomi-roborock-vacuum/tree/master/miio Example to start/stop cleaning const device = await miio.device({ip:"",token:""}) device.activateCleaning() device.activateCharging() and state can be found with:...
@torroa @Maxmudjon cloned this repo and replaced the miio directory with the one i linked, then installed it on my homey. now roborock s6 and s6 maxV is working perfectly.
> > @torroa @Maxmudjon cloned this repo and replaced the miio directory with the one i linked, then installed it on my homey. now roborock s6 and s6 maxV is...
@torroa forgot two things. i think you need to have same name in package.json as in app.json and then i had to addenv.json in root with {"HOME": "./"} [com.xiaomi.roborock.zip](https://github.com/Maxmudjon/com.xiaomi-miio/files/4915546/com.xiaomi.roborock.zip) hope...
@gundambandai @gciluffo did any of you get it working? works fine on all 1.x socket.io but gives the 200 response with socket 2.x. if i run 2.x directly from node...
@rramachand21 will you add support for socket.io 2.x to IISNode?