1.0.2 • Published 4 years ago

homebridge-mythtv v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

MythTV Plugin for Homebridge

Use the status of your Myth Frontend as a sensor in Hombridge. Use to enable lighting while watching a video and then resume normal lighting when stopped.

The plugin uses the MythTV API - API documentation

Installation

Requires Homebridge, see the project documetation for more information.

npm install -g homebridge-mythtv

Configuration

The plugin supports the following config:

RequiredVariableDescription
YesaccessoryMust be MythTV
YesnameDescription of the frontend.
YesfrontendThe IP Address of your frontend, will default to localhost if excluded
OptionalportThe port that your frontend API is listening on, defaults to 6547 - Unless you changed the port you shouldn't need it.

Config example:

{
   "accessories":[
      {
        "accessory": "MythTV",
        "name": "Theatre",
        "frontend": "192.168.1.1"
      }
   ]
}
1.0.2

4 years ago

1.0.1

6 years ago

1.0.0

6 years ago