-
Notifications
You must be signed in to change notification settings - Fork 20
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
LS500 not picking up color mode or setting source #15
Comments
Maybe you can sniff what iProjection app is doing to set source? |
So the meaty bit from a PCAP is the following. The Basic Auth seems to just decode to EPSONMOBILE: GET /cgi-bin/directsend?SOURCE=30&_=1645997771275 HTTP/1.1 The SOURCE codes in my case are 30, A0, C0, 53 The CMODE stuff looks like this GET /cgi-bin/directsend?CMODE=06&_=1645997878991 HTTP/1.1 The CMODEs I have are 06, 0C, 0D, 15 I can provide the full pcap if you'd like. |
Do you somehow enabled authorization in your projector? |
No auth set! Remote and PJLink password is blank and "Security" is set to "no" I tried to replicate this on my PC and the Windows apps are all doing TCP 3529 socket stuff, and don't let me set CMODE anyway. Curiously the LS500 manual says Default user name is EPSONREMOTE and default password is guest ... not that I've observed this. |
Next week I will try to find some time and check if my projector would work with authentication, then we might try to make PR with authorization header for everybody and wait for users to test. |
My LS500 doesn't seem to show all the available features, namely color mode. It's correctly able to turn it off/on, manipulate the volume and it's able to "get" source but not able to "set" source.
Color Mode is changeable in the iProjection app, and openHAB is also playing ball with it so I don't think it's a particularly funky control on my end.
I'm just using what's in core on HassOS so uh, if you think it should go in that issues register happy to copy it over.
The text was updated successfully, but these errors were encountered: