Wiki source code of Losant

Version 24.5 by Xiaoling on 2022/09/05 11:49

Show last authors
1 **Table of Contents:**
2
3 {{toc/}}
4
5
6 = 1.  Indoor Tracking Examples base on iBeacon =
7
8
9 == 1.1  Create a Losant Webhook ==
10
11
12 If you do not have a Losant Account, you can sign up for a free [[Losant Developer Sandbox>>url:https://www.losant.com/iot-platform/sandbox]] account. Once you have an account, [[create a new application>>url:https://docs.losant.com/applications/overview/#creating-applications]]. You can start from a blank application or from a [[Losant Application Template>>url:https://docs.losant.com/templates/overview/]], like [[The Things Network Application Template>>url:https://docs.losant.com/templates/the-things-network/]].
13
14 Once you've created a new application, click (% style="color:blue" %)**Webhooks** (%%)and then (% style="color:blue" %)**Add Webhook**.
15
16
17 [[image:image-20220905084626-2.png]]
18
19
20
21
22 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]].
23
24
25 [[image:image-20220905084724-3.png]]
26
27
28
29
30 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/]]
31
32
33 [[image:image-20220905084736-4.png]]
34
35
36
37
38 == 1.2  Configure TTS to Use the Losant Webhook ==
39
40
41 In the TTS application , click on (% style="color:blue" %)**Integrations**(%%), then (% style="color:blue" %)**Webhooks**(%%), and then (% style="color:blue" %)**Add webhook**.
42
43
44 [[image:image-20220905084816-5.png]]
45
46
47
48
49 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]].
50
51
52 [[image:image-20220905084846-6.png]]
53
54
55
56 Enter the following information into the Losant Webhook configuration:
57
58
59 * (% 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.
60 * (% 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.
61
62
63
64 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]].
65
66
67 [[image:image-20220905084936-7.png]]
68
69
70
71
72 == 1.3  Create a Losant Application Workflow to Receive Data from the LoRaWAN Sensor and Confirm Data Flow to Losant via Uplinks ==
73
74
75 Since TTS is now configured to forward data to the Losant Webhook, let's create a [[Losant Application Workflow>>url:https://docs.losant.com/workflows/application-workflows/]] to receive the data from TTS.
76
77 Click on (% style="color:blue" %)**Workflows**(%%) and then in the Application Workflow section, click (% style="color:blue" %)**Add** (%%)to create a new Application Workflow.
78
79
80 [[image:image-20220905085017-8.png]]
81
82
83
84
85 Enter a name for your Application Workflow (as well as a description if you'd like) and click (% style="color:blue" %)**Create Workflow**.
86
87
88 [[image:image-20220905091131-22.png]]
89
90
91
92
93 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]].
94
95
96 [[image:image-20220905085051-10.png]]
97
98
99
100 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.
101
102
103 (% style="color:red" %)**Note:**(%%) If TTS is not automatically decoding your data as shown below in(% style="color:blue" %)** data.body.uplink_message.decoded_payload**(%%), then you can decode your LoRaWAN device data in this Losant Application Workflow. Check out the blog post [[How To Decode and Visualize Your LoRaWAN Sensor Data Using TTS and Losant>>url:https://www.losant.com/blog/how-to-decode-and-visualize-your-lorawan-sensor-data-using-the-things-network-and-losant]] to learn more about decoding LoRaWAN data in Losant.
104
105
106 [[image:image-20220905085115-11.png]]
107
108
109
110
111 == 1.4  Create a device ==
112
113
114 [[image:image-20220905085132-12.png]]
115
116
117
118
119 Select the appropriate equipment. In this example, select a Standalone equipment
120
121
122 [[image:image-20220905085201-13.png]]
123
124
125
126
127 Name is required, others can be added later
128
129
130 [[image:image-20220905085219-14.png]]
131
132
133
134
135 Add equipment in the workflow so that data can flow to the equipment
136
137
138 [[image:image-20220905085236-15.png]]
139
140
141
142
143 Refer to the data in debug and add parameters to the device.
144
145
146 [[image:image-20220905085253-16.png]]
147
148
149
150
151 Create a new dashboard.
152
153
154 [[image:image-20220905085323-17.png]]
155
156
157
158 [[image:image-20220905110438-1.png]]
159
160
161
162
163 Select the appropriate template.
164
165
166 [[image:image-20220905085355-19.png]]
167
168
169
170
171 Set beacon and position.
172
173
174 [[image:image-20220905085417-20.png]]
175
176
177
178 [[image:image-20220905085437-21.png]]
179
180
181
182