connection lost after some days

Home Forums General connection lost after some days

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22736
    Markus Duschek
    Participant

    hi

    My configuration is:

    Multitech Conduit (MTCDT-LEU1-247A) with loracard (MTAC-LORA-H-868) and GSM Cellular for WAN Transport.

    After a few days of trouble-free operation, the gateway no longer sends data. after a restart, everyone is back.
    I looked at the log files and found the following:

    14:43:08 INFO: Watchdog is disabled
    14:43:08 INFO: Contact email configured to “xxx.xxx.com”
    14:43:08 INFO: Description configured to “Gateway from IBBD.AT”
    14:43:08 INFO: [Transports] Initializing protocol for 1 servers
    14:43:09 INFO: [TTN] server “bridge.eu.thethings.network” connected
    14:43:09 INFO: [main] Starting the concentrator
    ERROR: FAIL TO CONNECT BOARD
    INFO: FPGA supported features: [TX filter] [Spectral Scan]
    14:43:09 ERROR: [main] failed to start the concentrator
    14:43:13 *** Multi Protocol Packet Forwarder for Lora Gateway ***
    Version: 3.0.10
    14:43:13 *** Lora concentrator HAL library version info ***
    Version: 5.0.1; Options: native;

    devicehq is not interrupted. Only the last seen status on console.thethingsnetwork.org is interrupted and and packages are not received.

    markus

    #22738
    Jason Reiss
    Keymaster

    I was going to suggest the ttn forum as well, but you are already there!
    https://www.thethingsnetwork.org/forum/t/multitech-ttn-connection-lost-after-some-days/13017

    The log has this message but the unit is working after reboot?

    Take note of the IP address on PPP
    $ ifconfig

    When the device fails check again if the IP address has changed on the cellular interface.

    Try to add “autoquit_threshold” to the gateway config to restart if the IP changes.

    Check that there is only one packet forwarder process running
    $ ps -A

    Try to stop the packet forwarder, reset the lora card, then start the packet forwarder. This should occur on reboot
    $ mts-io-sysfs store lora/reset 0
    $ mts-io-sysfs store lora/reset 1

    Check that the card hardware is functioning, cdone should go low when creset is low.
    $ mts-io-sysfs show lora/cdone
    $ mts-io-sysfs store lora/creset 0
    $ mts-io-sysfs show lora/cdone
    $ mts-io-sysfs store lora/creset 1
    $ mts-io-sysfs show lora/cdone

    #22739
    Jason Reiss
    Keymaster
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.