dpeddi

Results 15 comments of dpeddi

Login token and app token have an expiration. They can be renewed with: `'re_login': 'https://account.huami.com/v1/client/re_login'` and the following payload: ``` 're_login': { 'device_id_type': 'androidid' 'app_name' : 'com.huami.midong' 'login_token': None 'device_id'...

I've noticed weird results tweaking with hm servers if the account was registered with cn server. I think isn't the band the issue but the login server Your script is...

perhaps I've understood ``````` def readFrom(fileStream, traceOffset = 0): - rawId = Parameter.readByte(fileStream, traceOffset) + rawId = Parameter.readValue(fileStream, traceOffset) ``````` ... test in progress

I tried to play with esp-va-sdk. With that sdk is possible to get some interaction with alexa. Is possible to cast something from aleaxa entarteinment tab. I can register my...