Skip to content

Instantly share code, notes, and snippets.

@ghostbitmeta
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghostbitmeta/e264d3787f43c5a0cd5f to your computer and use it in GitHub Desktop.
Save ghostbitmeta/e264d3787f43c5a0cd5f to your computer and use it in GitHub Desktop.
openHAB Harmony Hub
Text item=Harmony_Activity label="Current Activity"
String Harmony_Activity "activity [%s]" { harmonyhub="<[currentActivity]" }
java -jar harmony-client-1.0.3-all.jar 10.0.0.2 user@email.com mypassword
show activity
15092449: Toggle Air Purifier
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)
harmonyhub:host=10.0.0.2
harmonyhub:username=user@email.com
harmonyhub:password=mypassword
2015-07-25 01:54:55.734 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'harmony.items'
2015-07-25 01:55:25.026 [INFO ] [o.harmonyhub.HarmonyHubGateway] - HarmonyHub gateway activated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment