-
Notifications
You must be signed in to change notification settings - Fork 21
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
Library does not work with Epson LS11000 (and probably LS12000) #16
Comments
Hi,
Did you turn on projector to check for open ports? |
FWIW, I have a working fork/rewrite using only TCP, port 3629, and IMEVENT-based push instead of polling, as suggested in #13, at mag1024/epson-projector-modern-homeassistant -- but it only supports a very limited set of functionality for now: power and input selection. |
Nice, I think best way would be to add functionality of yours system to my library and you'd need to maintain custom component for now (and maybe add later to Core HA) |
I confirm I have the same issue with Epson LS12000b. |
Maybe there is Energy Saving on? |
Yes, I have found an option which seems to disable network connection when off but not in Energy saving options. Anyway, as there is no service listening on tcp/80, this integration won't work. I will test @mag1024's fork soon. |
@mag1024 what is the status of your fork? Do you need testers? |
@DazWorrall I use it on a daily basis since my last comment. It works perfectly and has all the (basic) functions I need 👍 |
It's working well for me too! Thanks. |
I wrote a TCP serial home assistant integration on HACS for my Epson Home Cinema that some people may find useful https://github.com/amosyuen/ha-epson-projector-link. |
Hi @amosyuen, I was expecting to be able to switch lens and picture memory as some yaml files on the repo suggest it is possible but the *_memory services are not available. Furthermore, I would need to know what signal the projector gets to automatically switch picture memory bank (between HDR and SDR) and it does not seem available either. (By the way, this function should be directly integrated in the firmware, Epson, if you read this 😸 ) |
It seems that Epson chose to disable the HTTP interface on their newer models, and so the default HA integration doesn't work at all. I hacked it to use the TCP mode and that somewhat works, but there are a few other weird things going on, that I don't fully understand. Like why does the serial fetch happen on a different port than the rest of the TCP connection? My projector does not have it open:
It seems to respond fine on the regular port (3629) to the SNO command, even when power is off -- so that check seems unnecessary as well.
The text was updated successfully, but these errors were encountered: