forked from openhab/openhab1-addons
-
Notifications
You must be signed in to change notification settings - Fork 4
Release Notes 11
teichsta edited this page Nov 20, 2013
·
1 revision
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:
Major features:
- new TCP & UDP binding
- new CUPS binding
- new IHC / ELKO binding
- new Modbus binding
- new Sonos binding
- new Plugwise binding
- new PLCBus binding
- new mySQL persistence service
- new Exec persistence service which executes commands according to item changes (extremely useful when incorporating external visualisation tools)
- new Cosm persistence service
- new Mary Text-to-Speech engine
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
If you have a running openHAB runtime 1.0 installation, you can easily update it to version 1.1 by following these steps:
- Unzip the runtime 1.1 and all required addons to a new installation folder
- Replace the folders "configurations" and "etc" by the version from your 1.0 installation
- Copy all other customizations you might have done to the new installation (e.g. additional images, sounds, etc.)
Installation
Community
- Support
- News Archive
- Presentations
- How to Contribute
- IDE Setup
- How to Implement a Binding
- How to Implement an Action
- Projects using openHAB
- User Interfaces
- Classic UI
- iOS Client
- Android Client
- GreenT UI
- CometVisu
- Bindings
- Asterisk Binding
- Astro Binding
- Bluetooth Binding
- Comfo Air Binding
- CUL Binding
- CUPS Binding
- digitalSTROM Binding
- DMX512 Binding
- EnOcean Binding
- Epson Projector Binding
- Exec Binding
- Fritz!Box Binding
- Fritz AHA Binding
- GPIO Binding
- HDAnywhere binding
- Heatmiser Binding
- Homematic Binding
- HTTP Binding
- IHC / ELKO Binding
- Insteon Hub Binding
- Insteon PLM Binding
- Ir-Trans Binding
- KNX Binding
- Koubachi Binding
- MAX!Cube-Binding
- MiLight Binding
- Modbus TCP Binding
- MPD Binding
- MQTT Binding
- MQTTitude binding
- Neohub Binding (Preview)
- Netatmo Binding
- Network Health Binding
- Nibe Heatpump Binding
- Nikobus Binding
- Novelan/Luxtronic Heatpump Binding
- NTP Binding
- One-Wire Binding
- Onkyo AV Receiver Binding
- Open Energy Monitor Binding
- OpenPaths presence detection binding
- OpenSprinkler Binding
- OSGi Configuration Admin Binding
- Philips Hue Binding
- Piface Binding
- Pioneer-AVR-Binding
- Plugwise Binding
- PLCBus Binding
- Pulseaudio Binding
- RFXCOM Binding
- Samsung TV Binding
- Serial Binding
- Snmp Binding
- Squeezebox Binding
- System Info Binding
- Somfy URTSI II Binding
- Sonos Binding
- Swegon ventilation Binding
- TCP/UDP Binding
- Tellstick Binding
- TinkerForge Binding
- VDR Binding
- Velleman-K8055-Binding
- Wake-on-LAN Binding
- Withings Binding
- XBMC Binding
- xPL Binding
- Z-Wave Binding
- Persistence
- db4o Persistence
- rrd4j Persistence
- MySQL Persistence
- MongoDB Persistence
- Sen.Se Persistence
- Cosm Persistence
- Logging Persistence
- Exec Persistence
- MQTT Persistence
- Automation
- Scripts
- Rules
- Actions
- Misc
- REST-API
- Security
- Google Calendar Support
- Twitter Action
- Service Discovery
- Dropbox Bundle
Samples
- Item definitions
- Sitemap definitions
- Binding configurations
- Rules
- REST Examples
- Tips & Tricks
- FAQ
- XSLT Transforms
- Scripts
- Integration with other applications
- Syntax highlighting for external editors
- Update-Scripts
- Samples-Comfo-Air-Binding
- Samples WAC Binding
Release Notes