From c22cdd24b2bca3e742746cec612bd9c62fd6e219 Mon Sep 17 00:00:00 2001 From: UBWH <72185209+UBWH@users.noreply.github.com> Date: Wed, 9 Jul 2025 18:31:32 +0800 Subject: [PATCH] Update README.md (#23656) Add LoRaWAN Configuration page instructions --- tasmota/berry/lorawan/decoders/README.md | 25 +++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/tasmota/berry/lorawan/decoders/README.md b/tasmota/berry/lorawan/decoders/README.md index ec4a657f5..7ce516d10 100644 --- a/tasmota/berry/lorawan/decoders/README.md +++ b/tasmota/berry/lorawan/decoders/README.md @@ -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 yyyyyyyy` where `` 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 ` where `` 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 yyyyyyyy` + - `` 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 ` + - `` 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` \ No newline at end of file + 6. Restart Berry with this Tasmota console command: `BrRestart`