Open joelkarr53 opened 6 months ago
Hello [joelkarr53],
I've recently worked on the same Epson 982W model and other Epson projectors. I was unable to get the HTTP requests from Companion to work using the EpsonPJ module, so I decided to use the PJLINK protocol, which is natively supported by Epson and works very well. Here’s what I found:
KEY
parameter. For example, the Power Off command might include a parameter like KEY=6C
in the HTTP request._
parameter that appears to be a timestamp, likely used to prevent caching of requests.Prerequisites:
Ensure that PJLINK is activated on the Epson 982W. You can do this through the projector’s network settings, and make sure it's configured without a password or with a blank password.
Activate the "Network Standby" option so that the network interface remains active even when the projector is turned off.
Make sure you’re using port 4352 for PJLINK communications, as this is the standard port.
Solutions:
Option 1: Use Companion with the TCP Generic Module
CR - \r (1970's RS232 terminal)
line-ending setting, the commands (%1POWR 1
for power on, %1POWR 0
for power off) were accepted and worked correctly.Option 2: Simplify with Command Sender in Stream Deck
%1POWR 1\r
for power on, %1POWR 0\r
for power off).Option 3: Test Commands with Hercules
PJLINK 0
response), we were able to send POWR 1
and POWR 0
commands by simply adding <cr>
(carriage return) at the end of each command (%1POWR 1<cr>
for power on and %1POWR 0<cr>
for power off).We hope this information will be helpful for controlling your Epson 982W. Feel free to reach out if you need further assistance.
Have you tried the native PJLink module in Companion?
Hello,
Yes, controlling the projector via the PJLink module in Companion works very well. We have successfully tested this method on an Epson 982W model, and it reliably handles power on, power off, and other PJLink commands.
We hope this information will be helpful to joelkarr53 and assist him in resolving his issue.
Thank you for your support.
The name of the device, hardware, or software you would like to control:
What you would like to be able to make it do from Companion:
Direct links or attachments to the ethernet control protocol or API:
Epson projector module does not power on/off Epson 982W
Thanks