GithubHelp home page GithubHelp logo

homebridge-sharptv-rs232's Introduction

homebridge-sharptv-rs232

Introduction

This is a Homebridge plugin to control your Sharp TV via the rs232 port. This plugin can turn the TV on/off, change between HDMI inputs 1-5, and toggle game mode. This plugin has only been tested with a Sharp LC-70UH30U. Game mode toggles between "game" and "movie THX" picture modes, which is only supported by a few Sharp TV models. Change the "AVMD17" command in the code to your desired picture mode if you want game mode to work with Sharp TVs that don't support "movie THX" mode.

Example Configuration

{
    "bridge": {
        "name": "Homebridge",
        "username": "XX:XX:XX:XX:XX:XX",
        "port": 51826,
        "pin": "YYY-YY-YYY"
    },

    "description": "This is an example configuration file for homebridge-sharptv-rs232",

    "accessories": [
        {
            "accessory": "SharpTVRS232",
            "name": "Sharp TV",
            "path": "/dev/ttyUSB0",
            "timeout": 1000
        }
    ],

    "platforms": [
    ]
}

Accessory Configuration Keys

key description example default
name A descriptor for the accessory that will show in HomeKit apps. "TV" "Sharp TV"
manufacturer A descriptor for the accessory manufacturer that will show in HomeKit apps. "Sharp" "Sharp"
model A descriptor for the accessory model that will show in HomeKit apps. "LC-70UH30U" "Model not available"
serial A descriptor for the accessory serial number that will show in HomeKit apps. "99327435" "Non-defined serial"
path (required) The path for your serial port. "/dev/ttyUSB0"
timeout Amount of time to wait in between commands. 1000 1000

homebridge-sharptv-rs232's People

Contributors

samwelnella avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

joaodforce

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.