Last active
August 29, 2015 14:25
-
-
Save ghostbitmeta/e264d3787f43c5a0cd5f to your computer and use it in GitHub Desktop.
openHAB Harmony Hub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Text item=Harmony_Activity label="Current Activity" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| String Harmony_Activity "activity [%s]" { harmonyhub="<[currentActivity]" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java -jar harmony-client-1.0.3-all.jar 10.0.0.2 [email protected] mypassword | |
| show activity | |
| 15092449: Toggle Air Purifier |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| harmonyhub:host=10.0.0.2 | |
| harmonyhub:[email protected] | |
| harmonyhub:password=mypassword |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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