logantgt / harmony-span

A Node.JS application that allows you to trigger external webhooks from your Logitech Harmony Hub and compatible remotes.
MIT License
27 stars 14 forks source link

Button press runs - but also doesn't... #26

Closed hookbeak closed 3 years ago

hookbeak commented 3 years ago

Hoping someone can help with this - created a IFTTT command to turn on lights, using a webhook - running the webhook URL on my PC works fine.

Editing the DOWN button in the harmonyspan config - i add the webhook URL

i click update - see this in command window:

[!] Writing to configuration NOW! Button: 6 Label: RED - office URL: https://maker.ifttt.com/trigger/office_red/with/key/myuniquecodehere Request Type: POST Request Header: {} Request Query: {}

in harmony software i created an activity and made it so the red button on the remote runs the DOWN button from the roku harmonyspan device

i run my activity. Press red on the remote. On my PC the command window shows: [HarmonySpan] got Down (POST: RED - office)

yet the webhook doesn't trigger - what am i missing here?

hookbeak commented 3 years ago

you have to change it to GET ! doh!