forked from openhab/openhab1-addons
-
Notifications
You must be signed in to change notification settings - Fork 4
Release Notes 10
teichsta edited this page Nov 20, 2013
·
1 revision
Version 1.0 includes many new features, improvements and bug fixes.
Here is a detailed list of what this release brings on top of the previous openHAB 0.9.1:
Major features:
- native Andoid client available - HABDroid!
- new Persistence support is available with implementations of db4o, rrd4j, Open.Sen.se and Logback logging
- Server-side chart support through rrd4j including a new Chart widget for the UIs
- Image widget now supports automatic refreshs
- new Video widget for video streams
- new Setpoint widget to easily allow numeric item adjustments
- new Webview widget for integration of external content
- Issue 70: Bonjour/MDNS discovery support
- Support for timers, i.e. the possibility to schedule the execution of a block of code for a later point in time from within scripts or rules
- Issue 37: Presence Simulation
- new ConfigAdmin binding
- new Dropbox bundle
- new Novelan Heatpump Binding (thanks to Philipp Bolle for this contribution)
Enhancements:
- Fritzbox binding now refreshes its connection every night, so that it recovers from blocked sockets
- KNX response timeout is now configurable
- upgraded target platform to Juno (4.2)
- upgraded build to Tycho 0.15.0
- Group items can now contain items from different sources (e.g. different items files)
- added new rule action to store and restore item states in a rule context
- added NAND and NOR group functions to calculate group item states
- added HTTP PUT and DELETE rule actions and enhanced API to support sending content and contentType
- KNX read requests are now resent (a configurable number of times) after timeout
- added Jodatime to script/rule language to allow powerful data/time calculations
- Mail action now supports popBeforeSmtp
- Issue 81: openHAB instance generates a unique ID during first launch
- Issue 82: Access to openHAB version for client APPs
- Issue 86: Extend HttpBinding to support numeric commands (eg. !PercentType for !RollerShutter)
- Issue 88: SNMP: implementing handling for numbers
- Issue 62: Support streaming mode in the REST API for item/widget status changes
- KNX data types for electric current and brightness are now supported
- added new !LogAction to log to the "normal" log files in rules/scripts
- added new Ping Action which allows to check the vitality of given hosts in rules/scripts
- removed demo files from runtime zip and provided an additional demo zip
- XMPPConnection now provides a proxy configuration to support GTalk properly (thanks to Phillip Bolle for this contribution)
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