forked from openhab/openhab1-addons
-
Notifications
You must be signed in to change notification settings - Fork 4
Release Notes 12
teichsta edited this page Nov 20, 2013
·
1 revision
Version 1.2 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.1:
Major features:
- added new Homematic Binding - thanks to Thomas (L.) for this contribution!
- added new Hue Binding - thanks to Roman for this contribution!
- Issue 91: added new color item and colorpicker widget with support in Classic UI and HABDroid
- Issue 234: added new Pulseaudio Binding - thanks to Tobias for this contribution!
- Issue 152: added new Samsung TV binding - thanks to Pauli for this contribution!
- Issue 19: added new DMX512 binding - thanks to Davy for this contribution!
- Issue 158: added new Koubachi Binding
Enhancements:
- Issue 165: Make RRD4J persistence service queryable
- simplified interfaces for implementing new bindings
- created Maven Archetype to simply implementation of new bindings (see Binding HowTo)
- Issue 186: Enhancement of start.sh and start_debug.sh
- Issue 194: Support for Date Java Formatter on the URL itself in the HTTP Binding
- support "in" direction for the Exec Binding
- Issue 155: HABDroid changed pictures aren't reloaded
- Issue 190: HABDroid is now available through CI build (see https://openhab.ci.cloudbees.com/job/HABDroid/)
- upgraded calimero lib 3.2.1 which now supports DPTs of type
13.**
and14.**
(Issue 181, Issue 200) - created calimero fork and integrated it into our daily build
- added some new images
- Issue 218: Filename swapped for sockets status
- dynamically created slider widgets now have "switchSupport" enabled by default
Bugfixes:
- Issue 226: XMPP: Not connected to server
- Fixed IHC binding startup problem
- Fixed bug when calculating historicState in persistence action
- Issue 193: HABDroid: Page jump when values are changed
- Issue 132: KNX Status group address does not work as expected
- Issue 126: Footer of web UI disappears after switch update
- Group item state is now derived from all members, not only direct ones
- Issue 205: REST API fails to return sitemap when name inside file is different from filename
- Issue 206: Synchronization problem in !ItemProvider
- Issue 208: Harden up Bindings Framework Code
- added workaround for !FritzBox binding when receiving subsequent events
- fixed bug with refreshing home page through early returning long-polling REST requests
- Issue 171: Loading model resources sometimes throws exceptions
- Issue 185: db4o Persistence: Warning if restoreOnStartup is activated
- Issue 228: db4o & restoreOnStartup doesn't work
Bugfixes:
- fixed invalid !KoubachiActivator in Koubachi Binding
- HABDroid will be published to Google Play Store along with openHAB 1.2.0 release!
- Improved startup sequence - much faster and more convenient
- Improved Settings menu - shows current settings values
- Demo mode is now a separate setting - no more need to type in demo url manually, switched on by default
- Added support for Color item/widget with colour picker to select colour
- Added support for NFC tags - you can write any of sitemap pages to a tag and have fast access to it by just reading the NFC tag or write an item command and automatically send it to the item with an NFC tag touch
- Support for selecting HABDroid theme - a regular Holo.Dark and new Holo.Light
- Sitemap navigation now remembers position in previous sitemap pages
- Many stability improvements and bug fixes
- Automatic anonymous crash reporting to developers - much faster bug fixing!
If you have a running openHAB runtime 1.1 installation, you can easily update it to version 1.2 by following these steps:
- Unzip the runtime 1.2 and all required addons to a new installation folder
- Replace the folder "configurations" by the version from your 1.1 installation, but please keep "logback.xml" from the 1.2 release (or merge your changes, if you have modified it).
- 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