Samsung / SamsungAutomationStudio

Samsung Automation Studio is to provide development tools and execution environment that can easily configure application logic by connecting both Samsung service and 3rd party service. This project is to share the node for open source NodeRED developed by Samsung Automation Studio team to the community. If you are using nodered, you can easily install the node we provide. And you can use Samsung's IoT and AI-related services more easily, and you can have an extended experience in conjunction with your own services.
Apache License 2.0
56 stars 29 forks source link

SmartThings node stay disabled #87

Closed dr-boss closed 2 months ago

dr-boss commented 2 months ago
  1. I have public IP and domain with cert.
  2. I cant place to write token
  3. I tested my nodered instalation from internet. Any other GET node is visible via SSL from webrowser or other service (I view GET request but verification request from studio isnt arrived.

Resault: SmartThings is not able to verify the registration of the WebHook SmartApp. Please make sure your app is available and properly implemented, and verify again. SmartThings node stay disabled

nodered
jongsu2 commented 2 months ago

Hello,

Thank you for contacting Samsung Automation Studio Support.

Please share more information about your current status.

  1. Does this issue still occur after refreshing the web browser?
  2. What is your node-red, nodejs version?
  3. How did you configure your SSL environment?
    • Are you configured with a load balancer in an AWS EC2 environment?
    • Is it an Ubuntu environment?
dr-boss commented 2 months ago

this is my test private env on RasPi (ubuntu) with public IP and domain with SSL nodejs v18.19.1 node-red v3.1.6

hojoon22-lee commented 2 months ago

We tried to reproduce this issue, but SamsungAutomationStudio was working well. After you install SamsungAutomationStudio package, node-red needs to restart.

The below is our testing env.

=================== 30 Apr 17:06:35 - [info] Node-RED version: v3.1.9 30 Apr 17:06:35 - [info] Node.js version: v18.19.0 30 Apr 17:06:35 - [info] Linux 6.6.28+rpt-rpi-v8 arm64 LE

30 Apr 17:44:17 - [info] Installing module: node-red-contrib-samsung-automation-studio-nodes, version: 1.1.20

jongsu2 commented 2 months ago

Hi.

A new version has been released that fixes smartthings node disabled (version 1.1.21)

Thank you.

dr-boss commented 2 months ago

Yes, with version 1.1.21 all work fine, thanks