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.
- WAGO Edge Computer 752-94xx
- Advantech LoRa Gateway Mini-PCIe Card (WISE-R311)
β WAGO order number:
xxx-xxx - Basic LoRaWAN knowledge
- Latest WAGO OS installed β https://downloadcenter.wago.com/wago/software/details/mfgikzq7c3ra4l9ejo
- Internet connection on the Edge device
- SSH access or Portainer installed
Make sure to use a unique Gateway ID when starting the container.
docker run -it --rm --name="rollout" \
-v /root:/root \
-e GATEWAY_ID="AA555A0000240xxx" \
wagoautomation/chirpstack-rollout-v4:1.0.5- URL: http://IP-EDGE:8080
- User:
admin - Password:
admin
Preconfigured sensor devices are already available.
- Open Portainer: https://IP-EDGE:9443
- Create a new Stack
- Paste the following configuration
- 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"After logging into the UI, simply add your Gateway using your configured Gateway ID.
- The rollout container is a one-time setup tool
- After execution, the container will stop automatically
- This behavior is expected βοΈ

