Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.58 KB

DEBUG_SMARTAPP.md

File metadata and controls

35 lines (20 loc) · 1.58 KB

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:

smartthings_1

  1. Click on My Locations and choose the location you want
  2. Click on My Smart apps

smartthings_2

  1. Click at the webhook you created with our smartapp application

smartthings_3

  1. Start the simulator

smartthings_4

  1. Set the location to debug
  2. Configure the webhook address. It should be your NodeRed public address plus "/smartthings/webhook"

smartthings_5

Choose a device, could be a virtual one, which is easier to test.

  1. Click install

Screenshot from 2019-10-20 18-56-19

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.