harmony-java-client icon indicating copy to clipboard operation
harmony-java-client copied to clipboard

Java client for communicating with a Harmony Hub

Results 9 harmony-java-client issues
Sort by recently updated
recently updated
newest added

As you have probably heard, Logitech decided to kill local network access via Xmpp. Any chance you could change to the local websocket API?

It would be great to be able to use this project as a dependency in tools like maven. It doesn't have to be in maven central but at least as...

I believe the install is correct, however could be wrong. the Execute the jar line 'HARMONY_HOST LOGITECH_USERNAME LOGITECH_PASSWORD' I've swapped out with IP address and username(email) and password, is this...

Hi, I am heavily using the harmony CLI from my scripts. Some days ago I have found my setup to be non-functional. A research did show me that Logitech has...

Hi, when I want to turn off the devices, I send a startActivity with label "PowerOff". While this effectively turns off my devices, it immediately starts another activity, which happens...

``` get_config java.util.MissingFormatArgumentException: Format specifier '2f' at java.util.Formatter.format(Formatter.java:2487) at java.util.Formatter.format(Formatter.java:2423) at java.lang.String.format(String.java:2790) at net.whistlingfish.harmony.shell.ShellCommand.println(ShellCommand.java:12) at net.whistlingfish.harmony.shell.GetConfigCommand.execute(GetConfigCommand.java:8) at net.whistlingfish.harmony.shell.ShellCommandWrapper.execute(ShellCommandWrapper.java:20) ``` The simple fix is to stop using String.format for that output...

Hi, i'm trying to use you code in my android wear app but i didn't understand how to do. Could you help me and give me some simple commands i...

Following the wiki I tried to build the jar with gradle, but got an error doing so: --- FAILURE: Build failed with an exception. - Where: Build file '/home/alex/Downloads/harmony-java-client-master/build.gradle' line:...

Hi Matt, I think the title sums this up nicely ;-) So I have four hubs, one original, one 2nd gen and two new ones. As a refresher, when you...