Skip to content

WAGO/lorawan-chirpstack-v4-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 

Repository files navigation

LoRa Chirpstack for WAGO Edge Computer 752-94xx

Full Stack Implementation with ChirpStack v4


πŸ“¦ Overview

This container sets up the complete ChirpStack v4 stack, including the required LoRaWAN packet forwarder for the Advantech gateway card (Semtech chipset).

All configuration steps are handled automatically by the Rollout Engine inside the container.


βš™οΈ Prerequisites


πŸ–ΌοΈ Architecture Overview

LoRaWAN Stack


⚠️ Important

Make sure to use a unique Gateway ID when starting the container.


πŸš€ Setup via SSH

docker run -it --rm --name="rollout" \
  -v /root:/root \
  -e GATEWAY_ID="AA555A0000240xxx" \
  wagoautomation/chirpstack-rollout-v4:1.0.5

πŸ”‘ Access after setup

Preconfigured sensor devices are already available.


🐳 Setup via Portainer

  1. Open Portainer: https://IP-EDGE:9443
  2. Create a new Stack
  3. Paste the following configuration
  4. Click Deploy the stack
version: "3.8"

services:
  rollout:
    image: wagoautomation/chirpstack-rollout-v4:1.0.5
    container_name: rollout
    stdin_open: true
    tty: true
    volumes:
      - /root:/root
    environment:
      - GATEWAY_ID=AA555A0000240xxx
    restart: "no"

βž• Final Step

After logging into the UI, simply add your Gateway using your configured Gateway ID.

ChirpStack


πŸ’‘ Notes

  • The rollout container is a one-time setup tool
  • After execution, the container will stop automatically
  • This behavior is expected βœ”οΈ

About

Full stack for Edge PC to use as a LoRaWan Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages