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

Create new integration not working #94

Closed felafel closed 1 year ago

felafel commented 1 year ago

I have integrated SmartThings (ST) with Home Assistant. It is working.

When I try to set up this plugin with Node-RED it gets the items that I have in ST but not any updates. I only get some values when I deploy the flow.

I went to the correct new page for creating a SmartThings SmartApp which is --- https://smartthings.developer.samsung.com/workspace

I am stuck on getting this step to work. " The target URL will be your nodered domain, with https, port, if necessary, and the path to your SmartApp. It should be something like that: https://your-nodered-domain:your-nodered-server-port/smartthings/smartapp. "

I am using https://my-NabuCasa-URL:1880

I have tried: /smartthings/smartapp -and- /smartthings/webhook

SmartThings does not verify those URLs.

Is there something I have not set up or is the URL wrong?

Thanks in advance

felafel commented 1 year ago

I realized after starting this thread that I did not need this package since the devices are in Home Assistant.