harmony-api icon indicating copy to clipboard operation
harmony-api copied to clipboard

Repeat not working with HTTP call

Open xac1d opened this issue 8 years ago • 5 comments

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.

xac1d avatar Mar 08 '17 10:03 xac1d

anyone else? is this not the correct way to get it to repeat via http?

xac1d avatar Mar 15 '17 16:03 xac1d

This works just fine for me http://localhost:8282/hubs/myhub/devices/nupro/commands/volume-up?repeat=5

clausissimo avatar Mar 16 '17 05:03 clausissimo

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

xac1d avatar Mar 16 '17 06:03 xac1d

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

xac1d avatar Mar 17 '17 04:03 xac1d

Hi,

I have the same issue, any update on this.

Thanks, Rien

RienduPre avatar Oct 05 '18 11:10 RienduPre