1.0.1 • Published 1 year ago

homebridge-philipstv-saphitvos v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Homebridge Philips SaphiTV

This is made to manage a Philips TV whick use SaphiOS. This plugin is inspired by other great package: Homebrige Philips androidTv

I have create mine cause other plugin doesn't work for my model: Philips 43PUS6703.

With this package we actually can manage On/Off status and Sources HDMI.

Installation

  • Install homebridge using: npm install -g homebridge
  • Install this plugin using: npm install -g homebridge-philipstv-saphitvos
  • Update your configuration.

Prefer use homebridgeUI to configure plugin.

Json Configuration

Here is a basic configuration for a philipsTV using SaphiOS

{
    "tvs": [
        {
            "uniqueId": "PhilipsTVSaphiOSPlatform_TV",
            "ip": "192.168.0.123",
            "mac": "FF:FB:DD:FF:CC:00",
            "name": "TV",
            "sources": true,
            "hdmi1": "CustomHDMI1",
            "hdmi2": "HDMI2",
            "hdmi3": "HDMI3"
        }
    ],
    "platform": "PhilipsTVSaphiOS"
}
uniqueId__
PhilipsTVSaphiOSPlatform_XXXYou have to define a unique value if you use to do the configuration manualy.
IP__
192.168.0.123Manage IP by displayed it onto your TV in Network Configuration
MAC__
FF:FB:DD:FF:CC:00Manage MAC Adress by displayed it onto your TV in Network Configuration
Sources__
trueDisplay a drop down to change source of the TV
falseuse this if you only want manage On/Off status
HDMI__
hdmi1You can rename the input or let it set to HDMI1 by default
hdmi2You can rename the input or let it set to HDMI2 by default
hdmi3You can rename the input or let it set to HDMI3 by default
1.0.1

1 year ago

1.0.0

1 year ago