Skip to content
vpjuslin edited this page May 25, 2015 · 30 revisions

New & Noteworthy

Please find below the intermediary release notes of the 1.7 Release.

Version 1.7.0

See the Github issue tracker for a full change log.

####Major Features:

####Enhancements:

  • #2635 - IHC binding: improved timeout handling (@paulianttila)
  • #2632 - Freebox binding: fix phone calls management (issue 2561) (@lolodomo)
  • #2628 - [Git] Ignore backup files (@slawekjaranowski)
  • #2626 - Redesigned version of onewire binding (@Dennis650)
  • #2619 - JPA persistence: Avoid null pointer exception if no user/password defined (@cdjackson)
  • #2615 - ItemUIRegistry: Improved getLabel error logging (@paulianttila)
  • #2611 - [Withings] allow multiple withings accounts (@teichsta)
  • #2608 - InsteonPLM: added 2475 SDB In-LineLinc Relay (@berndpfrommer)
  • #2607 - Weather: some updates and fixes (@gerrieg)
  • #2604 - Sonos: reduced log level for discovered non Sonos devices. (@paulianttila)
  • #2598 - IHC binding: Support for java 8 and simplified controller certificate… (@paulianttila)
  • #2590 - InsteonPLM binding: support the standard pre-2014 InsteonHub (@berndpfrommer)
  • #2571 - Milight Binding: Added Nightmode support for the newer RGBW bulbs, Fixed brightness setting for White. (@DJCool1)
  • #2570 - [satel] Added ability to invert state (@druciak)
  • #2564 - Adjust log level for DefaultAnnotationProcessor (@J-N-K)
  • #2548 - code cleanup, remove skeleton Action from Prowl that does nothing (@mstolt)
  • #2540 - Fix issue #1845, try 2 (@J-N-K)
  • #2538 - Refactor HUE int deviceNumber to String deviceId (@mstolt)
  • #2534 - Improve log messages when attempting a meter reset (@sumnerboy12)
  • #2532 - Add extended configuration to rrd4j persistence (@J-N-K)
  • #2529 - update MongoDB driver to the latest version to support MongoDB 3.0 (@hoegertn)
  • #2527 - Epson binding improvements (@paulianttila)
  • #2521 - Fix so Squeezebox actions automatically reconnects (@sumnerboy12)
  • #2520 - Added Insteon Device Type model 2457D2 - LampLinc Dimmer (@jhuizingh)
  • #2514 - Update the HUE binding to work with non continuous device numbers on the... (@mstolt)
  • #2513 - Various fixes and improvements to InsteonPLM (@berndpfrommer)
  • #2506 - Support for Contact items in pilight binding (@idserda)
  • #2500 - Update debug logging for configuration converter (@cdjackson)
  • #2499 - Remove httpclient lib and use import in Daikin binding (@sumnerboy12)
  • #2496 - Weather: Added chancetstorms to Wunderground common-id mapping (@gerrieg)

####Bugfixes:

  • #2641 - Incorrect sourcepath for joda-time library in persistence bundle (@dominicdesu)
  • #2623 - Add anchor to proxy URL (@LukeOwncloud)
  • #2618 - Fix for #2031 (@wnagele)
  • #2613 - One KNX command causes two busevents (@lewie)
  • #2610 - fixed .project name of systeminfo.test bundle (@teichsta)
  • #2607 - Weather: some updates and fixes (@gerrieg)
  • #2606 - Fixed toString in PointType (@teichsta)
  • #2603 - Bugfix for WeMo Devices with new OWRT Firmware not being discovered (@hmerk)
  • #2602 - Set max value of saturation and brightness to 254 as defined by Hue API (@dominicdesu)
  • #2596 - Adds the harmonyhub io package to the addons dist. Closes #2558 (@digitaldan)
  • #2594 - Fix duplicate dependency (#2593) (@9037568)
  • #2589 - fixes #2556 - Syntax error in demo.rules (@teichsta)
  • #2579 - Fixed error in KNX logging statements (used for autoRefresh). (@planetrenner-martin)
  • #2577 - zwave: Invalid CommandClass type causes ClassCastException at startup (@johkin)
  • #2563 - Update Classic UI footer (@J-N-K)
  • #2561 - Freebox binding: outgoing phone calls are bypassed (@lolodomo)
  • #2556 - demo.rules has syntax errors (@kaikreuzer)
  • #2555 - Runtime logs a warning on startup (@kaikreuzer)
  • #2554 - Classic UI footer is outdated (@kaikreuzer)
  • #2550 - OpenSprinkler Bugfix: Addon Silently Fails to Load When numberOfSprinklers is Defined (@CrackerStealth)
  • #2545 - Fix broken color-picker in Classic UI (@J-N-K)
  • #2543 - broken build (@klaus-hildner)
  • #2535 - Colorpicker does not work anymore in 1.7 (coming from 1.6.2) (@spacemanspiff2007)
  • #2519 - Fix for issue 2502: InfluxDB binding throws (uncaught) NumberFormatException when value is string (@Chel)
  • #2518 - TF binding: Fix for configuration handling of device aliases (@theoweiss)
  • #2512 - Use name of sitemap file when creating sitemap page bean, as it may be d... (@llamahunter)
  • #2507 - - fixes broken refresh/update (@peuter)
  • #2503 - MySQL-Persistence: Add errCnt++ to getTable and check connection (@Dennis650)
  • #2485 - Milight bugfix (@idserda)
  • #2482 - Small fix to avoid NullPointerException (@marcelrv)

####Removals:

  • none

####major API changes

  • none

Updating the openHAB runtime 1.6 to 1.7

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

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

If you use the openHAB deb packages from the apt repository

  1. Add this line to your sources.list: "deb http://dl.bintray.com/openhab/apt-repo stable main“
  2. Open a command-line and execute: apt-get update && apt-get upgrade

Installation

###Linux / OS X

###Windows


##Configuration

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.

Collections of Rules on a single page

Single Rules

Scripts


Release Notes

Clone this wiki locally