Brano Stupak

Results 5 comments of Brano Stupak

Thanks @garritfra for keeping us posted. I want to integrate the Mop 2 Pro to HomeBridge as well. [Current plugin](https://github.com/homebridge-xiaomi-roborock-vacuum/homebridge-xiaomi-roborock-vacuum) seems to be using older version miio. Update: I found...

Adding `import 'babel-polyfill'` to the library or to the index.js of the app solves the issue. I think you should add the dependency, if you use the `Symbol`

It seems the used miio protocol is older version than used in new Mop2 devices, as found [here](https://github.com/rytilahti/python-miio/issues/1394). The new device API interface can be found [here](https://home.miot-spec.com/spec/ijai.vacuum.v3). Update: I found...