Skip to content

Releases: MaxvandeLaar/homey-webos-plus

v3.1.2

04 Apr 10:46
Compare
Choose a tag to compare

Fixed a bug within the improved button simulation

v3.1.1

04 Apr 10:45
Compare
Choose a tag to compare

Fixed button simulation issues in case they happen soon after each other.

v3.0.1

17 Mar 13:08
Compare
Choose a tag to compare

Migrated secure web socket as this is required by new TVs. Should work for older ones as well, if not let me know.

v3.0.0

17 Mar 13:05
Compare
Choose a tag to compare

Migrated to SDK3
Fixed media and volume issues

v2.2.1

19 May 15:19
Compare
Choose a tag to compare
  • Fixed a bug showing the TV as off while it is actually on

V2.2.0

11 May 15:58
Compare
Choose a tag to compare

Added polling mechanism as alternative to api method for on/off state checking

v2.1.0

20 Apr 18:39
Compare
Choose a tag to compare
  • Added flow triggers for mute/unmute events
  • Improved on/off check

v2.0.0

06 Apr 15:58
Compare
Choose a tag to compare

Version 2.0.0 released!

  • Total rewrite off the app code
  • Changed the way on/off is detected which results in much faster detection

PS: Removed remote logging on/off state as it is no longer needed.

v2.0.0-rc8

03 Apr 15:25
Compare
Choose a tag to compare
v2.0.0-rc8 Pre-release
Pre-release
  • Added improved on/off check based on received logging
  • Removed a dependency to reduce memory usage
  • Added check to image resizing to prevent crash when sending toast message with unreadable mime type

v2.0.0-rc7

02 Apr 15:29
Compare
Choose a tag to compare
v2.0.0-rc7 Pre-release
Pre-release
  • Toast message action cards now give error messages
  • Images send in Toast messages are resized to 200px
  • Added remote logging for debugging on/off states

Remote logging only sends logging when the tv is turned on or off with the following data:

{
  http: {
    clientHost: YOUR PUBLIC IP ADDRESS SO I KNOW WHO'S LOGLINE IT IS
    contentType: application/json
  },
  json: {
    status: THE STATE OF THE LAST MESSAGE FROM THE TV
    processing: LAST PROCESS STATE OF THE LAST MESSAGE FROM THE TV
    tvSetTo: true|false IF THE TV TURNED ON|OFF IN THE APP
  }
}

The data is sent to https://www.loggly.com/ where I can view it. No other information is logged and no other event in the app is sent to the remote. This is purely for me to find all the different possible states so I can create a super reliable powerListener.