homebridge-telefunken
v1.1.7
Published
Telefunken TV Homebridge Plugin
Maintainers
Readme
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 homebridgeInstall homebridge-telefunken:
sudo npm install -g homebridge-telefunkenConfiguration
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