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

harmony-api not accepting publish requests? #51

Closed
clemon79 opened this issue Dec 7, 2016 · 4 comments
Closed

harmony-api not accepting publish requests? #51

clemon79 opened this issue Dec 7, 2016 · 4 comments

Comments

@clemon79
Copy link

clemon79 commented Dec 7, 2016

The following should turn off my system:

mosquitto_pub -d -u <username> -P <password> -t harmony-api/hubs/freds-harmony-hub/activities/watch-xbox-one/command -m off

It returns this:

Client mosqpub/2200-raspberryp sending CONNECT
Client mosqpub/2200-raspberryp received CONNACK
Client mosqpub/2200-raspberryp sending PUBLISH (d0, q0, r0, m1, 'harmony-api/hubs/freds-harmony-hub/activities/watch-xbox-one/command', ... (3 bytes))
Client mosqpub/2200-raspberryp sending DISCONNECT

But nothing happens.

This:

mosquitto_sub -v -h 'localhost' -u '<username>' -P '<password>' -t 'harmony-api/#'

...returns the list of activities, so watching seems to be working, just not publishing changes.

The switch as defined in MQTT is correctly reflecting the state but will not execute a command when manually flipped.

@mattsch
Copy link

mattsch commented Dec 10, 2016

I'm seeing the same behavior, rolled back again to fix things.

@clemon79
Copy link
Author

Yeah, I basically backed out altogether, now that all of the functionality I need is baked into Home Assistant directly.

@maddox
Copy link
Owner

maddox commented Dec 12, 2016

/cc @farooqu

@maddox
Copy link
Owner

maddox commented Dec 12, 2016

This was fixed with version 2.3.4.

@maddox maddox reopened this Dec 12, 2016
@maddox maddox closed this as completed Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants