iobroker.lgtv11

ioBroker LG 11 SmartTV Adapter

Usage no npm install needed!

<script type="module">
  import iobrokerLgtv11 from 'https://cdn.skypack.dev/iobroker.lgtv11';
</script>

README

Logo

ioBroker.lgtv11

=================

NPM version Downloads

NPM

Tests: Linux/Mac: Travis-CI Windows: AppVeyor

LG WebOS SmartTV adapter for ioBroker

Remote controlling an LG WebOS SmartTV (2011 models up to WebOS) from ioBroker.


Usage:

1.) Install the adapter through ioBroker admin interface.

2.) In the adapter config input the ip adress of your LG WebOS TV.

3.) Start the adapter

4.) Open the adapter config an click on "request pairing key"

5.) Insert the pairing key shown on your TV screen in the adapter config

6.) Restart the adapter.

Some examples:

setState('lgtv.0.turnOff', true);

Switching off the TV.

setState('lgtv.0.back', true);

Goes back.

setState('lgtv.0.mute', true);

Mute the TV.

setState('lgtv.0.mute', false);

Unmute the TV.

setState('lgtv.0.volumeUp', true);

This will increase the volume of the TV.

setState('lgtv.0.volumeDown', true);

Decreasing the volume of the TV.

setState('lgtv.0.channelUp', true);

Increasing the current TV channel.

setState('lgtv.0.channelDown', true);

Decreasing the current TV channel.

setState('lgtv.0.3Dmode', true);

Activates the 3D mode on the TV

setState('lgtv.0.3Dmode', false);

Deactivates the 3D mode on the TV.

setState('lgtv.0.input', true);

Open the input list to switch to.


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.