otaviojr / node-red-contrib-smartthings

Allows you to control your devices and get their status using NodeRed
MIT License
32 stars 16 forks source link

no smartthings/webhook #13

Closed cstreeter closed 4 years ago

cstreeter commented 4 years ago

Hello!

I have installed the node-red-contrib-smartthings without issue and all of the configuration nodes are in the node-red UI. I have generated my smartthings token and applied it without issue and installed the smartapp, and configured it to use the local network.

However, on my local node-red server there is no exposed smartthings/webhook path. I have tried http://:1880/smartthings/webhook and http:///smartthings/webhook. I have also tried both with https. The URL without my node-red port reports there is no http server running there (as expected) and port 1880 reports there is no such path as smartthings/webhook.

Any insights appreciated!