Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Release Notes 11

teichsta edited this page Nov 20, 2013 · 1 revision

Release Notes of openHAB version 1.1

openHAB Release 1.1

Version 1.1 includes many new features, improvements and bug fixes.

Here is a detailed list of what this release brings on top of the previous openHAB 1.0:

New & Noteworthy

Version 1.1.0

Major features:

Enhancements:

  • Issue 62: Support streaming mode in the REST API for item/widget status changes
  • Issue 116: Modify minimumSince, maximumSince, historicValue to return full state with timestamp, not just the value
  • Issue 150: URLs auf the !HttpOutBinding can now be enhanced using the String.format() Syntax. See the Binding documentation for detailed information
  • added retry capability to onewire binding
  • added rrd charting possibilities for Dimmers, Rollershutters, Switches and Contacts
  • added support for KNX DPT 5.004
  • added SUM !GroupFunction
  • enhanced onewire binding (issue 98 comment 3) to make the temperature scale configurable
  • upgraded REST API to use Atmosphere 1.0.4
  • audio action now also supports Shoutcast streams and pls files
  • changed demo setup from Google Weather API to Yahoo Weather as support for former is discontinued
  • upgraded build to Tycho 0.16.0

Bugfixes:

  • Issue 40: TTS doesn't work on Linux
  • Issue 101: Blocked !WorkThread on !RasPi: Timeout occurred
  • Issue 102: historicState always returns the most recent value for DB4O persistence
  • Issue 110: asterisk binding call item seems to provide wrong values
  • Issue 113: too many open files
  • Issue 121: Only the Time-bases rules from the last modified rule-file are executed
  • Issue 127: contradictory message: You are running a potentially unstable version...
  • Issue 139: NTP Binding allows only one entry
  • Issue 143: XMPP:answer may not be longer than 2000 chars
  • fixed a bug when executing a commandline on macros - sometimes the String[] signature of exec is to be used - Use '@@' as delimiter in those cases
  • fixed the count() methods of AND and OR !GroupFunctions so that getStateAs() instead of getState() is incorporated - so dimmers which are in a Group of type Switch are counted correctly as well
  • type hierarchy of accepted data types is now being considered
  • fixed NPE in Mail-Action when mail:tls parameter is not set properly
  • fix which allows square-brackets in HttpBindingConfigs again (e.g. for XPATH transformations)
  • fixed potential race condition in KNX binding
  • fixed bug with KNX read flag on other GAs than the first one

Updating the openHAB runtime 1.0 to 1.1

If you have a running openHAB runtime 1.0 installation, you can easily update it to version 1.1 by following these steps:

  1. Unzip the runtime 1.1 and all required addons to a new installation folder
  2. Replace the folders "configurations" and "etc" by the version from your 1.0 installation
  3. Copy all other customizations you might have done to the new installation (e.g. additional images, sounds, etc.)

Installation


User Interfaces


Community

(link to openHAB forum)

Development



Misc


Samples

A good source of inspiration and tips from users gathered over the years. Be aware that things may have changed since they were written and some examples might not work correctly.

Please update the wiki if you do come across any out of date information.

Use case examples

Collections of Rules on a single page

Single Rules

Scripts


Release Notes

Clone this wiki locally