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

From version 84.1
edited by Xiaoling
on 2022/06/24 18:07
Change comment: There is no comment for this version
To version 65.1
edited by Xiaoling
on 2022/06/24 15:58
Change comment: Uploaded new attachment "1656057538793-888.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -61,14 +61,15 @@
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:**
71 71  
71 +(% style="color:red" %)** Notice 2:**
72 +
72 72  Due to shipment and importation limitation, user is better to purchase below parts locally:
73 73  
74 74  * Solar Panel
... ... @@ -80,6 +80,7 @@
80 80  
81 81  
82 82  
84 +
83 83  == 2.2 How it works? ==
84 84  
85 85  (((
... ... @@ -87,9 +87,7 @@
87 87  )))
88 88  
89 89  
90 -(((
91 91  Open WSC1-L and put the yellow jumper as below position to power on WSC1-L.
92 -)))
93 93  
94 94  [[image:1656042192857-709.png]]
95 95  
... ... @@ -102,6 +102,7 @@
102 102  
103 103  
104 104  
105 +
105 105  == 2.3 Example to use for LoRaWAN network ==
106 106  
107 107  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.
... ... @@ -144,9 +144,7 @@
144 144  
145 145  
146 146  
147 -(((
148 148  (% 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.
149 -)))
150 150  
151 151  
152 152  [[image:1656042745346-283.png]]
... ... @@ -160,9 +160,6 @@
160 160  * Valid Sensor Value: Use FPORT=2
161 161  * Other control command: Use FPORT other than 2.
162 162  
163 -
164 -
165 -
166 166  === 2.4.1 Uplink FPORT~=5, Device Status ===
167 167  
168 168  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
... ... @@ -227,13 +227,9 @@
227 227  
228 228  ==== (% style="color:#037691" %)**BAT:**(%%) ====
229 229  
230 -(((
231 231  shows the battery voltage for WSC1-L MCU.
232 -)))
233 233  
234 -(((
235 235  Ex1: 0x0BD6/1000 = 3.03 V
236 -)))
237 237  
238 238  
239 239  
... ... @@ -301,50 +301,22 @@
301 301  [[image:image-20220624140352-2.png]]
302 302  
303 303  
304 -(((
305 305  Below is an example payload:  [[image:image-20220624140615-3.png]]
306 -)))
307 307  
308 -(((
309 -
310 -)))
311 311  
312 -(((
313 313  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.
314 -)))
315 315  
316 -* (((
317 -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.
318 -)))
301 +* 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.
319 319  
320 -(((
321 321   Uplink 1:  [[image:image-20220624140735-4.png]]
322 -)))
323 323  
324 -(((
325 -
326 -)))
327 -
328 -(((
329 329   Uplink 2:  [[image:image-20220624140842-5.png]]
330 -)))
331 331  
332 -(((
333 -
334 -)))
335 335  
336 -* (((
337 -When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
338 -)))
308 +* When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
339 339  
340 -(((
341 341   Uplink 1:  [[image:image-20220624141025-6.png]]
342 -)))
343 343  
344 -(((
345 -
346 -)))
347 -
348 348   Uplink 2:  [[image:image-20220624141100-7.png]]
349 349  
350 350  
... ... @@ -352,25 +352,14 @@
352 352  
353 353  === 2.4.3 Decoder in TTN V3 ===
354 354  
355 -(((
356 356  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.
357 -)))
358 358  
359 -(((
360 -
361 -)))
362 362  
363 -(((
364 364  Download decoder for suitable platform from:
365 -)))
366 366  
367 -(((
368 368  [[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/]]
369 -)))
370 370  
371 -(((
372 372  and put as below:
373 -)))
374 374  
375 375  [[image:1656051152438-578.png]]
376 376  
... ... @@ -378,21 +378,12 @@
378 378  
379 379  == 2.5 Show data on Application Server ==
380 380  
381 -(((
382 382  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:
383 -)))
384 384  
385 -(((
386 -
387 -)))
388 388  
389 -(((
390 390  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
391 -)))
392 392  
393 -(((
394 394  (% 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.
395 -)))
396 396  
397 397  [[image:1656051197172-131.png]]
398 398  
... ... @@ -440,6 +440,9 @@
440 440  
441 441  
442 442  
387 +
388 +
389 +
443 443  == 3.1 Set Transmit Interval Time ==
444 444  
445 445  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -461,6 +461,7 @@
461 461  
462 462  
463 463  
411 +
464 464  == 3.2 Set Emergency Mode ==
465 465  
466 466  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -478,53 +478,28 @@
478 478  
479 479  
480 480  
429 +
481 481  == 3.3 Add or Delete RS485 Sensor ==
482 482  
483 -(((
484 484  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.
485 -)))
486 486  
487 -(((
488 488  (% style="color:#037691" %)**AT Command: **
489 -)))
490 490  
491 -(((
492 492  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
493 -)))
494 494  
495 -* (((
496 -Type_Code range:  A1 ~~ A4
497 -)))
498 -* (((
499 -Query_Length:  RS485 Query frame length, Value cannot be greater than 10
500 -)))
501 -* (((
502 -Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
503 -)))
504 -* (((
505 -Read_Length:  RS485 response frame length supposed to receive. Max can receive
506 -)))
507 -* (((
508 -Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
509 -)))
510 -* (((
511 -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.
512 -)))
513 -* (((
514 -timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
515 -)))
438 +* Type_Code range:  A1 ~~ A4
439 +* Query_Length:  RS485 Query frame length, Value cannot be greater than 10
440 +* Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
441 +* Read_Length:  RS485 response frame length supposed to receive. Max can receive
442 +* Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
443 +* 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.
444 +* timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
516 516  
517 -(((
518 518  **Example:**
519 -)))
520 520  
521 -(((
522 522  User need to change external sensor use the type code as address code.
523 -)))
524 524  
525 -(((
526 526  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
527 -)))
528 528  
529 529  [[image:image-20220624143553-10.png]]
530 530  
... ... @@ -545,6 +545,7 @@
545 545  * has_CRC: 1
546 546  * timeout: 1500 (Fill in the test according to the actual situation)
547 547  
471 +
548 548  **So the input command is:**
549 549  
550 550  AT+DYSENSOR=A1,8,A103000000019CAA,8,24,1,1500
... ... @@ -576,6 +576,7 @@
576 576  
577 577  
578 578  
503 +
579 579  == 3.4 RS485 Test Command ==
580 580  
581 581  (% style="color:#037691" %)**AT Command:**
... ... @@ -600,6 +600,7 @@
600 600  
601 601  
602 602  
528 +
603 603  == 3.5 RS485 response timeout ==
604 604  
605 605  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -626,15 +626,12 @@
626 626  
627 627  
628 628  
555 +
629 629  == 3.6 Set Sensor Type ==
630 630  
631 -(((
632 632  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
633 -)))
634 634  
635 -(((
636 636  See [[definition>>||anchor="HWeatherSensorTypes:"]] for the sensor type.
637 -)))
638 638  
639 639  [[image:image-20220624144904-12.png]]
640 640  
... ... @@ -708,9 +708,6 @@
708 708  * IP Rating: IP65
709 709  * Support default sensors or 3rd party RS485 sensors
710 710  
711 -
712 -
713 -
714 714  == 5.2 Power Consumption ==
715 715  
716 716  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -780,7 +780,6 @@
780 780  
781 781  
782 782  
783 -
784 784  === 6.1.2 Specification ===
785 785  
786 786  * Resolution: 0.2mm
... ... @@ -794,7 +794,6 @@
794 794  
795 795  
796 796  
797 -
798 798  === 6.1.3 Dimension ===
799 799  
800 800   [[image:1656054957406-980.png]]
... ... @@ -807,31 +807,19 @@
807 807  
808 808  === 6.1.5 Installation Notice ===
809 809  
810 -(((
811 811  Do not power on while connect the cables. Double check the wiring before power on.
812 -)))
813 813  
814 -(((
815 815  Installation Photo as reference:
816 -)))
817 817  
818 818  
819 -(((
820 820  (% style="color:#4472c4" %)** Install on Ground:**
821 -)))
822 822  
823 -(((
824 824  WSS-01 Rain Gauge include screws so can install in ground directly .
825 -)))
826 826  
827 827  
828 -(((
829 829  (% style="color:#4472c4" %)** Install on pole:**
830 -)))
831 831  
832 -(((
833 833  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:
834 -)))
835 835  
836 836  [[image:image-20220624152218-1.png||height="526" width="276"]]
837 837  
... ... @@ -867,7 +867,6 @@
867 867  
868 868  
869 869  
870 -
871 871  === 6.2.2 Specification ===
872 872  
873 873  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -883,7 +883,6 @@
883 883  
884 884  
885 885  
886 -
887 887  === 6.2.3 Dimension ===
888 888  
889 889  [[image:image-20220624152813-2.png]]
... ... @@ -901,13 +901,9 @@
901 901  
902 902  === 6.2.6  Installation Notice ===
903 903  
904 -(((
905 905  Do not power on while connect the cables. Double check the wiring before power on.
906 -)))
907 907  
908 -(((
909 909  The sensor must be installed with below direction, towards North.
910 -)))
911 911  
912 912  [[image:image-20220624153901-3.png]]
913 913  
... ... @@ -936,7 +936,6 @@
936 936  
937 937  
938 938  
939 -
940 940  === 6.3.2 Specification ===
941 941  
942 942  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -956,7 +956,6 @@
956 956  
957 957  
958 958  
959 -
960 960  === 6.3.3 Dimension ===
961 961  
962 962  [[image:1656056708366-230.png]]
... ... @@ -971,6 +971,8 @@
971 971  
972 972  Do not power on while connect the cables. Double check the wiring before power on.
973 973  
872 +[[image:1656057016033-551.png]]
873 +
974 974  [[image:1656056751153-304.png]]
975 975  
976 976  [[image:1656056766224-773.png]]
... ... @@ -1001,7 +1001,6 @@
1001 1001  
1002 1002  
1003 1003  
1004 -
1005 1005  === 6.4.2 Specification ===
1006 1006  
1007 1007  * Detect if there is rain or snow
... ... @@ -1015,7 +1015,6 @@
1015 1015  
1016 1016  
1017 1017  
1018 -
1019 1019  === 6.4.3 Dimension ===
1020 1020  
1021 1021  [[image:1656056844782-155.png]]
... ... @@ -1031,9 +1031,7 @@
1031 1031  Do not power on while connect the cables. Double check the wiring before power on.
1032 1032  
1033 1033  
1034 -(((
1035 1035  Install with 15°degree.
1036 -)))
1037 1037  
1038 1038   [[image:1656056873783-780.png]]
1039 1039  
... ... @@ -1066,7 +1066,6 @@
1066 1066  
1067 1067  
1068 1068  
1069 -
1070 1070  === 6.5.2 Specification ===
1071 1071  
1072 1072  * Input Power: DC 12 ~~ 24v
... ... @@ -1093,7 +1093,6 @@
1093 1093  
1094 1094  
1095 1095  
1096 -
1097 1097  === 6.5.3 Dimension ===
1098 1098  
1099 1099  [[image:1656057170639-522.png]]
... ... @@ -1156,7 +1156,6 @@
1156 1156  
1157 1157  
1158 1158  
1159 -
1160 1160  === 6.6.3 Dimension ===
1161 1161  
1162 1162  [[image:1656057348695-898.png]]
... ... @@ -1195,13 +1195,10 @@
1195 1195  
1196 1196  === 6.7.1 Feature ===
1197 1197  
1198 -(((
1199 -PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1200 -)))
1091 +PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light’s Photosynthetically Available Radiation.
1201 1201  
1202 -(((
1093 +
1203 1203  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1204 -)))
1205 1205  
1206 1206  
1207 1207  === 6.7.2 Specification ===
... ... @@ -1218,16 +1218,14 @@
1218 1218  * Power Consumption: 3mA @ 12v
1219 1219  
1220 1220  
1221 -
1222 -
1223 1223  === 6.7.3 Dimension ===
1224 1224  
1225 -[[image:1656057538793-888.png]]
1113 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image036.png]]
1226 1226  
1227 1227  
1228 1228  === 6.7.4 Pin Mapping ===
1229 1229  
1230 -[[image:1656057548116-203.png]]
1118 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
1231 1231  
1232 1232  
1233 1233  === 6.7.5 Installation Notice ===
... ... @@ -1235,12 +1235,11 @@
1235 1235  Do not power on while connect the cables. Double check the wiring before power on.
1236 1236  
1237 1237  
1238 -[[image:1656057557191-895.png]]
1126 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image037.png]]
1239 1239  
1128 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image038.png]]
1240 1240  
1241 -[[image:1656057565783-251.png]]
1242 1242  
1243 -
1244 1244  = 7. FAQ =
1245 1245  
1246 1246  == 7.1 What else do I need to purchase to build Weather Station? ==
... ... @@ -1247,50 +1247,47 @@
1247 1247  
1248 1248  Below is the installation photo and structure:
1249 1249  
1250 -[[image:1656057598349-319.png]]
1137 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png]]
1251 1251  
1252 1252  
1253 -[[image:1656057608049-693.png]]
1140 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image039.png]]
1254 1254  
1255 1255  
1256 1256  
1144 +
1257 1257  == 7.2 How to upgrade firmware for WSC1-L? ==
1258 1258  
1259 -(((
1260 1260  Firmware Location & Change log:
1261 -)))
1262 1262  
1263 -(((
1264 1264  [[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/WSC1-L/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/WSC1-L/]]
1265 -)))
1266 1266  
1267 1267  
1268 -(((
1269 -Firmware Upgrade instruction:  [[Firmware Upgrade Instruction>>doc:Main.Firmware Upgrade Instruction for STM32 base products.WebHome||anchor="H2.HardwareUpgradeMethodSupportList"]]
1270 -)))
1152 +Firmware Upgrade instruction:
1271 1271  
1154 +[[https:~~/~~/wiki.dragino.com/index.php?title=Firmware_Upgrade_Instruction_for_STM32_base_products#Hardware_Upgrade_Method_Support_List>>url:https://wiki.dragino.com/index.php?title=Firmware_Upgrade_Instruction_for_STM32_base_products#Hardware_Upgrade_Method_Support_List]]
1272 1272  
1156 +
1273 1273  == 7.3 How to change the LoRa Frequency Bands/Region? ==
1274 1274  
1275 -User can follow the introduction for how to [[upgrade image>>||anchor="H7.2HowtoupgradefirmwareforWSC1-L3F"]]. When download the images, choose the required image file for download.
1159 +User can follow the introduction for how to upgrade image. When download the images, choose the required image file for download.
1276 1276  
1277 1277  
1162 +
1278 1278  == 7.4 Can I add my weather sensors? ==
1279 1279  
1280 -Yes, connect the sensor to RS485 bus and see instruction:  [[add sensors.>>||anchor="H3.3AddorDeleteRS485Sensor"]]
1165 +Yes, connect the sensor to RS485 bus and see instruction: [[add sensors.>>path:#Add_sensor]]
1281 1281  
1282 1282  
1283 1283  = 8. Trouble Shooting =
1284 1284  
1285 -== 8.1 AT Command input doesn't work ==
1286 1286  
1287 -(((
1288 -In the case if user can see the console output but can't type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn't send (% style="color:green" %)**ENTER**(%%) while press the send key, user need to add ENTER in their string.
1289 -)))
1290 1290  
1291 1291  
1173 +
1174 +
1292 1292  = 9. Order Info =
1293 1293  
1177 +
1294 1294  == 9.1 Main Process Unit ==
1295 1295  
1296 1296  Part Number: (% style="color:blue" %)**WSC1-L-XX**
... ... @@ -1309,66 +1309,62 @@
1309 1309  
1310 1310  == 9.2 Sensors ==
1311 1311  
1312 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1313 -|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number**
1314 -|(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1315 -|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1316 -|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
1317 -|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:110px" %)WSS-03
1318 -|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:110px" %)WSS-04
1319 -|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:110px" %)WSS-05
1320 -|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:110px" %)WSS-06
1321 -|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1196 +|**Sensor Model**|**Part Number**
1197 +|**Rain Gauge**|WSS-01
1198 +|**Rain Gauge installation Bracket for Pole**|WS-K2
1199 +|**Wind Speed Direction 2 in 1 Sensor**|WSS-02
1200 +|**CO2/PM2.5/PM10 3 in 1 Sensor**|WSS-03
1201 +|**Rain/Snow Detect Sensor**|WSS-04
1202 +|**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|WSS-05
1203 +|**Total Solar Radiation Sensor**|WSS-06
1204 +|**PAR (Photosynthetically Available Radiation)**|WSS-07
1322 1322  
1323 -
1324 1324  = 10. Support =
1325 1325  
1326 1326  * 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.
1327 -* Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
1209 +* Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to
1328 1328  
1211 +[[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
1329 1329  
1330 1330  
1331 1331  
1332 1332  
1216 +
1333 1333  = 11. Appendix I: Field Installation Photo =
1334 1334  
1335 1335  
1336 -[[image:1656058346362-132.png||height="685" width="732"]]
1220 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image040.png]]
1337 1337  
1222 +
1338 1338  **Storage Battery**: 12v,12AH li battery
1339 1339  
1340 1340  
1226 +Wind Speed/Direction.
1341 1341  
1342 -**Wind Speed/Direction**
1228 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image041.png]]
1343 1343  
1344 -[[image:1656058373174-421.png||height="356" width="731"]]
1345 1345  
1231 +Total Solar Radiation sensor
1346 1346  
1233 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image042.png]]
1347 1347  
1348 -**Total Solar Radiation sensor**
1349 1349  
1350 -[[image:1656058397364-282.png||height="453" width="732"]]
1351 1351  
1237 +PAR Sensor
1352 1352  
1239 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image043.png]]
1353 1353  
1354 -**PAR Sensor**
1355 1355  
1356 -[[image:1656058416171-615.png]]
1242 +CO2/PM2.5/PM10 3 in 1 sensor
1357 1357  
1244 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image044.png]]
1358 1358  
1359 1359  
1360 -**CO2/PM2.5/PM10 3 in 1 sensor**
1247 +Rain / Snow Detect:
1361 1361  
1362 -[[image:1656058441194-827.png||height="672" width="523"]]
1249 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image045.png]]
1363 1363  
1364 1364  
1252 +Rain Gauge.
1365 1365  
1366 -**Rain / Snow Detect**
1367 -
1368 -[[image:1656058451456-166.png]]
1369 -
1370 -
1371 -
1372 -**Rain Gauge**
1373 -
1374 -[[image:1656058463455-569.png||height="499" width="550"]]
1254 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image046.png]]
1656057548116-203.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -284.5 KB
Content
1656057557191-895.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -202.3 KB
Content
1656057565783-251.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -114.7 KB
Content
1656057598349-319.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -106.2 KB
Content
1656057608049-693.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -523.4 KB
Content
1656058346362-132.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -1.2 MB
Content
1656058373174-421.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -742.2 KB
Content
1656058397364-282.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -848.1 KB
Content
1656058416171-615.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -560.4 KB
Content
1656058441194-827.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -1.1 MB
Content
1656058451456-166.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -366.8 KB
Content
1656058463455-569.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -924.1 KB
Content