تخطي إلى المحتوى الرئيسي

Operator checklist — devices live krijgen

1. Inventory

  • IMEI in OmniTrack registreren (Fleet → Devices of CSV bulk).
  • SIM/APN kloppen voor data; test SIM in laptop of volgens operator.

2. Serverzijde (beheerder)

  • HTTP‑app draait (poort 3000 of achter reverse proxy met TLS).
  • telematics-gateway draait (Docker Compose of npm run telematics-gateway) voor live GPS (Codec 8).
  • Firewall: TCP 5027 (of jouw poort) alleen naar vertrouwde IP’s / VPN.
  • DATABASE_URL zelfde DB voor app en gateway.

3. Device configurator (Teltonika)

  • Server IP/Domein en poort = jullie gateway (standaard 5027).
  • Protocol TCP (zoals in handleiding FMC920 / model).
  • IMEI‑acceptatie: device staat in devices‑tabel (anders handshake geweigerd, tenzij lab‑flag TELEM_GATEWAY_ALLOW_UNKNOWN_IMEI).

4. Firmware (optioneel)

  • Zie FOTA.md: HTTPS‑host + firmware_download_url + Configurator.

5. Verificatie

  • In DB: device_online / device_positions vullen na rit.
  • In UI: kaart / fleet toont last ping waar van toepassing.
  • Metrics: http://<gateway>:9092/metrics (intern).