(please move if this is the incorrect forum category)
tl;dr – Ground station message count on Airframes.io web UI stopped updating & displayed “No recent messages found.” Decoder changed from dumpvdl2
to vdlm2dec
, now recent messages are displayed but Heard Messages count remains the same.
Hi all,
I originally set up an ACARS feeder, and a few hours later changed to VDL. I didn’t notice any issues initially, only a few days later when I noticed the message count for my linked ground station was not updating. I’m wondering if someone can tell me if the issue is with my config?
Thanks in advance!
Timeline
-
Set up ACARS feed, then change to VDL. Originally using
acarsdec
(station IDs: 237339489, 237339490, 237339491) then todumpvdl2
(station ID: 237339492). Total duration: <2 days -
A few days later I noticed that Heard Messages had not changed, and when I clicked on the Receiver in Airframes.io Dashboard, under Recent Messages displayed “No recent messages found.” error message. Duration <22 days
-
Yesterday, disabled
dumpvdl2
& set upvdlm2dec
. Configured new feed information (e.g.feed.airframes.io:5552
→feed.acars.io:5555
) and retained Station ID. -
Ground station is now showing recent messages, but message counter has not changed.
Current Configuration
Decoder is vdlm2dec
complied from source, running on Pi 4, also feeding ADS-B + UAT.
Decoder Options
/usr/local/bin/vdlm2dec -v -J -G -E -U -g 200 -i TCKV5-VDL -l /var/log/vdlm2dec/vdlm2dec.jsonl -j feed.acars.io:5555 -r 1 136.725 136.775 136.875 136.975
Version Info
$ vdlm2dec -h
vdlm2dec: invalid option – ‘h’
vdlm2dec 2.3 Copyright (c) 2016-2023 Thierry Leconte
~/vdlm2dec $ git log -1 --pretty=format:“Commit: %h%nAuthor: %an%nDate: %ad%nSubject: %s”
Commit: b47873d
Author: Thierry Leconte
Date: Wed Jun 21 12:05:25 2023 +0200
Subject: fix typo
uname -a
Linux gonkberry4 6.12.25+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.25-1+rpt1 (2025-04-30) aarch64 GNU/Linux