Last modified by Mengting Qiu on 2025/07/09 16:00

From version 78.4
edited by Xiaoling
on 2022/06/24 16:20
Change comment: There is no comment for this version
To version 85.8
edited by Xiaoling
on 2022/06/25 09:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -61,13 +61,13 @@
61 61  [[image:1656042136605-251.png]]
62 62  
63 63  
64 -(% style="color:red" %) ** Notice 1:**
64 +(% style="color:red" %)**Notice 1:**
65 65  
66 66  * All weather sensors and WSC1-L are powered by MPPT solar recharge controller. MPPT is connected to solar panel and storage battery.
67 67  * WSC1-L has an extra 1000mAh back up battery. So it can work even solar panel and storage battery Fails.
68 68  * Weather sensors won’t work if solar panel and storage battery fails.
69 69  
70 -(% style="color:red" %)** Notice 2:**
70 +(% style="color:red" %)**Notice 2:**
71 71  
72 72  Due to shipment and importation limitation, user is better to purchase below parts locally:
73 73  
... ... @@ -77,12 +77,6 @@
77 77  * Mounting Kit includes pole and mast assembly. Each weather sensor has it’s own mounting assembly, user can check the sensor section in this manual.
78 78  * Cabinet.
79 79  
80 -
81 -
82 -
83 -
84 -
85 -
86 86  == 2.2 How it works? ==
87 87  
88 88  (((
... ... @@ -90,7 +90,9 @@
90 90  )))
91 91  
92 92  
87 +(((
93 93  Open WSC1-L and put the yellow jumper as below position to power on WSC1-L.
89 +)))
94 94  
95 95  [[image:1656042192857-709.png]]
96 96  
... ... @@ -100,11 +100,6 @@
100 100  1. WSC1-L will auto scan available weather sensors when power on or reboot.
101 101  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
102 102  
103 -
104 -
105 -
106 -
107 -
108 108  == 2.3 Example to use for LoRaWAN network ==
109 109  
110 110  This section shows an example for how to join the TTN V3 LoRaWAN IoT server. Usages with other LoRaWAN IoT servers are of similar procedure.
... ... @@ -147,7 +147,9 @@
147 147  
148 148  
149 149  
141 +(((
150 150  (% style="color:blue" %)**Step 2**(%%): Power on WSC1-L, it will start to join TTN server. After join success, it will start to upload sensor data to TTN V3 and user can see in the panel.
143 +)))
151 151  
152 152  
153 153  [[image:1656042745346-283.png]]
... ... @@ -161,11 +161,6 @@
161 161  * Valid Sensor Value: Use FPORT=2
162 162  * Other control command: Use FPORT other than 2.
163 163  
164 -
165 -
166 -
167 -
168 -
169 169  === 2.4.1 Uplink FPORT~=5, Device Status ===
170 170  
171 171  Uplink the device configures with FPORT=5. Once WSC1-L Joined the network, it will uplink this message to the server. After first uplink, WSC1-L will uplink Device Status every 12 hours
... ... @@ -230,9 +230,13 @@
230 230  
231 231  ==== (% style="color:#037691" %)**BAT:**(%%) ====
232 232  
221 +(((
233 233  shows the battery voltage for WSC1-L MCU.
223 +)))
234 234  
225 +(((
235 235  Ex1: 0x0BD6/1000 = 3.03 V
227 +)))
236 236  
237 237  
238 238  
... ... @@ -300,22 +300,50 @@
300 300  [[image:image-20220624140352-2.png]]
301 301  
302 302  
295 +(((
303 303  Below is an example payload:  [[image:image-20220624140615-3.png]]
297 +)))
304 304  
299 +(((
300 +
301 +)))
305 305  
303 +(((
306 306  When sending this payload to LoRaWAN server. WSC1-L will send this in one uplink or several uplinks according to LoRaWAN spec requirement. For example, total length of Payload is 54 bytes.
305 +)))
307 307  
308 -* When WSC1-L sending in US915 frequency DR0 data rate. Because this data rate has limitation of 11 bytes payload for each uplink. The payload will be split into below packets and uplink.
307 +* (((
308 +When WSC1-L sending in US915 frequency DR0 data rate. Because this data rate has limitation of 11 bytes payload for each uplink. The payload will be split into below packets and uplink.
309 +)))
309 309  
311 +(((
310 310   Uplink 1:  [[image:image-20220624140735-4.png]]
313 +)))
311 311  
315 +(((
316 +
317 +)))
318 +
319 +(((
312 312   Uplink 2:  [[image:image-20220624140842-5.png]]
321 +)))
313 313  
323 +(((
324 +
325 +)))
314 314  
315 -* When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
327 +* (((
328 +When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
329 +)))
316 316  
331 +(((
317 317   Uplink 1:  [[image:image-20220624141025-6.png]]
333 +)))
318 318  
335 +(((
336 +
337 +)))
338 +
319 319   Uplink 2:  [[image:image-20220624141100-7.png]]
320 320  
321 321  
... ... @@ -323,14 +323,25 @@
323 323  
324 324  === 2.4.3 Decoder in TTN V3 ===
325 325  
346 +(((
326 326  In LoRaWAN platform, user only see HEX payload by default, user needs to use payload formatters to decode the payload to see human-readable value.
348 +)))
327 327  
350 +(((
351 +
352 +)))
328 328  
354 +(((
329 329  Download decoder for suitable platform from:
356 +)))
330 330  
358 +(((
331 331  [[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/WSC1-L/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/WSC1-L/]]
360 +)))
332 332  
362 +(((
333 333  and put as below:
364 +)))
334 334  
335 335  [[image:1656051152438-578.png]]
336 336  
... ... @@ -338,12 +338,21 @@
338 338  
339 339  == 2.5 Show data on Application Server ==
340 340  
372 +(((
341 341  Application platform provides a human friendly interface to show the sensor data, once we have sensor data in TTN V3, we can use Datacake to connect to TTN V3 and see the data in Datacake. Below are the steps:
374 +)))
342 342  
376 +(((
377 +
378 +)))
343 343  
380 +(((
344 344  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
382 +)))
345 345  
384 +(((
346 346  (% style="color:blue" %)**Step 2**(%%): Configure your Application to forward data to Datacake you will need to add integration. Go to TTN V3 Console ~-~-> Applications ~-~-> Integrations ~-~-> Add Integrations.
386 +)))
347 347  
348 348  [[image:1656051197172-131.png]]
349 349  
... ... @@ -391,9 +391,6 @@
391 391  
392 392  
393 393  
394 -
395 -
396 -
397 397  == 3.1 Set Transmit Interval Time ==
398 398  
399 399  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -438,25 +438,51 @@
438 438  
439 439  == 3.3 Add or Delete RS485 Sensor ==
440 440  
478 +(((
441 441  Feature: User can add or delete 3^^rd^^ party sensor as long they are RS485/Modbus interface,baud rate support 9600.Maximum can add 4 sensors.
480 +)))
442 442  
482 +(((
443 443  (% style="color:#037691" %)**AT Command: **
484 +)))
444 444  
486 +(((
445 445  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
488 +)))
446 446  
447 -* Type_Code range:  A1 ~~ A4
448 -* Query_Length:  RS485 Query frame length, Value cannot be greater than 10
449 -* Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
450 -* Read_Length:  RS485 response frame length supposed to receive. Max can receive
451 -* Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
452 -* has_CRC:  RS485 Response crc check  (0: no verification required 1: verification required). If CRC=1 and CRC error, valid data will be set to 0.
453 -* timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
490 +* (((
491 +Type_Code range:  A1 ~~ A4
492 +)))
493 +* (((
494 +Query_Length:  RS485 Query frame length, Value cannot be greater than 10
495 +)))
496 +* (((
497 +Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
498 +)))
499 +* (((
500 +Read_Length:  RS485 response frame length supposed to receive. Max can receive
501 +)))
502 +* (((
503 +Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
504 +)))
505 +* (((
506 +has_CRC:  RS485 Response crc check  (0: no verification required 1: verification required). If CRC=1 and CRC error, valid data will be set to 0.
507 +)))
508 +* (((
509 +timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
510 +)))
454 454  
512 +(((
455 455  **Example:**
514 +)))
456 456  
516 +(((
457 457  User need to change external sensor use the type code as address code.
518 +)))
458 458  
520 +(((
459 459  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
522 +)))
460 460  
461 461  [[image:image-20220624143553-10.png]]
462 462  
... ... @@ -477,6 +477,7 @@
477 477  * has_CRC: 1
478 478  * timeout: 1500 (Fill in the test according to the actual situation)
479 479  
543 +
480 480  **So the input command is:**
481 481  
482 482  AT+DYSENSOR=A1,8,A103000000019CAA,8,24,1,1500
... ... @@ -566,9 +566,13 @@
566 566  
567 567  == 3.6 Set Sensor Type ==
568 568  
633 +(((
569 569  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
635 +)))
570 570  
637 +(((
571 571  See [[definition>>||anchor="HWeatherSensorTypes:"]] for the sensor type.
639 +)))
572 572  
573 573  [[image:image-20220624144904-12.png]]
574 574  
... ... @@ -747,19 +747,31 @@
747 747  
748 748  === 6.1.5 Installation Notice ===
749 749  
818 +(((
750 750  Do not power on while connect the cables. Double check the wiring before power on.
820 +)))
751 751  
822 +(((
752 752  Installation Photo as reference:
824 +)))
753 753  
754 754  
827 +(((
755 755  (% style="color:#4472c4" %)** Install on Ground:**
829 +)))
756 756  
831 +(((
757 757  WSS-01 Rain Gauge include screws so can install in ground directly .
833 +)))
758 758  
759 759  
836 +(((
760 760  (% style="color:#4472c4" %)** Install on pole:**
838 +)))
761 761  
840 +(((
762 762  If user want to install on pole, they can purchase the (% style="color:#4472c4" %)** WS-K2 :  Bracket Kit for Pole installation**(%%), and install as below:
842 +)))
763 763  
764 764  [[image:image-20220624152218-1.png||height="526" width="276"]]
765 765  
... ... @@ -833,9 +833,13 @@
833 833  
834 834  === 6.2.6  Installation Notice ===
835 835  
916 +(((
836 836  Do not power on while connect the cables. Double check the wiring before power on.
918 +)))
837 837  
920 +(((
838 838  The sensor must be installed with below direction, towards North.
922 +)))
839 839  
840 840  [[image:image-20220624153901-3.png]]
841 841  
... ... @@ -903,8 +903,6 @@
903 903  
904 904  Do not power on while connect the cables. Double check the wiring before power on.
905 905  
906 -[[image:1656057016033-551.png]]
907 -
908 908  [[image:1656056751153-304.png]]
909 909  
910 910  [[image:1656056766224-773.png]]
... ... @@ -969,7 +969,9 @@
969 969  Do not power on while connect the cables. Double check the wiring before power on.
970 970  
971 971  
1054 +(((
972 972  Install with 15°degree.
1056 +)))
973 973  
974 974   [[image:1656056873783-780.png]]
975 975  
... ... @@ -1082,6 +1082,7 @@
1082 1082  
1083 1083  
1084 1084  
1169 +
1085 1085  === 6.6.2 Specification ===
1086 1086  
1087 1087  * Input Power: DC 5 ~~ 24v
... ... @@ -1140,9 +1140,13 @@
1140 1140  
1141 1141  === 6.7.1 Feature ===
1142 1142  
1228 +(((
1143 1143  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1230 +)))
1144 1144  
1232 +(((
1145 1145  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1234 +)))
1146 1146  
1147 1147  
1148 1148  === 6.7.2 Specification ===
... ... @@ -1253,20 +1253,19 @@
1253 1253  
1254 1254  == 9.2 Sensors ==
1255 1255  
1256 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
1257 -|=(% style="width: 462px;" %)**Sensor Model**|=(% style="width: 110px;" %)**Part Number**
1258 -|(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1259 -|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1260 -|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
1261 -|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:110px" %)WSS-03
1262 -|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:110px" %)WSS-04
1263 -|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:110px" %)WSS-05
1264 -|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:110px" %)WSS-06
1265 -|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1345 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:500px" %)
1346 +|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 200px;" %)**Part Number**
1347 +|(% style="width:462px" %)**Rain Gauge**|(% style="width:120px" %)WSS-01
1348 +|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:120px" %)WS-K2
1349 +|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:120px" %)WSS-02
1350 +|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:120px" %)WSS-03
1351 +|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:120px" %)WSS-04
1352 +|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:120px" %)WSS-05
1353 +|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:120px" %)WSS-06
1354 +|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:120px" %)WSS-07
1266 1266  
1267 1267  
1268 1268  
1269 -
1270 1270  = 10. Support =
1271 1271  
1272 1272  * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
... ... @@ -1275,10 +1275,12 @@
1275 1275  
1276 1276  
1277 1277  
1366 +
1367 +
1278 1278  = 11. Appendix I: Field Installation Photo =
1279 1279  
1280 1280  
1281 -[[image:1656058346362-132.png]]
1371 +[[image:1656058346362-132.png||height="685" width="732"]]
1282 1282  
1283 1283  **Storage Battery**: 12v,12AH li battery
1284 1284  
... ... @@ -1286,13 +1286,13 @@
1286 1286  
1287 1287  **Wind Speed/Direction**
1288 1288  
1289 -[[image:1656058373174-421.png]]
1379 +[[image:1656058373174-421.png||height="356" width="731"]]
1290 1290  
1291 1291  
1292 1292  
1293 1293  **Total Solar Radiation sensor**
1294 1294  
1295 -[[image:1656058397364-282.png]]
1385 +[[image:1656058397364-282.png||height="453" width="732"]]
1296 1296  
1297 1297  
1298 1298  
... ... @@ -1304,7 +1304,7 @@
1304 1304  
1305 1305  **CO2/PM2.5/PM10 3 in 1 sensor**
1306 1306  
1307 -[[image:1656058441194-827.png]]
1397 +[[image:1656058441194-827.png||height="672" width="523"]]
1308 1308  
1309 1309  
1310 1310  
... ... @@ -1316,4 +1316,4 @@
1316 1316  
1317 1317  **Rain Gauge**
1318 1318  
1319 -[[image:1656058463455-569.png]]
1409 +[[image:1656058463455-569.png||height="499" width="550"]]