Last modified by BoYang Xie on 2025/07/24 16:47

From version 195.3
edited by BoYang Xie
on 2025/07/24 16:19
Change comment: There is no comment for this version
To version 195.10
edited by BoYang Xie
on 2025/07/24 16:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -451,7 +451,7 @@
451 451  
452 452  AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**06**A4CB00,0,3
453 453  
454 -**LTS5 panel data format**:
454 +**Currently, there are two types of panel data formats in LTS5. One is the temperature and humidity type, and the other is the "switch" type. Here is the detailed introduction.**
455 455  
456 456  ~1. AT+SEND=1,**01**  **4b69746368656e2d467269676531FFFF  A84041000181D4A8  01  A4CB  BB0A  8E08  5C02**,0,3
457 457  
... ... @@ -463,15 +463,15 @@
463 463  
464 464  **01: **Panel Type. 1 Byte. 0x01~-~->Tem & Hum,
465 465  
466 - 0x02~-~->Door,
466 + 0x02~-~->Door,
467 467  
468 - 0x03~-~->Water Leak,
468 + 0x03~-~->Water Leak,
469 469  
470 - 0x04~-~->Occupied,
470 + 0x04~-~->Occupied,
471 471  
472 - 0x05~-~->Button,
472 + 0x05~-~->Button,
473 473  
474 - 0x06~-~->Alarm,
474 + 0x06~-~->Alarm,
475 475  
476 476  **A4CB: **Battery level//. //2 Bytes. Battery Voltage =0xCBA4&0x3FFF=0x0BA4=2980mV
477 477  
... ... @@ -481,6 +481,7 @@
481 481  
482 482  **5C02:**The humidity of the built-in sensor in LHT65N. 2 Bytes. Humidity: 0x025C/10=60.4%
483 483  
484 +
484 484  2. AT+SEND=1,**01**  **4b69746368656e2d467269676531FFFF**  **A84041000181D4A8**  **02  A4CB  00**,0,3
485 485  
486 486  Specific sections of the data share the same function.
... ... @@ -487,14 +487,15 @@
487 487  
488 488  **00: Status. **1 Byte//. //If Panel Type is 0x02, **Status: 00~-~->Open; 01~-~->Close.**
489 489  
490 - If Panel Type is 0x03, **Status: 00~-~->Normal; 01~-~->Water Leaking.**
491 + If Panel Type is 0x03, **Status: 00~-~->Normal; 01~-~->Water Leaking.**
491 491  
492 - If Panel Type is 0x04, **Status: 00~-~->Free; 01~-~->Occupied.**
493 + If Panel Type is 0x04, **Status: 00~-~->Free; 01~-~->Occupied.**
493 493  
494 - If Panel Type is 0x05, **Status: 00~-~->OFF; 01~-~->ON.**
495 + If Panel Type is 0x05, **Status: 00~-~->OFF; 01~-~->ON.**
495 495  
496 - If Panel Type is 0x06, **Status: 00~-~->OFF; 01~-~->Alarm.**
497 + If Panel Type is 0x06, **Status: 00~-~->OFF; 01~-~->Alarm.**
497 497  
499 +
498 498  == 5.3 Usage ==
499 499  
500 500  After burning the firmware into LTS5, you can use an LA66 equipped with peer-to-peer firmware to send data to LTS5 via AT commands.