homebridge-projector-pjlink
v0.0.1
Published
Generic PJLink Projector automation for homebridge.
Downloads
2
Maintainers
Readme
A Homebridge plugin for controlling PJLink-based projectors
This allows controlling projectors which support for the simple PJLink protocol. A configuration example:
"accessories": [
{
"accessory": "PJLinkProjector"
"name": "MyProjector",
"ip": "192.168.0.2",
"poll": true,
"interval": 20
}
]
Fields:
- ip: (required) The (fixed) IP address of your projector. Reserve an IP in your router.
- name: How homekit will identify your projector. Defaults to the projector's self-reported name.
- poll:
true
orfalse
: whether to poll the state of your projector's power, to update Homekit. Defaults tofalse
- interval: a polling interval, in seconds. Defaults to 15s.
Uses the pjlink library.
Based originally on homebridge-epson-projector
.
Steps:
- Connect your projector to your home network.
- Reserve an IP address for your projector.
- Create your config file according to
config-example.json