Version Log

V3.9 Changes:

  • Several fixes for Vera UI5
  • Domain name is now read from Hub Configuration reply.

V3.11 Changes:

  • Added IssueSequenceCommand to start a Button Sequence.
  • Added GetSequences, FindSequenceByName, FindSequenceByID commands.
  • Fix for Hue RGB lights control.
  • Child device attributes now set at device creation, not after and at each startup. Requires latest development branch for openLuup (2019.09.14 or later).
  • Fix when saving Device Settings.

V3.12 Changes:

  • Fix for http request list_device_commands. Thanks @cw-kid
1 Like

V3.14 Changes:

  • Updates for Vera firmware 7.30 icon and dashboard display changes

V3.15 Changes:

  • Improvement in polling routines
  • Code cleanup

V3.16 Changes:

  • Avoid possible busy deadlock if messages from Harmony are missed.
  • Surpressing confusing log message on UpdateConfig on devices that are Hue lights.
  • Added missing issue_sequence_command to http handler.

V3.17 Changes:

  • Handle RemoteID change when a Hub is replaced.
1 Like

V3.18 Changes:

  • Fix for UI5. No longer calling luup.device_message, but back to old task message.

V4.0 Changes:

  • Added Child devices for activities that can hold all command for the Activity as well as its sequences.
  • Added list_activity_commands (for http handler)
  • SendDeviceCommand can now handle Device and Activity child devices, and Sequences (only by Name) for Activity child devices. Required for GUI handling.
  • Improved variable and log module.
  • Eliminated some sleep statements.
3 Likes

Published as one release.

V4.2 Changes:

  • Added get_automation_config (for http handler)

V4.1 Changes:

  • Improved reconnect handling.
  • Use of cjson if available (aprox 10x faster) than dkjson. Dropped own json version.
  • Support for compact device configuration
1 Like

V4.4 changes:

  • Added SetSleepTimer and CancelSleepTimer commands
  • Fix for openLuup if cjson package is not installed. (installation is recomended for speed)