harmony-api
harmony-api copied to clipboard
Repeat not working with HTTP call
Anyone else having issues getting repeat working? I have my ifttt maker channel setup with my google home and it's working but ?repeat=x doesn't work. No matter if i put 3 or 20 there, it only sends the command once.
anyone else? is this not the correct way to get it to repeat via http?
This works just fine for me http://localhost:8282/hubs/myhub/devices/nupro/commands/volume-up?repeat=5
that's how i have it as well. no matter what i set the repeat to, it only does it once. is there a way to see logs of the api calls?
http://blah:8080/hubs/harmony-hub/devices/denon-av-receiver/commands/volume-down?repeat=50
found the logs. not sure if there's a verbose mode, but this is all it says when i tell maker to tell it to raise the volume.
2017-03-17T04:42:29.095499200Z '[2017-03-17T04:42:29.094Z] - ::ffff:192.168.1.15 - POST /hubs/harmony-hub/devices/denon-av-receiver/commands/volume-up?repeat=10 200 1.997 ms - 16b'
repeat is set to 10 but it only does it once. i don't think it is an issue only with ifttt/maker because when i run the following command, it does the same thing. only once.
curl -X POST http://blah:8080/hubs/harmony-hub/devices/denon-av-receiver/commands/volume-down?repeat=5
Hi,
I have the same issue, any update on this.
Thanks, Rien