1.0.7 • Published 6 years ago
homebridge-optoma-projector-telnet v1.0.7
Homebridge Optoma Projector Telnet
A plugin for Homebridge, to control Optoma Projectors via Telnet.
Installation and configuration
Install the plugin:
sudo npm install -g --unsafe-perm homebridge-optoma-projector-telnetAdd your projector in your Hombridge config.js:
"accessories": [
{
"accessory": "OptomaProjectorTelnet",
"name": "My Projector",
"address": "10.0.0.90"
}
]Settings
accessory- has to beOptomaProjectorTelnetname- the accessories nameaddress- IP address of the projectorport(optional) - Telnet port of the projector (default value:23)projectorId(optional) - The ID of the projector (default value:1)model(optional) - The projectors model (default value:unkown)serialNumber(optional) - The projectors serial number (default value:unknown)