-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[epsonprojector] Connection lost and not recovering when projector is switched off #9788
Labels
bug
An unexpected problem or unintended behavior of an add-on
Comments
@mlobstein what I think happens here:
|
ghys
added a commit
to ghys/openhab-addons
that referenced
this issue
Jan 12, 2021
Should fix openhab#9788. Signed-off-by: Yannick Schaus <github@schaus.net>
Related to point 2. Line 91 in d223696
I think that variable should be volatile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a projector (EH-TW3200) connected via TCP (using ser2net on another machine, not locally connected to a serial port).
Every time I switch it off, with the 3.0 release binding:
Expected Behavior
The projector should remain ONLINE and continue to work after being switched off.
Current Behavior
The projector is working while on:
Switching it off with a command:
Leads in:
Then a few seconds later:
The thing is stuck until I reenable it as described above.
Possible Solution
Perhaps the connection isn't cleaned properly before opening the new one, or the connection works but the commands are not executed since the thing is still reported as OFFLINE?
Steps to Reproduce (for Bugs)
For reference this is my ser2net configuration:
Context
I'm positive this is fairly recent, as I've sideloaded this binding for most of 2020 and am only experiencing this issue since I used the distribution binding.
Your Environment
openHAB 3.0 Release
The text was updated successfully, but these errors were encountered: