antoninguyot / homebridge-livebox-tv

Control your Livebox TV from HomeKit
Apache License 2.0
1 stars 0 forks source link

Homebridge Livebox TV

Control your Livebox TV from Homekit, turning it into a smart TV.

Features

This plugin currently support the following features :

If your TV supports HDMI-CEC, don't forget to turn it on in the Livebox settings so that turning on your Livebox will also turn on your TV.

Configuration

Add the following accessory to your accessories array :

{
  "platforms": [
    {
      "platform": "Livebox",
      "ip": "192.168.1.12"
    }
  ]
}

Or use the Homebridge Config UI.

Note The plugin now exposes all TVs as external accessories, to overcome a limitation of HomeKit. You'll have to manually add the accessory in the home app with the pairing code found in the Homebridge logs.

Known issues