Releases: ppieczul/org.openhab.binding.loxone
Bug fix release
Fixed setting all lights scene by passing a number parameter.
Feature release
Added support for Loxone radio buttons
Bug-fix release
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
Fixed a defect which prevented running on Miniservers, which used controls that had no state (e.g. webpage, application, updowndigital, leftrightdigital).
Feature release
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
Added support for Light Controller
Check wiki for installation and configuration instructions.
Feature release
Added support for Pushbutton controls.
Added support for Rollershutter moving to a given position (percentage).
Prepared code for upstreaming to openhab.
Feature release
New in this release
- Support for analog virtual inputs (InfoOnlyAnalog)
- Support for digital virtual inputs (InfoOnlyDigital)
Feature release
New in this release:
- Rollershutter support added
- Fixed error in processing controls without categories or rooms assigned
Initial release based on initial commit
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.