🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 1. Introduction The Wi-Fi monitor support local monitoring mode via LAN where there is no internet. It can upload the data to your PC that running Local Monitoring Software we provided via LAN. **How it Works** ![1](http://leweidoc.oss-cn-hangzhou.aliyuncs.com/lewei50/img/htmanual-20181214-L2.png.png) ## 2. Local Monitoring Software You can monitor the data on your PC that running Local Monitoring Software we provided via LAN. 1. Download the [Local Monitoring Software](http://leweidoc.oss-cn-hangzhou.aliyuncs.com/lewei50/software/LocalMonitoringSoftware.zip) and run it on your PC. The operation system of your PC must be windows. 2. If your Wi-Fi monitor is already connected to your home router, normally it will automatically appear on Local Monitoring Software. If not, you can manually add it by click "Add" button, enter the name and IP address allocated of your Wi-Fi monitor. ![1](https://leweidoc.oss-cn-hangzhou.aliyuncs.com/lewei50/img/htmanual-20181214-L4.png) 3. You can view the historical data by right click on device panel. The historical data is saved in your PC as CSV file. ![1](https://leweidoc.oss-cn-hangzhou.aliyuncs.com/lewei50/img/htmanual-20181214-L5.png) ## 3 Http get interface of WTH8266 In local monitoring scenario, the WTH8266 is working as a http server. Its API calling method is **http get ip/monitorjson** as shown in the picture below. ![WTH-8266 http server](https://doc-resources.lewei50.com/lewei50/img/ht-20181205-2.jpg) **Data Packet Description** The example the data package is: > "status":"succeed","data":[13.1875],"mac":"b4e62d313338" **data**:The first data is the temperature value, and the second one is the humidity value. If only the temperature is measured, just one data is transmitted. **mac**:The mac address of the WiFi module which can be used as SN. ## Http get interface of WTH3080 In local monitoring scenario, the WTH3080 is working as a http server. Its API calling method is **http get ip/monitorjson** as shown in the picture below. ![WTH-3080 socket](https://doc-resources.lewei50.com/lewei50/img/ht-20181205-4.jpg) **Data Packet Description** The example the data package is: >"method":"uploadsn","mac":"B0F8933BBCBF","version":1.29,"server":"HT","SN":"C2FA94D9","Data":[19.4] **mac**: Mac address of the WiFi module **version**: Firmware version of WTH3080 **SN**: SN of the device **Data**:The first data is the temperature value, and the second one is the humidity value. If only the temperature is measured, just one data is transmitted.