Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homematic #3

Closed
wants to merge 18 commits into from
Closed

Homematic #3

wants to merge 18 commits into from

Commits on Mar 25, 2017

  1. Optimized ThingHandler

    Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
    gerrieg committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    69b4e09 View commit details
    Browse the repository at this point in the history
  2. Fixed virtual datapoint handling when loading values

    Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
    gerrieg committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    f370172 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2017

  1. Added jalousie channel type

    Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
    gerrieg committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    96aa054 View commit details
    Browse the repository at this point in the history
  2. Refactored RPC server

    Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
    gerrieg committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    6dee9d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2017

  1. Refactored rpc server #2

    Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
    gerrieg committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    f952ffd View commit details
    Browse the repository at this point in the history
  2. Fixed some type warnings

    Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
    gerrieg committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    dbe8d1d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Added virtual datapoint for HMW-IO-12-Sw14-DR device

    Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
    gerrieg committed May 4, 2017
    Configuration menu
    Copy the full SHA
    59b37ef View commit details
    Browse the repository at this point in the history
  2. Reduced Description not found message to trace

    Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
    gerrieg committed May 4, 2017
    Configuration menu
    Copy the full SHA
    e57c5fb View commit details
    Browse the repository at this point in the history
  3. Initialize Thing even if it is offline

    Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
    gerrieg committed May 4, 2017
    Configuration menu
    Copy the full SHA
    59744bf View commit details
    Browse the repository at this point in the history
  4. Removed unnecessary try finally blocks

    Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
    gerrieg committed May 4, 2017
    Configuration menu
    Copy the full SHA
    63be851 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Optimized trace logging

    Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
    gerrieg committed May 5, 2017
    Configuration menu
    Copy the full SHA
    3257dd6 View commit details
    Browse the repository at this point in the history
  2. Homematic: Fix NPE if a system variable is not present in homegear (f…

    …ixes openhab#1437) (openhab#2221)
    
    Signed-off-by: Alexander Falkenstern <alexander.falkenstern@gmail.com> (github: falkena)
    falkena authored and falkena committed May 5, 2017
    Configuration menu
    Copy the full SHA
    101283f View commit details
    Browse the repository at this point in the history
  3. Remove not need threads. Cleanup.

    # Conflicts:
    #	addons/binding/org.openhab.binding.homematic/src/main/java/org/openhab/binding/homematic/handler/HomematicThingHandler.java
    falkena committed May 5, 2017
    Configuration menu
    Copy the full SHA
    170dd4d View commit details
    Browse the repository at this point in the history
  4. Remove not need overload.

    falkena committed May 5, 2017
    Configuration menu
    Copy the full SHA
    cb18770 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. Removed thread in BridgeHander initialization because of timing issue…

    …s on slower computers
    
    Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
    gerrieg committed May 7, 2017
    Configuration menu
    Copy the full SHA
    13b6e00 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/gerrieg/homematic' into homematic

    # Conflicts:
    #	addons/binding/org.openhab.binding.homematic/src/main/java/org/openhab/binding/homematic/handler/HomematicBridgeHandler.java
    #	addons/binding/org.openhab.binding.homematic/src/main/java/org/openhab/binding/homematic/handler/HomematicThingHandler.java
    falkena committed May 7, 2017
    Configuration menu
    Copy the full SHA
    c165857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e7730e View commit details
    Browse the repository at this point in the history
  4. Small refactoring

    falkena committed May 7, 2017
    Configuration menu
    Copy the full SHA
    5e1a855 View commit details
    Browse the repository at this point in the history