2019-04-03 10:16:08 -07:00

1.4 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
page PJLink Instructions on how to integrate PJLink enabled projectors into Home Assistant. 2018-06-21 08:00 true false true true pjlink.png Media Player 0.76 Local Polling
/components/media_player.pjlink/

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

{% linkable_title 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 %} host: description: IP address or hostname of the device. Example:192.168.1.2. required: true type: string port: description: port on which the PJLink service runs on the device. required: false type: integer default: 4352 name: description: Name of the device. required: false type: string default: name of the device as returned by PJLink. encoding: description: Character encoding to use to communicate with the device. required: false type: string default: utf-8 password: description: Password to authenticate with the projector. required: false type: string {% endconfiguration %}