1.1.7 • Published 6 years ago

homebridge-telefunken v1.1.7

Weekly downloads
8
License
ISC
Repository
github
Last release
6 years ago

TELEFUNKEN Homebridge Plugin

homebridge-telefunken is a basic homebridge plugin for Telefunken TV's, the API for the TV's themselves is very bare and is quite limiting in terms of readable information so this is very basic in terms of functionality.

Features

  • On/Off Functionality (TV's network connection and USB ports stay active but is still in standby)
  • WIP: Volume Up/Down, no way to set a value or read the current volume (Can only increase/decrease)

Installation

If you are new to Homebridge, please first read the Homebridge documentation. If you are running on a Raspberry PI, you will find a tutorial in the homebridge-punt Wiki.

Install homebridge:

sudo npm install -g homebridge

Install homebridge-telefunken:

sudo npm install -g homebridge-telefunken

Configuration

Add the accessory in config.json in your home directory inside .homebridge.

{
  "accessories": [
    {
      "accessory": "telefunken",
      "name": "TV",
      "ip": "192.168.1.103",
    }
  ]  
}

Contributing

Feel free to contribute to this repo if you figure out any more features that could be added, currently I have mapped the following key codes:

1016 = Volume Up
1017 = Volume Down
1012 = Standby
1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago