Ben Fayers

Results 17 comments of Ben Fayers

@jlesage guess I'll continue waiting on it, was just a thought to reduce rip times. Doesn't matter too much when it's autonomous though

After I flash my built firmware, is there anyway to have it stick, without having to use makecombinedhex.py or uflash? otherwise it just acts like a regular program where when...

I have done this, i just wanted a slightly easier way of getting ode on without uflash etc, I found how anyway simply just flashed my firmware then used ufs...

All I can work out MITM-ing my phone is that it's using the `linkapp-api.dyson.com` domain

Header needs to be changed to `android client` and then it works again. Source: https://github.com/lukasroegner/homebridge-dyson-pure-cool/pull/153 I tested this via postman and got the account/password things in response.

> Just tested this change to libpurecool in home assistant (by editing current header in the dyson.py) and it didn't work for me. The same request I tried earlier in...

@googanhiem Ah, interesting the `android client` header works but only if you log out of the app, then log back in and the endpoint will work with that header for.......

Yeah, something is really odd - I've got the Account and Password auths from Postman luckily - I can manually make the library work with testing like this: ``` dc...

> instead of manually add `Content-Type` header. Note `payload` should be a dictionary instead of string. Ah yeah, my bad - that's just the code that postman generated.

> Find on my code that i also manage a http error 429. @qdel Yeah - if you try to talk to the authentication API too much you'll get 429'd...