Skip to content

Releases: ppieczul/org.openhab.binding.loxone

Bug fix release

09 Jun 23:19
Compare
Choose a tag to compare

Fixed setting all lights scene by passing a number parameter.

Feature release

07 Jun 22:06
Compare
Choose a tag to compare

Added support for Loxone radio buttons

Bug-fix release

05 Jun 23:02
Compare
Choose a tag to compare

Added room name to channel labels and description.
Unified channel type names to use several common types.
Fixed issue with websocket error when connection is not yet established.

Bug-fix release

29 May 20:13
Compare
Choose a tag to compare

Fixed a defect which prevented running on Miniservers, which used controls that had no state (e.g. webpage, application, updowndigital, leftrightdigital).

Feature release

23 May 16:46
Compare
Choose a tag to compare

Added support for user-configured websocket maximum text and binary message sizes.
Added extra information when binding goes offline due to communication reason.

Check wiki for installation and configuration instructions.

Feature release

21 May 23:49
Compare
Choose a tag to compare

Added support for Light Controller

Check wiki for installation and configuration instructions.

Feature release

17 May 20:26
Compare
Choose a tag to compare

Added support for Pushbutton controls.
Added support for Rollershutter moving to a given position (percentage).
Prepared code for upstreaming to openhab.

Feature release

14 May 19:58
Compare
Choose a tag to compare

New in this release

  • Support for analog virtual inputs (InfoOnlyAnalog)
  • Support for digital virtual inputs (InfoOnlyDigital)

Feature release

13 May 21:48
Compare
Choose a tag to compare

New in this release:

  • Rollershutter support added
  • Fixed error in processing controls without categories or rooms assigned

Initial release based on initial commit

11 May 23:19
Compare
Choose a tag to compare

Installation instruction

  • Copy org.openhab.binding.loxone-2.1.0-SNAPSHOT.jar to OpenHAB addons directory, on Linux this is /usr/share/openhab2/addons
  • Restart openhab service: sudo service openhab2 restart
  • See log file for missing dependencies: cat /var/log/openhab2/openhab.log
  • If needed, find and add missing jar libraries to OpenHAB addons directory. I checked installation on Ubuntu 16.04.2 LTS with OpenHAB 2.1.0 from apt repo and the only missing jar was the one attached to this release (org.eclipse.smarthome.io.transport.upnp...jar).
  • I plan to write user manual soon...

PS. Please excuse no correct version number.