Results 19 comments of Zer0x00

> Hey guys, did you manage to find anything about these controllers? Would be nice to implement into homebridge. > > Thanks! I'm using the LS2 model which looks very...

Is maybe homebridge with mqtt a valid solution?

Finally I've managed to enhance a homebridge plugin so that it can utilize all of the lovely EMH features. https://github.com/normen/homebridge-milighthub-platform/

Same problem here with an EU account.. any updates @redphx ?

> I’m curious if this would work with the Roborock app too. If it’s giving you the full decrypted traffic shouldn’t it work with Roborock too? No it is not,...

I gave up to gather the local token (with the assumption that they aren't using any local control, instead an online-only control) but tried instead to replicate the login behaviour...

@ghvader Thanks for your info. The S6 series is afaik currently the only one which changes the token when changing from Tuya to Roborock so no luck there :/ It...

If your dead letter queue follows a consistent naming schema you can replace the following function in src/sqs.js: ```javascript create(events) { return Promise.all(events.map(({functionKey, sqs}) => this._create(functionKey, sqs))); } ``` with...

> @Zer0x00 I'm basically in the issues because of this too. > > I bought the Golden License for this and all I see is a form, it is not...

@Wintaru You are missing `openapi: 3.1.0` (or any other version for that matter) on the first line. But I expect you to have the same problem like @devhammed since it...