PJLink


The pjlink platform allows you to control from Home Assistant, projectors with support for the PJLink protocol.

Configuration

To add a PJLink projector to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
media_player:
  - platform: pjlink
    host: 192.168.1.2

Configuration Variables

host string Required

IP address or hostname of the device. Example:192.168.1.2.

port integer (Optional, default: 4352)

port on which the PJLink service runs on the device.

name string (Optional)

Name of the device.

Default:

name of the device as returned by PJLink.

encoding string (Optional, default: utf-8)

Character encoding to use to communicate with the device.

password string (Optional)

Password to authenticate with the projector.