Changes for page Losant

Last modified by Xiaoling on 2023/04/11 08:54

From version 24.7
edited by Xiaoling
on 2023/04/11 08:53
Change comment: There is no comment for this version
To version 24.5
edited by Xiaoling
on 2022/09/05 11:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,6 +5,7 @@
5 5  
6 6  = 1.  Indoor Tracking Examples base on iBeacon =
7 7  
8 +
8 8  == 1.1  Create a Losant Webhook ==
9 9  
10 10  
... ... @@ -17,6 +17,7 @@
17 17  
18 18  
19 19  
21 +
20 20  Enter a (% style="color:blue" %)**Webhook Name**(%%) and then click (% style="color:blue" %)**Create Webhook**(%%). You may also enter a username and password to use Basic Auth. If you use Basic Auth, you will need to [[edit your Losant Webhook in TTS>>url:https://docs.losant.com/guides/how-to-integrate-with-the-things-stack/#editing-your-losant-webhook-in-tts]].
21 21  
22 22  
... ... @@ -24,6 +24,7 @@
24 24  
25 25  
26 26  
29 +
27 27  Once the Webhook is created, copy the unique identifier from the URL that comes after [[https:~~/~~/triggers.losant.com/webhooks/.>>url:https://triggers.losant.com/webhooks/]]
28 28  
29 29  
... ... @@ -30,6 +30,8 @@
30 30  [[image:image-20220905084736-4.png]]
31 31  
32 32  
36 +
37 +
33 33  == 1.2  Configure TTS to Use the Losant Webhook ==
34 34  
35 35  
... ... @@ -40,6 +40,7 @@
40 40  
41 41  
42 42  
48 +
43 43  Click on the [[Losant Webhook>>url:https://www.thethingsindustries.com/docs/integrations/cloud-integrations/losant/]] tile. If you are using Basic Auth for this Webhook or need to subscribe to more than just (% style="color:blue" %)**uplink**(%%) messages, then please review the end of this How-To Guide in the section named [[Editing Your Losant Webhook in TTS>>url:https://docs.losant.com/guides/how-to-integrate-with-the-things-stack/#editing-your-losant-webhook-in-tts]].
44 44  
45 45  
... ... @@ -46,12 +46,15 @@
46 46  [[image:image-20220905084846-6.png]]
47 47  
48 48  
55 +
49 49  Enter the following information into the Losant Webhook configuration:
50 50  
58 +
51 51  * (% style="color:blue" %)**Webhook ID:**(%%) Make up any name that you would like. This does not have to be the ID of the webhook as it is stored in Losant.
52 52  * (% style="color:blue" %)**Unique ID of Losant Webhook URL:**(%%) This is the Losant Webhook unique ID that was copied to the clipboard in LOSANT Webhooks.
53 53  
54 54  
63 +
55 55  Finally, click (% style="color:blue" %)**Create Losant webhook**(%%). If you need to configure additional options ((% style="color:red" %)e.g. Basic Auth or additional messages to subscribe to(%%)), use the TTS Custom Webhook Template or add these options once the Webhook in TTS is created by following the last section of this guide, [[Editing Your Losant Webhook in TTS>>url:https://docs.losant.com/guides/how-to-integrate-with-the-things-stack/#editing-your-losant-webhook-in-tts]].
56 56  
57 57  
... ... @@ -58,6 +58,8 @@
58 58  [[image:image-20220905084936-7.png]]
59 59  
60 60  
70 +
71 +
61 61  == 1.3  Create a Losant Application Workflow to Receive Data from the LoRaWAN Sensor and Confirm Data Flow to Losant via Uplinks ==
62 62  
63 63  
... ... @@ -69,6 +69,8 @@
69 69  [[image:image-20220905085017-8.png]]
70 70  
71 71  
83 +
84 +
72 72  Enter a name for your Application Workflow (as well as a description if you'd like) and click (% style="color:blue" %)**Create Workflow**.
73 73  
74 74  
... ... @@ -75,6 +75,8 @@
75 75  [[image:image-20220905091131-22.png]]
76 76  
77 77  
91 +
92 +
78 78  Drag and drop the [[Webhook Trigger Node>>url:https://docs.losant.com/workflows/triggers/webhook/]] and the [[Debug Node>>url:https://docs.losant.com/workflows/outputs/debug/]] onto the visual workflow engine's canvas and connect them together. If you have only one webhook in this Losant application, it will be automatically selected for the Webhook Trigger. If you have multiple webhooks, select the one that was created in Webhook. Next, click (% style="color:blue" %)**Save and Deploy**(%%). Now that this workflow is deployed, click on the [[Debug Panel>>url:https://docs.losant.com/workflows/debugging-workflows/#debug-node-messages]].
79 79  
80 80  
... ... @@ -81,6 +81,7 @@
81 81  [[image:image-20220905085051-10.png]]
82 82  
83 83  
99 +
84 84  When TTS receives new data from the sensor, it will send that data to Losant over the Losant Webhook and trigger this workflow. Each time this workflow runs, new data will be displayed in the Debug Panel as shown below.
85 85  
86 86  
... ... @@ -90,6 +90,8 @@
90 90  [[image:image-20220905085115-11.png]]
91 91  
92 92  
109 +
110 +
93 93  == 1.4  Create a device ==
94 94  
95 95  
... ... @@ -97,33 +97,42 @@
97 97  
98 98  
99 99  
100 -**Select the appropriate equipment. In this example, select a Standalone equipment**
101 101  
119 +Select the appropriate equipment. In this example, select a Standalone equipment
120 +
121 +
102 102  [[image:image-20220905085201-13.png]]
103 103  
104 104  
105 105  
106 -**Name is required, others can be added later**
107 107  
127 +Name is required, others can be added later
108 108  
129 +
109 109  [[image:image-20220905085219-14.png]]
110 110  
111 111  
112 -**Add equipment in the workflow so that data can flow to the equipment**
113 113  
134 +
135 +Add equipment in the workflow so that data can flow to the equipment
136 +
137 +
114 114  [[image:image-20220905085236-15.png]]
115 115  
116 116  
117 117  
118 -**Refer to the data in debug and add parameters to the device.**
119 119  
143 +Refer to the data in debug and add parameters to the device.
144 +
145 +
120 120  [[image:image-20220905085253-16.png]]
121 121  
122 122  
123 123  
124 -**Create a new dashboard.**
125 125  
151 +Create a new dashboard.
126 126  
153 +
127 127  [[image:image-20220905085323-17.png]]
128 128  
129 129