Skip to content

Releases: akbooer/openLuup

Version 0, Release 8.0

21 May 16:34
Compare
Choose a tag to compare

This should be the last version that you have to update manually.

  • auto-update of openLuup, AltUI, VeraBridge from the Plugins page
  • plugins (AltUI, openLuup itself) loaded from GitHub
  • better handling of device / scene / job status
  • better compatibility with Windows on PC
  • improved AltUI compatibility
  • HTTP port 3480 server improvements
  • VeraBridge: Include, Exclude, ZWaveOnly filtering, Mirroring, HouseMode...
  • updated utilities
  • numerous bug fixes

Thanks to @amg0, @logread, @explorer, @CudaNet, @vosmont and others.

Version 0, Release 7.0

05 Mar 15:38
Compare
Choose a tag to compare

Special thanks to @amg0 for changes to AltUI to support icon access through port 3480 .
Requires build 1233 or later of AltUI.

  • icons served through port 3480: works remotely (using, eg. weaved.com)
  • WSAPI for CGIs - Lua modules can be used as CGIs
  • index.html for redirects - http://openLuupIP:3480/ redirects to AltUI
  • /cmh-lu/ directory - alternative directory for .xml, .json, and .lua files, etc.
  • sundry other bug fixes and improvements

Note that the /www/cmh/skins/default/... directory tree is no longer used, since all icons are served over port 3480 from the /etc/cmh-ludl/icons/ directory. In fact, there should now be no access through HTTP port 80 at all.

Note also that the documentation has been updated to reflected changes required in installation (less to do now, no port 80 server setup) and more detail on other aspects.

Version 0, Release 6.0

17 Nov 18:09
Compare
Choose a tag to compare
Pre-release
  • improved integration with the ALTUI interface
  • uses the LuaFileSystem (lfs) module to enhance portability
  • device attributes better preserved over reloads
  • lul_device global in plugins
  • nil device and variable parameters supported in luup.variable_watch
  • nil device parameter supported in luup.variable_set/get
  • VeraBridge plugin now clones remote scenes
  • considerable internal refactoring to support future enhancements