mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 00:36:33 +00:00
parent
e0515a7d30
commit
c22cdd24b2
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user