You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this errors and after a while the adapter will be diabled
PJLink error in method: [pjlinkAnswerHandler (command: GETPOWERSTATE)] error: Connection timeout, stack: Error: Connection timeout at Function.Response.getError (/opt/iobroker/node_modules/iobroker.pjlink/lib/response.js:38:9) at Response.getError (/opt/iobroker/node_modules/iobroker.pjlink/lib/response.js:33:18) at Command.PowerCommand.Command.handleResponse (/opt/iobroker/node_modules/iobroker.pjlink/lib/command.js:31:16) at PJLink._handleResponse (/opt/iobroker/node_modules/iobroker.pjlink/lib/pjlink.js:290:14) at PJLink._onError (/opt/iobroker/node_modules/iobroker.pjlink/lib/pjlink.js:215:7) at PJLink._onTimeout (/opt/iobroker/node_modules/iobroker.pjlink/lib/pjlink.js:248:18) at Socket.emit (node:events:513:28) at Socket._onTimeout (node:net:550:8) at listOnTimeout (node:internal/timers:559:17) at processTimers (node:internal/timers:502:7)
The text was updated successfully, but these errors were encountered:
Hi Kev0123,
is your Projektor IP and the password correct ?
This error means, that your projector does not answer the connection request.
In pjlink the only way to establish a connection ist to request e.g. the power state.
Jeah this is true as the beamer is not on 24/7. Is there a way to handle this?
The problem is, the adapter will get killed and after the beamer is on the control wont work
I get this errors and after a while the adapter will be diabled
PJLink error in method: [pjlinkAnswerHandler (command: GETPOWERSTATE)] error: Connection timeout, stack: Error: Connection timeout at Function.Response.getError (/opt/iobroker/node_modules/iobroker.pjlink/lib/response.js:38:9) at Response.getError (/opt/iobroker/node_modules/iobroker.pjlink/lib/response.js:33:18) at Command.PowerCommand.Command.handleResponse (/opt/iobroker/node_modules/iobroker.pjlink/lib/command.js:31:16) at PJLink._handleResponse (/opt/iobroker/node_modules/iobroker.pjlink/lib/pjlink.js:290:14) at PJLink._onError (/opt/iobroker/node_modules/iobroker.pjlink/lib/pjlink.js:215:7) at PJLink._onTimeout (/opt/iobroker/node_modules/iobroker.pjlink/lib/pjlink.js:248:18) at Socket.emit (node:events:513:28) at Socket._onTimeout (node:net:550:8) at listOnTimeout (node:internal/timers:559:17) at processTimers (node:internal/timers:502:7)
The text was updated successfully, but these errors were encountered: