Update README.md (#23656)

Add LoRaWAN Configuration page instructions
This commit is contained in:
UBWH 2025-07-09 18:31:32 +08:00 committed by GitHub
parent e0515a7d30
commit c22cdd24b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,9 +4,24 @@
- the _Device Decoder File(s)_ for your _End Device(s)_
2. Add this line to `autoexec.be` in the Tasmota File System (create if necessary)
`load("LwDecode.be")`
3. Join the End Devices to the Tasmota LoRaWan Bridge.
- e.g. `LoRaWanAppKey<x> yyyyyyyy` where `<x>` is the Tasmota LoRaWan node number.
4. Inform Tasmota of the name of the _Decoder File_ for each end device with this Tasmota console command: `LoRaWanDecoder<x> <decoderfile>` where `<x>` is the Tasmota LoRaWan node number.
e.g. `LoRaWanDecoder1 LHT52` associates node 1 with the `LHT52.be` decoder file
3. `Main Menu` > `Restart`
4. Join the End Devices to the Tasmota LoRaWan Bridge.
- METHOD 1 (Console)
- `LoRaWanAppKey<x> yyyyyyyy`
- `<x>` is the Tasmota LoRaWan end node number
- `yyyyyyyy` is the 32 character `Application Key` for this end Device
- METHOD 2 (Config page)
- `Main Menu` > `Configuration` > `LoRaWAN`
- Select the end node number
- Enter the 32 character `Application Key` for this end Device
5. Inform Tasmota of the name of the _Decoder File_ for each end device
- METHOD 1 (Console)
- `LoRaWanDecoder<x> <decoderfile>`
- `<x>` is the Tasmota LoRaWan end node number.
- e.g. `LoRaWanDecoder1 LHT52.be` associates node `1` with the `LHT52.be` decoder file
- METHOD 2 (Config page)
- `Main Menu` > `Configuration` > `LoRaWAN`
- Select the end node number
- Enter the decoder file. e.g. `LHT52.be`
5. Restart Berry with this Tasmota console command: `BrRestart`
6. Restart Berry with this Tasmota console command: `BrRestart`