=================
LG WebOS SmartTV-Adapter für ioBroker
Fernsteuerung eines LG WebOS SmartTV (Modelle ab 2011 bis einschließlich WebOS) über ioBroker .
Verwendung:
1.) Installieren Sie den Adapter über die ioBroker-Admin-Oberfläche.
2.) Geben Sie in der Adapterkonfiguration die IP-Adresse Ihres LG WebOS-Fernsehers ein.
3.) Schalten Sie den Adapter ein.
4.) Öffnen Sie die Adapterkonfiguration und klicken Sie auf „Kopplungsschlüssel anfordern“.
5.) Geben Sie den auf Ihrem Fernsehbildschirm angezeigten Kopplungsschlüssel in die Adapterkonfiguration ein.
6.) Starten Sie den Adapter neu.
Einige Beispiele:
setState('lgtv.0.turnOff', true);
Den Fernseher ausschalten.
setState('lgtv.0.back', true);
Geht zurück.
setState('lgtv.0.mute', true);
Schalten Sie den Fernseher stumm.
setState('lgtv.0.mute', false);
Schalten Sie den Fernseher stumm.
setState('lgtv.0.volumeUp', true);
Dadurch wird die Lautstärke des Fernsehers erhöht.
setState('lgtv.0.volumeDown', true);
Die Lautstärke des Fernsehers verringern.
setState('lgtv.0.channelUp', true);
Erweiterung des aktuellen Fernsehkanals.
setState('lgtv.0.channelDown', true);
Reduzierung der Anzahl der aktuellen Fernsehkanäle.
setState('lgtv.0.3Dmode', true);
Aktiviert den 3D-Modus am Fernseher
setState('lgtv.0.3Dmode', false);
Deaktiviert den 3D-Modus am Fernseher.
setState('lgtv.0.input', true);
Öffne die Eingabeliste, zu der du wechseln möchtest.
Changelog
1.0.5 (2019-01-21)
- (SebastianSchultz) Added compact mode
1.0.4 (2018-05-08)
- (SebastianSchultz) Added "back" command/state
1.0.3 (2018-04-27)
- (SebastianSchultz) Fixed a bug in Admin interface that no pairing key could be requested
1.0.2 (2018-04-18)
- (SebastianSchultz) Renamed from ioBroker.lgtv2011 to ioBroker.lgtv11
1.0.1 (2018-04-17)
- (SebastianSchultz) Code clean up
1.0.0 (2018-04-15)
- (SebastianSchultz) Initial Release
License
The MIT License (MIT)
Copyright (c) 2019 Sebastian Schultz.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.