-
Notifications
You must be signed in to change notification settings - Fork 16
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
Timeouts when using getElementByPath in v0.2.2 #41
Comments
Do you have more info about your usage of 0.2.2 has made a change because the ember+ document is a bit ambiguous so it's possible your provider has interpreted in a slightly different way and is not responding to our request now. |
Hi @mint-dewit, this is from the companion module which you have also worked on. I can test again tomorrow and take some more detailed notes, but I was trying both String and Integer elements. |
Here is an extract from the logs when using companion module version 2.4.3 which uses emberplus-connection 0.2.2
I don't observe any problems with these elements using 0.2.1 I have also attached the Ember Tree for the device exported from Ember Plus Viewer. |
So you are working with parameters. Maybe your device does not support getDir commands on Parameters which would be off-spec but not entirely unexpected. Can you try to do a getDir manually on one of your Parameters? Preferably you would also just have this library cloned and be able to add some console.log statements in the getElementByPath status.
These logs are just output from companion, they are unfortunately not actually helpful in the development of this library :) |
I can look at trying this, but wont be for a couple of weeks as I will be away.
Of course. |
When using version 0.2.2 I get timeouts when using the
getElementByPath
method, reverting to 0.2.1 the same code works ok.This has been replicated connecting to two different Stagetec Ember Plus providers.
The text was updated successfully, but these errors were encountered: