Skip to content

Releases: sprehn/openhab-addons

lgwebos-2.5.11-202011192133

19 Nov 20:33
Compare
Choose a tag to compare
Pre-release

Fix Volume Subscription on newer LGWebOS TVs.

Fix mastervolume_ext_speaker_lg_optical volume subscription

28 Mar 07:08
Compare
Choose a tag to compare

Also subscribe to "mastervolume_ext_speaker_lg_optical" volume change events.

lgwebos-2.5.2-snapshot-202003022231

02 Mar 21:32
Compare
Choose a tag to compare
Pre-release

Added Wake On Lan functionality for Power Channel
Added improved Shut Down Detection

lgwebos-2.5.0-snapshot-201909232353

23 Sep 21:57
Compare
Choose a tag to compare
Pre-release

Second community version for beta testing.

lgwebos-2.5.0-snapshot-201908262331

26 Aug 21:41
Compare
Choose a tag to compare
Pre-release

First candidate for community beta testing.
This rewrite of the binding removes connectsdk library completely and with that a lot of abstraction layers.
Now this binding will natively communicate with the device and use openHABs on-board means to do UPNP discovery, JSON parsing, websocket communication etc..

Release Notes:
Removing the ability to set the local ip. UPNP discovery will rely on OHs on-board UPNP discovery. IP can be set in system settings.
TV's IP address becomes a thing configuration parameter called "host". If UPNP discovery does not work due to networking restrictions, or the user simply does not want to use it, this binding should still work.
Detecting whether device is Online or Offline is now independent from UPNP discovery and based on connectivity to the TV.
No more lgwebos files under userdata in the file system to store device information. The binding is now using openHAB’s thing registry to store all information.

lgwebos-2.4.0-snapshot-201810302216

30 Oct 21:19
Compare
Choose a tag to compare
Pre-release

Bug fix release for community to test if flapping ONLINE : OFFLINE issue is resolved.

lgwebos-2.2.0-snapshot-201711261856

26 Nov 17:59
Compare
Choose a tag to compare
Pre-release

Completely removed Action support. This will be implemented later in a separate bundle.
Removed localIp Config parameter. Using NetworkAddressService to find primary interface instead.

NOTE: this version breaks compatibility with OH 2.1.0. You have to run at least 2.2.0 snapshot.

LGwebOS Binding 2.2.0 snapshot 201711132148 KeyControl Feature

13 Nov 20:58
Compare
Choose a tag to compare

This is a beta release based on RC3, which adds key control to the LGWebOSAction.
These are:

  • sendText(String deviceId, String text) // these already existed
  • sendEnter(String deviceId) // these already existed
  • sendDelete(String deviceId) // these already existed
  • sendHome(String deviceId) // new
  • sendOK(String deviceId) // new
  • sendBack(String deviceId) // new
  • sendLeft(String deviceId) // new
  • sendRight(String deviceId) // new
  • sendUp(String deviceId) // new
  • sendDown(String deviceId) // new

LGwebOS Binding 2.2.0 snapshot 201711082350 (RC3)

08 Nov 22:52
Compare
Choose a tag to compare

Changed channel type from string to number.
Merged channel up and down into channel.
Internal changes as per code review process.

LGwebOS Binding 2.2.0 snapshot 201710062057 (RC2)

06 Oct 19:18
Compare
Choose a tag to compare

Currently in code review to integrate this binding into the official project. Many changes under the hood.
Notable changes:

  • The binding is now called lgwebos binding. This will make it easier to find the binding. Users will not care how this is implemented under the hood.

  • A couple of channels were removed or consolidated. The volume channel now works as a Dimmer and accepts Percent Type, Inc/Dec Type, On/Off Type.

  • Binding will connect the device immediately once added from the inbox. No need anymore to first connect a channel.

Documentation:
https://github.com/sprehn/openhab2-addons/blob/master/addons/binding/org.openhab.binding.lgwebos/README.md