mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-20 17:26:30 +00:00
parent
e0515a7d30
commit
c22cdd24b2
@ -4,9 +4,24 @@
|
|||||||
- the _Device Decoder File(s)_ for your _End Device(s)_
|
- 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)
|
2. Add this line to `autoexec.be` in the Tasmota File System (create if necessary)
|
||||||
`load("LwDecode.be")`
|
`load("LwDecode.be")`
|
||||||
3. Join the End Devices to the Tasmota LoRaWan Bridge.
|
3. `Main Menu` > `Restart`
|
||||||
- e.g. `LoRaWanAppKey<x> yyyyyyyy` where `<x>` is the Tasmota LoRaWan node number.
|
4. Join the End Devices to the Tasmota LoRaWan Bridge.
|
||||||
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.
|
- METHOD 1 (Console)
|
||||||
e.g. `LoRaWanDecoder1 LHT52` associates node 1 with the `LHT52.be` decoder file
|
- `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