There is this common issue about the node not having its status updated after the deploy. Usually this happens because of a misconfiguration of the SmartApp.
If you are facing something like this, you can execute the steps below to make sure that SmartApp and Smartthings Webhook are communicating all right:
- Click on My Locations and choose the location you want
- Click on My Smart apps
- Click at the webhook you created with our smartapp application
- Start the simulator
- Set the location to debug
- Configure the webhook address. It should be your NodeRed public address plus "/smartthings/webhook"
Choose a device, could be a virtual one, which is easier to test.
- Click install
Change the device state and look for the logs... if there is any error it will output here.
Actually, if everything works all right nothing will be logged in.