🚒Troubleshooting Guidelines

This page provides a collection of common issues that might occur as well as steps to resolve them.

Although we are always happy to help, please take your time and try to find the issue you are facing here before contacting us via our SWARM Support Center.

My device shows up as "OFFLINE" in the control center 😨

  1. Check if the device is powered

    • Is the device powered with DC barrel (PoE is not supported)

    • Is the power supply fulfilling the recommended specs (12V, >2A)

    • Is the LED next to the ethernet port on? Please take a picture

  2. Check internet connectivity

    • Does the P101 respond to ping in the local network?

A camera stream is "not running" 😩
  • Check hardware

    • Check if the ethernet cables connecting (O)P101, P401 (PoE switch), and the camera are properly plugged in and not damaged.

    • OP101:

      • Check the LED state of the port used on the PoE switch

  • Check camera configuration

    • Are you using the correct connection type? RTSP or USB Cameras are supported

    • Are you using the correct camera host, port and path to access the camera stream?

    • Are you using the correct username and password?

A camera stream has status "Warning" 😢
  • Check the reason of the warning status by hovering over the symbol

    • Video frames cannot be retrieved correctly - At least 10% of camera frames the camera delivers are broken.

    • Performance issues - The performance (frames per second) are dropping below the limit of the configured event types.

  • Check if your device is configured according to our recommendations

  • Do not ignore warnings of this type. Expected accuracy values might not be reached.

A camera stream is "not configured" 🙀
"No camera feed" in Swarm Control Center 😾
  • Try refreshing the frame

  • Try refreshing your browser window

  • Check camera configuration

    • Are you using the correct connection type? RTSP or USB Cameras are supported

    • Are you using the correct camera host, port and path to access the camera stream?

    • Are you using the correct username and password?

No events are created from a camera stream 😿

General

Data Analytics

  • Check if you created suitable dashboards and widgets for your use case, please refer to our detailed data analytics guide

Custom MQTT

  • Know what you are doing:)

  • Refer to our detailed guide on custom MQTT solutions

    • Connect via SSH to the device

    • Install tcpdump sudo apt install tcpdump

    • Record network traffic, filter for LTE interface and IP address of the broker

    sudo tcpdump -i eth0 host 91.213.98.152 -w dump

    • Transfer the file dump and analyse with Wireshark

Last updated