Last modified by Hera Guo on 2024/12/31 11:55

From version 8.1
edited by Hera Guo
on 2024/10/16 17:38
Change comment: There is no comment for this version
To version 16.1
edited by Hera Guo
on 2024/11/01 09:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,12 +10,12 @@
10 10  After device data arrive to the platform via the method of [[Connect Device to ThingsEye>>https://wiki.thingseye.io/xwiki/bin/view/Main/How%20to%20connect%20my%20devices%20to%20ThingsEye%3F/#]]. We can creat the Dashboard for the specify device. so to view the sensor detail of each device.
11 11  
12 12  
13 -Note: We can create only one rule chain, device profile and dashboard for on type of devices.
13 +Note: We can create only one rule chain, device profile and dashboard for one type of devices.
14 14  
15 15  
16 16  = 2. For devices which already have dashboard / profile/ rule chain. =
17 17  
18 -== 2.1 Get the jsons file ==
18 +== 2.1 Get the json files ==
19 19  
20 20  where to get:[[https:~~/~~/github.com/ThingsEye-io/te-platform/tree/main/Devices/Dragino>>path:/xwiki/bin/get/Main/How%20to%20import%20and%20use%20the%20dashboard%3F/?sheet=CKEditor.ResourceDispatcher&outputSyntax=plain&language=&type=doc&reference=&typed=]]
21 21  
... ... @@ -23,19 +23,13 @@
23 23  
24 24  Such as:
25 25  
26 -|(% colspan="1" %)(((
27 -[[sn50v3_nb_mod9_dashboard_.json>>url:https://github.com/ThingsEye-io/te-platform/blob/main/Devices/Dragino/SN50v3-NB-Mod9/sn50v3_nb_mod9_dashboard_.json]]
28 -)))
29 -|(% colspan="1" %)(((
30 -[[sn50v3_nb_mod9_device_profile.json>>url:https://github.com/ThingsEye-io/te-platform/blob/main/Devices/Dragino/SN50v3-NB-Mod9/sn50v3_nb_mod9_device_profile.json]]
31 -)))
32 -|(% colspan="1" %)(((
33 -[[sn50v3_nb_mod9_rule_chain.json>>url:https://github.com/ThingsEye-io/te-platform/blob/main/Devices/Dragino/SN50v3-NB-Mod9/sn50v3_nb_mod9_rule_chain.json]]
34 -)))
26 +* [[sn50v3_nb_mod9_dashboard_.json>>url:https://github.com/ThingsEye-io/te-platform/blob/main/Devices/Dragino/SN50v3-NB-Mod9/sn50v3_nb_mod9_dashboard_.json]]
27 +* [[sn50v3_nb_mod9_device_profile.json>>url:https://github.com/ThingsEye-io/te-platform/blob/main/Devices/Dragino/SN50v3-NB-Mod9/sn50v3_nb_mod9_device_profile.json]]
28 +* [[sn50v3_nb_mod9_rule_chain.json>>url:https://github.com/ThingsEye-io/te-platform/blob/main/Devices/Dragino/SN50v3-NB-Mod9/sn50v3_nb_mod9_rule_chain.json]]
35 35  
36 36  == 2.2 Import Rule chain ==
37 37  
38 -Firstly, we need to import the rule chain.
32 +Firstly, we need to import the rule chain. The rule chain tells platform how we should handel the uplink and downlink for this device.
39 39  
40 40  Open rule chains, click on the "+" in the upper right corner,
41 41  
... ... @@ -83,7 +83,7 @@
83 83  
84 84  == 2.4 Import Dashboard and link to each device ==
85 85  
86 -After importing the rule chain and device profile, we need to import the dashboard and configure its input source.
80 +After importing the rule chain and device profile, we need to import the dashboard and configure its  datasource.
87 87  
88 88  === ** **2.4.1 Import dashboard ===
89 89  
... ... @@ -97,9 +97,8 @@
97 97  
98 98  [[image:1729066158155-749.png||height="603" width="1165"]]
99 99  
100 -== ==
101 101  
102 -== 2.4.2 Modify the input devices of each module in the dashboard ==
95 +=== 2.4.2 Modify the datasource of each module in the dashboard ===
103 103  
104 104  After importing the dashboard, we need to link it with our input device,
105 105  
... ... @@ -131,6 +131,101 @@
131 131  
132 132  = 3. For devices doesn't have dashboard / profile/ rule chain. =
133 133  
127 +== 2.1 Creat the dashboard and add branch ==
134 134  
129 +=== 2.1.1 Create Dashboard ===
135 135  
131 +[[image:1730340927404-430.png]]
132 +
133 +[[image:1730340927412-610.png]]
134 +
135 +Assigning users and groups is not necessary and can be done uniformly after completing the overall project creation
136 +
137 +== 2.2 Add a branch ==
138 +
139 +[[image:1730341060305-544.png]]
140 +
141 +How many interfaces do you need to display, and how many statuses you need to create.
142 +
143 +[[image:1730341060308-892.png]]
144 +
145 +After creating the branch, you can add widgets into your dashboard and decorate it.
146 +
147 +[[image:1730341060310-449.png]]
148 +
149 +== 2.3 Connect Sensors ==
150 +
151 +=== 2.3.1 Add LoRaWAN Sensors ===
152 +
153 +You can connect the device through the link below:
154 +
155 +**source:**[[https:~~/~~/wiki.thingseye.io/xwiki/bin/view/Main/How%20to%20connect%20my%20devices%20to%20ThingsEye%3F>>https://wiki.thingseye.io/xwiki/bin/view/Main/How%20to%20connect%20my%20devices%20to%20ThingsEye%3F/]]
156 +
157 +=== 2.3.2 Add NB-IoT Sensors ===
158 +
159 +You can connect the device through the link below:
160 +
161 +**source:**[[https:~~/~~/wiki.thingseye.io/xwiki/bin/view/Main/How%20to%20connect%20my%20devices%20to%20ThingsEye%3F>>https://wiki.thingseye.io/xwiki/bin/view/Main/How%20to%20connect%20my%20devices%20to%20ThingsEye%3F/]]
162 +
163 +== 2.4 Creat group and add device ==
164 +
165 +[[image:1730341200415-449.png]]
166 +
167 +[[image:1730341200420-412.png]]
168 +
169 +[[image:1730341200421-190.png]]
170 +
171 +[[image:1730341200424-882.png]]
172 +
173 +== 2.5 Creat entity alias and connect ==
174 +
175 +=== 2.5.1 Creat entity alias ===
176 +
177 +[[image:1730341268104-527.png]]
178 +
179 +[[image:1730341268106-565.png]]
180 +
181 +=== 2.5.2 Connect entity ===
182 +
183 +[[image:1730341268108-632.png]]
184 +
185 +== 2.6 Creat actions ==
186 +
187 +[[image:1730341395062-192.png]]
188 +
189 +[[image:1730341395069-644.png]]
190 +
191 += 3.Set up Alarm =
192 +
193 +== 3.1 Creat device profiles ==
194 +
195 +[[image:1730341507235-819.png||height="636" width="1260"]]
196 +
197 +== 3.2 Set up Alarm ==
198 +
199 +[[image:1730341543316-750.png||height="629" width="1260"]]
200 +
201 +[[image:1730341543319-574.png]]
202 +
203 +== 3.3 replace device profile ==
204 +
205 +[[image:1730341567947-831.png||height="629" width="1266"]]
206 +
207 += 4. create rule chain =
208 +
209 +== 4.1 creat rule chain ==
210 +
211 +[[image:1730341620059-499.png||height="621" width="1263"]]
212 +
213 +[[image:1730341620061-922.png||height="612" width="1263"]]
214 +
215 +Regarding the rule chain, you can see the relevant explanation below:
216 +
217 +[[https:~~/~~/wiki.thingseye.io/xwiki/bin/view/Main/Basic%20configuration%20of%20rule%20chains/>>https://wiki.thingseye.io/xwiki/bin/view/Main/Basic%20configuration%20of%20rule%20chains/]]
218 +
219 +== 4.2 replace rule chain ==
220 +
221 +[[image:1730341620064-656.png||height="628" width="1265"]]
222 +
223 +
136 136  {{{Hope this article can be helpful to you.Good luck to you!}}}