-
-
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] "Unknown channel errmessage" #11703
Comments
I think this is the same as issue #11126 in benqprojector. When trying to match the channel name to the channel enum in EpsonProjectorCommandType it was doing an equalsIgnoreCase(). This seems to be unreliable if the locale of the system uses a non-english language. The equalsIgnoreCase() was changed to equals() in PR #11141. You can try using a OH 3.2.0 milestone build or just wait for the 3.2.0 release (which is due shortly) to see if the problem still exists there. In addition to this fix, the message in the Unknown Channel warn logging call was extended to show more details of the exception. So if the problem continues there will be more detail in the log to aid in tracing the problem |
I'll wait and report back once I upgraded and the problem happens again. Thanks! |
I updated to 3.2.0 yesterday and got the iris error just now:
|
I found the issue... It was using the error code hex value to lookup the ErrorMessage enum (which is keyed using int). So it has never worked if the error code is >= 10. PR to correct this will be opened. |
Expected Behavior
I sometimes have a problem with the auto-iris on my projector. This results in an error being displayed on the "screen", but this error does not reach openhab.
Current Behavior
The log contains the following, but the error msg itself does not reach the epsonErrMessage item, nor can I see anything about the auto-iris in the logs. Only an error code 10.
openhab.log:
This message repeats several times afterwards. It didn't show up anymore after a reboot of the projector.
events.log:
Your Environment
openHAB 3.1.0
My projector is an Epson EH-TW3200 and I'm using the default thing/item/sitemap config from the documentation:
I can't really reproduce this as the error thankfully happens only once every couple of weeks.
Not really a big problem for me, so low priority, but I thought I'd report it anyway.
The text was updated successfully, but these errors were encountered: