Sure thing. Pulled down the latest JAR, stopped OH, cleared caches, and restarted the server. Unfortunately polling is still wonky. With the PJ Powered ON, the switch keeps reverting back to OFF with each poll. So I powered it OFF (quick double toggle between ON/OFF), re-enabled DEBUG and found this error happing with each attempt to poll:
19:17:39.625 [DEBUG] [rojector.internal.BenqProjectorDevice] - Query: 'pow=?'
19:17:39.729 [DEBUG] [rojector.internal.BenqProjectorDevice] - Response: 'pow=?*POW=OFF'
19:17:39.732 [DEBUG] [internal.handler.BenqProjectorHandler] - Error executing command 'Power', Invalid respose for command: pow=?
Then powered it back ON, and saw this getting logged repeatedly:
19:22:22.872 [DEBUG] [rojector.internal.BenqProjectorDevice] - Query: 'pow=?'
19:22:22.976 [DEBUG] [rojector.internal.BenqProjectorDevice] - Response: 'pow=?*POW=ON'
19:22:22.978 [DEBUG] [internal.handler.BenqProjectorHandler] - Error executing command 'Power', Invalid respose for command: pow=?
So it seems now its getting the proper response, but unfortunately its maybe not being parsed correctly ATM within the binding…
Then every once in a while it tries to poll the state of other items, and this gets logged:
19:24:48.552 [DEBUG] [rojector.internal.BenqProjectorDevice] - Query: 'pow=?'
19:24:48.657 [DEBUG] [rojector.internal.BenqProjectorDevice] - Response: 'pow=?*POW=ON'
19:24:48.660 [DEBUG] [internal.handler.BenqProjectorHandler] - Error executing command 'Power', Invalid respose for command: pow=?
19:24:48.665 [DEBUG] [rojector.internal.BenqProjectorDevice] - Query: 'sour=?'
19:24:48.769 [DEBUG] [rojector.internal.BenqProjectorDevice] - Response: 'sour=?*SOUR=HDMI2'
19:24:48.772 [DEBUG] [internal.handler.BenqProjectorHandler] - Error executing command 'Source', Invalid respose for command: sour=?
19:24:48.775 [DEBUG] [rojector.internal.BenqProjectorDevice] - Query: 'appmod=?'
19:24:48.878 [DEBUG] [rojector.internal.BenqProjectorDevice] - Response: 'appmod=?*APPMOD=STD'
19:24:48.881 [DEBUG] [internal.handler.BenqProjectorHandler] - Error executing command 'PictureMode', Invalid respose for command: appmod=?
19:24:48.885 [DEBUG] [rojector.internal.BenqProjectorDevice] - Query: 'appmod=?'
19:24:48.988 [DEBUG] [rojector.internal.BenqProjectorDevice] - Response: 'appmod=?*APPMOD=STD'
19:24:48.993 [DEBUG] [internal.handler.BenqProjectorHandler] - Error executing command 'AspectRatio', Invalid respose for command: appmod=?
19:24:48.997 [DEBUG] [rojector.internal.BenqProjectorDevice] - Query: 'freeze=?'
19:24:49.100 [DEBUG] [rojector.internal.BenqProjectorDevice] - Response: 'freeze=?*FREEZE=OFF'
19:24:49.104 [DEBUG] [internal.handler.BenqProjectorHandler] - Error executing command 'Freeze', Invalid respose for command: freeze=?
19:24:49.109 [DEBUG] [rojector.internal.BenqProjectorDevice] - Query: 'blank=?'
19:24:49.212 [DEBUG] [rojector.internal.BenqProjectorDevice] - Response: 'blank=?*BLANK=OFF'
19:24:49.215 [DEBUG] [internal.handler.BenqProjectorHandler] - Error executing command 'Blank', Invalid respose for command: blank=?
Clearly an improvement in the Responses here!
All the best,
.