Sign inSign up

wagoautomation/chirpstack-rollout-v4

By wagoautomation

โ€ขUpdated 6 months ago

Prepare Edge Computer as LoRaWan Gateway

Image
0

1.1K

wagoautomation/chirpstack-rollout-v4 repository overview

โ ๐Ÿš€ LoRa ChirpStack for WAGO Edge Computer 752-94xx

โ Full Stack Implementation with ChirpStack v4

Docker Pulls Docker Image Version Docker Image Size License


โ ๐Ÿ“ฆ Overview

This container deploys a complete ChirpStack v4 LoRaWAN stack, including:

  • LoRaWAN Network Server
  • Application Server
  • Packet Forwarder for Advantech WISE-R311 (Semtech chipset)

All configuration steps are automatically handled by the integrated Rollout Engine.


โ โš™๏ธ 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 included.


โ ๐Ÿณ Setup via Portainer

  1. Open Portainer โ†’ https://IP-EDGE:9443โ 
  2. Create a new Stack
  3. Paste the configuration below
  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 UI


โ ๐Ÿ’ก Notes

  • The rollout container is a one-time setup tool
  • The container will stop automatically after execution
  • This behavior is expected and intended โœ”๏ธ

โ โญ Optional Improvements

You could further enhance this repository with:

  • ๐Ÿ“Š GitHub Actions (CI/CD)
  • ๐Ÿ“– Troubleshooting section
  • ๐Ÿ” Security notes (ports, credentials)
  • ๐Ÿงช Example device integrations

โ ๐Ÿ“œ License

MIT License (adjust if needed)


โ ๐Ÿ“บ Additional Videos

Here are three additional videos that can be shared or promoted within the documentation, README, or presentation:

These videos can provide further context, demonstrations, or insights.

Tag summary

Content type

Image

Digest

sha256:ad24e9df4โ€ฆ

Size

8.2 MB

Last updated

6 months ago

docker pull wagoautomation/chirpstack-rollout-v4:1.0.5