homebridge-television-universal-control
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Homebridge Television Universal Control

Build Status npm version

This Homebridge plugin enables control of one or more compatible devices using one combined "Television" (or alternative category) in HomeKit.

Setup

If you run into permission errors during the install, run sudo npm i -g homebridge-television-universal-control --unsafe-perm

Configuration

It is recommended that you use Homebridge Config UI X for GUI configuration. You can also view the configuration schema.

First, set the name of your television group. Then, define your devices. For each physical device you want to control in the group, add a configuration under the relevant protocol. See the protocols section below.

Now, you will want to define the commands to run for setting power, speaker (volume/mute), and remoteKeys. Each individual command endpoint will take an array of command objects to run for each supported protocol. Each command object must contain the name of the interface you want to use and the command to send to that interface.

Finally, you can define your inputs. Each input will allow you to specify commands in a similar format as the other command endpoints. You can also specify any query responses expected from supported protocols. The first input defined will be what the TV initializes to if the state can't be determined by querying a supported protocol.

Protocols

The plugin supports multiple protocols, and may have more added in the future. Pull requests are welcome!

Serial

Each serial device must have a unique name. The name will be used when describing the commands to run for each endpoint. You can specify options for how to initiate the connection. Since serial is bidirectional, you can also specify options on how to get information from this device, such as power, mute, or input status.

LIRC

Each LIRC device must have a unique name. The name will be used when describing the commands to run for each endpoint. You must set up and run LIRC on a host with an IR transmitter. You can specify the host, remote name, and delay to use in the configuration.

Package Sidebar

Install

npm i homebridge-television-universal-control

Weekly Downloads

15

Version

1.2.0

License

Apache-2.0

Unpacked Size

158 kB

Total Files

31

Last publish

Collaborators

  • pkmnct