RAK2287 gateway not showing up online on TTS :(

Issue: Unable to get my Lora gw based on RAK2287 online in TTN V3 (TTS V2)

Setup: RAK2287 SPI PCI board installed in RAK2287 Pi Hat and the whole on a PI4 linked by Ethernet at Internet (has internet access working properly)

Details: have done the classic setup for TTN old version as documented on Rak Wiki, then I updated TTN server address as was suggested by Rak for the new one: eu1.cloud.thethings.network but gw keeps being offline in TTN Console

Side note: the gw appears as RAK7248 in gateway-config program while I have a RAK2287 system, not sure if it’s a problem or not ! I just followed the tutorial on Rak wiki !

Side note (extra): when I push the Join button of a Lora device (Dragino LHT65) that is already setup for TTS, I see the Blue LED on RAK2287 that goes on while the LHT65 transmits but no message shows up in TTS console of both the Dragino device and the gw !

Side note (extra): I have noticed there is well a permanent network connection at TTS server (eu1) but there is also an other connection at an other AWS instance :confused:

Side note (extra): If I let the firmware in defaut config with Chirpstack server I see all the Join coming up from my local Lora devices so for sure hardware is working properly !

Output of ttn service on the PI (and all Chiprstack related services are well stopped)

pi@rak-gateway:~ $ sudo systemctl status ttn-gateway.service 
● ttn-gateway.service - The Things Network Gateway
   Loaded: loaded (/lib/systemd/system/ttn-gateway.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2021-10-04 15:57:12 BST; 11min ago
 Main PID: 739 (start.sh)
    Tasks: 7 (limit: 4335)
   CGroup: /system.slice/ttn-gateway.service
           ├─739 /bin/bash /opt/ttn-gateway/packet_forwarder/lora_pkt_fwd/start.sh
           └─767 ./lora_pkt_fwd

Oct 04 16:08:00 rak-gateway ttn-gateway[739]: # BEACON sent so far: 0
Oct 04 16:08:00 rak-gateway ttn-gateway[739]: # BEACON rejected: 0
Oct 04 16:08:00 rak-gateway ttn-gateway[739]: ### [JIT] ###
Oct 04 16:08:00 rak-gateway ttn-gateway[739]: src/jitqueue.c:440:jit_print_queue(): INFO: [jit] queue is empty
Oct 04 16:08:00 rak-gateway ttn-gateway[739]: #--------
Oct 04 16:08:00 rak-gateway ttn-gateway[739]: src/jitqueue.c:440:jit_print_queue(): INFO: [jit] queue is empty
Oct 04 16:08:00 rak-gateway ttn-gateway[739]: ### [GPS] ###
Oct 04 16:08:00 rak-gateway ttn-gateway[739]: # Valid time reference (age: 1 sec)
Oct 04 16:08:00 rak-gateway ttn-gateway[739]: # GPS coordinates: latitude 46.53509, longitude 6.65255, altitude 623 m
Oct 04 16:08:00 rak-gateway ttn-gateway[739]: ##### END #####
pi@rak-gateway:~ $

Thanks

Vincèn

Use journalctl or whatever to watch the logs on an ongoing basis, particularly as your node transmits.

Is the packet forwarder getting push and pull acks?

Make sure that the address its actually connecting to is the correct one for TTN.

From what I see in logs it look to get push and pull when I push the Button of my Dragino sensor to force it to send a Join request, I see the Blue led on few seconds on board and I see some traffics in local logs of pi (see below) but silent console in TTN both for the Dragino device and for the gw :frowning:
and a netstat tells me there are two sockets connected at port 1700 of the AWS instance of eu1… so I guess it connects at TTN but doesn’t transmit anything ??

Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: *** Packet Forwarder ***
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: Version: 2.0.1
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: *** SX1302 HAL library version info ***
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: Version: 2.0.1;
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: ***
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Little endian host
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: found configuration file global_conf.json, parsing it
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: global_conf.json does contain a JSON object named SX130x_conf, parsing SX1302 parameter
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: com_type SPI, com_path /dev/spidev0.0, lorawan_public 1, clksrc 0, full_duplex 0
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: antenna_gain 0 dBi
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Configuring legacy timestamp
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: no configuration for SX1261
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Configuring Tx Gain LUT for rf_chain 0 with 16 indexes for sx1250
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: radio 0 enabled (type SX1250), center frequency 867500000, RSSI offset -215.399994, tx 
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: radio 1 enabled (type SX1250), center frequency 868500000, RSSI offset -215.399994, tx 
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Lora multi-SF channel 0>  radio 1, IF -400000 Hz, 125 kHz bw, SF 5 to 12
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Lora multi-SF channel 1>  radio 1, IF -200000 Hz, 125 kHz bw, SF 5 to 12
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Lora multi-SF channel 2>  radio 1, IF 0 Hz, 125 kHz bw, SF 5 to 12
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Lora multi-SF channel 3>  radio 0, IF -400000 Hz, 125 kHz bw, SF 5 to 12
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Lora multi-SF channel 4>  radio 0, IF -200000 Hz, 125 kHz bw, SF 5 to 12
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Lora multi-SF channel 5>  radio 0, IF 0 Hz, 125 kHz bw, SF 5 to 12
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Lora multi-SF channel 6>  radio 0, IF 200000 Hz, 125 kHz bw, SF 5 to 12
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Lora multi-SF channel 7>  radio 0, IF 400000 Hz, 125 kHz bw, SF 5 to 12
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Lora std channel> radio 1, IF -200000 Hz, 250000 Hz bw, SF 7, Explicit header
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: FSK channel> radio 1, IF 300000 Hz, 125000 Hz bw, 50000 bps datarate
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: global_conf.json does contain a JSON object named gateway_conf, parsing gateway paramet
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: gateway MAC address is configured to AA555A0000000000
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: server hostname or IP address is configured to "eu1.cloud.thethings.network"
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: upstream port is configured to "1700"
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: downstream port is configured to "1700"
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: downstream keep-alive interval is configured to 10 seconds
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: statistics display interval is configured to 30 seconds
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: upstream PUSH_DATA time-out is configured to 100 ms
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: packets received with a valid CRC will be forwarded
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: packets received with a CRC error will NOT be forwarded
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: packets received with no CRC will NOT be forwarded
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: GPS serial port path is configured to "/dev/ttyAMA0"
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Reference latitude is configured to 0.000000 deg
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Reference longitude is configured to 0.000000 deg
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Reference altitude is configured to 0 meters
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Beaconing period is configured to 0 seconds
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Beaconing signal will be emitted at 869525000 Hz
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Beaconing channel number is set to 1
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Beaconing channel frequency step is set to 0Hz
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Beaconing datarate is set to SF9
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Beaconing modulation bandwidth is set to 125000Hz
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: Beaconing TX power is set to 27dBm
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: global_conf.json does contain a JSON object named debug_conf, parsing debug parameters
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: got 2 debug reference payload
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: reference payload ID 0 is 0xCAFE1234
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: reference payload ID 1 is 0xCAFE2345
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: setting debug log file name to loragw_hal.log
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: found configuration file local_conf.json, parsing it
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: local_conf.json does contain a JSON object named gateway_conf, parsing gateway paramete
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: gateway MAC address is configured to DCA632FFFE023A47
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: packets received with a valid CRC will be forwarded
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: packets received with a CRC error will NOT be forwarded
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: packets received with no CRC will NOT be forwarded
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: [main] TTY port /dev/ttyAMA0 open for GPS synchronization
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: Opening SPI communication interface
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: Note: chip version is 0x10 (v1.0)
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: using legacy timestamp
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: LoRa Service modem: configuring preamble size to 8 symbols
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: ARB: dual demodulation disabled for all SF
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: found temperature sensor on port 0x39
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: [main] concentrator started, packet can now be received
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: concentrator EUI: 0x0016c001ff1a0663
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: WARNING: [gps] GPS out of sync, keeping previous time reference
Oct 04 19:12:36 rak-gateway ttn-gateway[4123]: INFO: [modify_os_time] local_time=1633371156, gps_time=1633371155
Oct 04 19:12:45 rak-gateway sudo[4251]:       pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/usr/bin/systemctl status ttn-gateway.serv
Oct 04 19:12:45 rak-gateway sudo[4251]: pam_unix(sudo:session): session opened for user root by pi(uid=0)
Oct 04 19:12:45 rak-gateway sudo[4251]: pam_unix(sudo:session): session closed for user root
Oct 04 19:13:14 rak-gateway sudo[4424]:       pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/usr/bin/systemctl status ttn-gateway.serv
Oct 04 19:13:14 rak-gateway sudo[4424]: pam_unix(sudo:session): session opened for user root by pi(uid=0)
Oct 04 19:13:14 rak-gateway sudo[4424]: pam_unix(sudo:session): session closed for user root
Oct 04 19:13:16 rak-gateway sudo[4439]:       pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/usr/bin/systemctl status ttn-gateway.serv
Oct 04 19:13:16 rak-gateway sudo[4439]: pam_unix(sudo:session): session opened for user root by pi(uid=0)
Oct 04 19:13:16 rak-gateway sudo[4439]: pam_unix(sudo:session): session closed for user root
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [modify_os_time] The difference between the system time(1633371156) and the GPS time(16
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [down] PULL_ACK received in 32 ms
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [down] PULL_ACK received in 31 ms
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ##### 2021-10-04 18:13:06 GMT #####
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ### [UPSTREAM] ###
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # RF packets received by concentrator: 0
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # CRC_OK: 0.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # RF packets forwarded: 0 (0 bytes)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # PUSH_DATA datagrams sent: 0 (0 bytes)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # PUSH_DATA acknowledged: 0.00%
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ### [DOWNSTREAM] ###
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # PULL_DATA sent: 3 (100.00% acknowledged)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # PULL_RESP(onse) datagrams received: 0 (0 bytes)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # RF packets sent to concentrator: 0 (0 bytes)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # TX errors: 0
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ### SX1302 Status ###
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # SX1302 counter (INST): 30787848
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # SX1302 counter (PPS):  0
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # BEACON queued: 0
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # BEACON sent so far: 0
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # BEACON rejected: 0
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ### [JIT] ###
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: src/jitqueue.c:440:jit_print_queue(): INFO: [jit] queue is empty
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: #--------
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: src/jitqueue.c:440:jit_print_queue(): INFO: [jit] queue is empty
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ### [GPS] ###
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # Valid time reference (age: 0 sec)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # no valid GPS coordinates available yet
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ##### END #####
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: JSON up: {"stat":{"time":"2021-10-04 18:13:06 GMT","rxnb":0,"rxok":0,"rxfw":0,"ackr":0.0,"dwn
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 32 ms
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [down] PULL_ACK received in 31 ms
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: Received pkt from mote: 264C4527 (fcnt=31333)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: JSON up: {"rxpk":[{"jver":1,"tmst":36056089,"time":"2021-10-04T18:13:46.056089Z","tmms":13174
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 31 ms
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [down] PULL_ACK received in 31 ms
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: Received pkt from mote: 264C4527 (fcnt=31333)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: JSON up: {"rxpk":[{"jver":1,"tmst":43094516,"time":"2021-10-04T18:14:00.094515Z","tmms":13174
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 32 ms
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: Received pkt from mote: 264C4527 (fcnt=31333)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: JSON up: {"rxpk":[{"jver":1,"tmst":50133920,"time":"2021-10-04T18:14:14.133920Z","tmms":13174
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 31 ms
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [down] PULL_ACK received in 31 ms
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: Received pkt from mote: 264C4527 (fcnt=31333)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: JSON up: {"rxpk":[{"jver":1,"tmst":57173324,"time":"2021-10-04T18:14:28.173324Z","tmms":13174
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 32 ms
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ##### 2021-10-04 18:13:36 GMT #####
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ### [UPSTREAM] ###
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # RF packets received by concentrator: 4
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # CRC_OK: 100.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # RF packets forwarded: 4 (92 bytes)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # PUSH_DATA datagrams sent: 5 (1342 bytes)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # PUSH_DATA acknowledged: 100.00%
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ### [DOWNSTREAM] ###
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # PULL_DATA sent: 3 (100.00% acknowledged)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # PULL_RESP(onse) datagrams received: 0 (0 bytes)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # RF packets sent to concentrator: 0 (0 bytes)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # TX errors: 0
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ### SX1302 Status ###
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # SX1302 counter (INST): 60788286
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # SX1302 counter (PPS):  0
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # BEACON queued: 0
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # BEACON sent so far: 0
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # BEACON rejected: 0
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ### [JIT] ###
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: src/jitqueue.c:440:jit_print_queue(): INFO: [jit] queue is empty
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: #--------
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: src/jitqueue.c:440:jit_print_queue(): INFO: [jit] queue is empty
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ### [GPS] ###
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # Valid time reference (age: 0 sec)
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: # no valid GPS coordinates available yet
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: ##### END #####
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: JSON up: {"stat":{"time":"2021-10-04 18:13:36 GMT","rxnb":4,"rxok":4,"rxfw":4,"ackr":100.0,"d
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 31 ms
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: [down] PULL_ACK received in 31 ms
Oct 04 19:13:39 rak-gateway ttn-gateway[4123]: INFO: Received pkt from mote: 264C4527 (fcnt=31333)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: JSON up: {"rxpk":[{"jver":1,"tmst":64212733,"time":"2021-10-04T18:14:42.212733Z","tmms":13174
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 31 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: Received pkt from mote: 264C4527 (fcnt=31333)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: JSON up: {"rxpk":[{"jver":1,"tmst":71252128,"time":"2021-10-04T18:14:56.252127Z","tmms":13174
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 31 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [down] PULL_ACK received in 31 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: Received pkt from mote: 264C4527 (fcnt=31333)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: JSON up: {"rxpk":[{"jver":1,"tmst":78291503,"time":"2021-10-04T18:15:10.291503Z","tmms":13174
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 30 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [down] PULL_ACK received in 28 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: Received pkt from mote: 264C4527 (fcnt=31333)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: JSON up: {"rxpk":[{"jver":1,"tmst":85382369,"time":"2021-10-04T18:15:24.382368Z","tmms":13174
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 33 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: ##### 2021-10-04 18:14:06 GMT #####
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: ### [UPSTREAM] ###
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # RF packets received by concentrator: 4
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # CRC_OK: 100.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # RF packets forwarded: 4 (92 bytes)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # PUSH_DATA datagrams sent: 5 (1344 bytes)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # PUSH_DATA acknowledged: 100.00%
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: ### [DOWNSTREAM] ###
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # PULL_DATA sent: 3 (100.00% acknowledged)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # PULL_RESP(onse) datagrams received: 0 (0 bytes)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # RF packets sent to concentrator: 0 (0 bytes)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # TX errors: 0
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: ### SX1302 Status ###
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # SX1302 counter (INST): 90788727
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # SX1302 counter (PPS):  0
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # BEACON queued: 0
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # BEACON sent so far: 0
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # BEACON rejected: 0
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: ### [JIT] ###
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: src/jitqueue.c:440:jit_print_queue(): INFO: [jit] queue is empty
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: #--------
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: src/jitqueue.c:440:jit_print_queue(): INFO: [jit] queue is empty
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: ### [GPS] ###
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # Valid time reference (age: 0 sec)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: # no valid GPS coordinates available yet
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: ##### END #####
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: JSON up: {"stat":{"time":"2021-10-04 18:14:06 GMT","rxnb":4,"rxok":4,"rxfw":4,"ackr":100.0,"d
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 30 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [down] PULL_ACK received in 29 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: Received pkt from mote: 264C4527 (fcnt=31333)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: JSON up: {"rxpk":[{"jver":1,"tmst":96769919,"time":"2021-10-04T18:15:47.769919Z","tmms":13174
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 31 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [down] PULL_ACK received in 29 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: Received pkt from mote: 264C4527 (fcnt=31333)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: JSON up: {"rxpk":[{"jver":1,"tmst":103808343,"time":"2021-10-04T18:16:01.808342Z","tmms":1317
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 32 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: Received pkt from mote: 264C4527 (fcnt=31333)
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: JSON up: {"rxpk":[{"jver":1,"tmst":110847719,"time":"2021-10-04T18:16:15.847718Z","tmms":1317
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [up] PUSH_ACK received in 30 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: [down] PULL_ACK received in 31 ms
Oct 04 19:14:33 rak-gateway ttn-gateway[4123]: INFO: Received pkt from mote: 264C4527 (fcnt=31333)
pi@rak-gateway:~ $

Don’t ask me how but it finally showed up in TTN gateway console after a very long time and now I can see nearly every minute gw update showing up in TTN console and my Dragino device working fine now through my gw up to TTN network :wink:

Thanks

Vincèn

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.