PJLink


The pjlink integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] 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.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

# 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.