Rom1985

Results 5 comments of Rom1985

> Could you please let me know if the ON/OFF toggle works ok right now? > > thanks Thanks for the answer. Yes. The on / off function works well...

I run python3 sonoff-debug.py -u 'email or phone-number username' -p 'password' > devices.json I receive: File "sonoff-debug.py", line 22 print 'Please read the instructions better!' ^ SyntaxError: Missing parentheses in...

@peterbuga I run python3 sonoff-debug.py -u 'email or phone-number username' -p 'password' > devices.json I do not get errors. But file devices.json looks like this: "Please read the instructions better!"...

@peterbuga I get: Traceback (most recent call last): File "sonoff-debug.py", line 58, in do_login hex_dig = hmac.new(decryptedAppSecret, json.dumps(app_details), digestmod=hashlib.sha256).digest() File "/usr/lib/python3.5/hmac.py", line 144, in new return HMAC(key, msg, digestmod) File...

@peterbuga I run and see -> screenshot ![scr](https://user-images.githubusercontent.com/29051022/51142364-c43e8400-185c-11e9-88e1-3b2d3848dc6f.jpg) After a while I press Ctrl + c. I see: ^CTraceback (most recent call last): File "sonoff-debug.py", line 100, in do_login() File...