Ankündigung

Einklappen
Keine Ankündigung bisher.

OpenHab + Harmony Hub Binding

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    OpenHab + Harmony Hub Binding

    Hallo zusammen,


    seit kurzem "wohnt" Alexa bei uns zuhause und mangels einem Skill von Logitech kommt erstmal OpenHAB zum Einsatz.

    Allerdings habe ich ein kleines Problem mit dem Harmony Hub Binding...

    Erhalte folgende Fehlermeldung:

    2016-12-16 17:57:17.402 [WARN ] [monyhub.handler.HarmonyDeviceHandler] - Command ON is not a String type for channel harmonyhub:device:Wohnzimmer:38889408:buttonPress for device org.eclipse.smarthome.core.thing.internal.ThingImp l@25639d4

    2016-12-16 17:57:17.469 [ERROR] [.script.engine.ScriptExecutionThread] - Rule 'Sky On': An error occured during the script execution: The name 'harmonyStartActivity(<XStringLiteralImpl>)' cannot be resolved to an item or type.


    items:

    Switch HarmonyHubSky "Sky" ['Switchable']
    String Harmony_Activity "activity [%s]" { harmonyhub="[Wohnzimmer:currentActivity]" }


    rule:

    rule "Sky On"
    when
    Item HarmonyHubSky received command ON
    then
    harmonyStartActivity("Sky")
    end


    Irgendwas fehlt... nur was?? :-)


    Für bisschen Licht ins Dunkel wär ich sehr dankbar! ;-)


    Gruß Loop
Lädt...
X