-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CommandTimeoutException in 0.3.X.X version #47
Comments
Just my two cents. It is just a matter of handling the Exception when calling VS |
Surrounding the commands with a try: except did not work either |
Figured it out. |
Created a pull request to fix this issue. |
Hi @ace5987 , Alberto. |
It's been tested already on my own local source for a while now. I just decided to create a pull request now since I would like it to be up on pip. Thanks for the merge! One thing to make sure would be that @vincenzosuraci can also use the api still I cannot confirm if it works in EU the same way. |
Actually my current test environment is in Europe and all the tests have
passed. Therefore I assume it's working as expected!
Thank you for your help!
…On Wed, May 15, 2019, 22:07 ace5987 ***@***.***> wrote:
It's been tested already on my own local source for a while now. I just
decided to create a pull request now since I would like it to be up on pip.
Thanks for the merge! One thing to make sure would be that @vincenzosuraci
<https://github.com/vincenzosuraci> can also use the api still I cannot
confirm if it works in EU the same way.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#47?email_source=notifications&email_token=ABDO7C77NFBO5NCYUUBHPGTPVRUQNA5CNFSM4HLK6CPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVPZR6A#issuecomment-492804344>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABDO7CZ4YE77SP6YL53FKJTPVRUQNANCNFSM4HLK6CPA>
.
|
Hi. File "/home/dietpi/.local/lib/python3.7/site-packages/meross_iot/cloud/device.py", line 143, in execute_command Any ideia what could be the issue? Many thanks. |
Version 3 of your api does not work for me. When I am trying to use version 3 of your api , The following error occurs when trying to command or get the status of any device I own.
The devices I own are mss110 and the dimmer switch (MSS560).
I'm not sure why this is happening as version 2 seems to be working fine (Although for me, version 2 stops working after a day of running which is why I want to test version 3)
The test script is essentially doing this:
It happens on the .get_status(), .turn_on(), .turn_off() commands.
The text was updated successfully, but these errors were encountered: