chirpstack / chirpstack-docker

Setup ChirpStack using Docker Compose
https://www.chirpstack.io/
MIT License
273 stars 316 forks source link

Gateway is never seen #76

Open mpgprofe opened 1 year ago

mpgprofe commented 1 year ago

After adding a new gateway (TTOG gateway), I have seen in dashboard that this gateway never connects. My server has ports 1700/udp and 1700/tcp opened.

lewisxhe commented 1 year ago

First of all, you should be running

docker-compose up

Then check whether there are errors in the operation. The latest yal file is faulty. Please see here https://github.com/chirpstack/chirpstack-docker/issues/75

urbanskalar commented 1 year ago

I think I have the same issue. I can see some traffic incoming from the gateway to the mqtt broker, but the status on web UI remains never seen. Image 29 Image 30

BaptisteG64 commented 1 year ago

I think I have the same issue. I can see some traffic incoming from the gateway to the mqtt broker, but the status on web UI remains never seen. Image 29 Image 30

I see the same issue. did you solve it? thx

ameerhazo commented 9 months ago

Hi @BaptisteG64, @urbanskalar, I ran into the same problem that you've had. Have you managed to fix the problem? My chirpstack.toml MQTT configuration is pointing to the MQTT broker host. (tcp://$MQTT_BROKER_HOST:1883/). Unfortunately, I dont know to which host or IP address this path $MQTT_BROKER_HOST is pointing to when its running on a Docker container.

MarcoCiau commented 4 months ago

Hey, I'm trying to overcome the same problem. Any updates?

ameerhazo commented 4 months ago

Hi @MarcoCiau, what is the problem youre running into?

miladmrm commented 2 months ago

Hi. Has anyone solved the problem?

Mmmarton commented 1 month ago

Having the same issue. Any progress on this one?