Page 1 of 1

MMDVM Duplex DMR info not seen *HELP PLEASE* 🙏🏻

Posted: Thu Jan 12, 2023 4:33 pm
by SM7ZDR
I have a strange issue on my Pi4 MMDVM Duplex that my own call info and some others aint shown in the Nextion display on the info line the ”name-city ” etc
(Comes up ”info not found in stripped csv”)
*but the info is seen on the small Anytone 878 display thou*


I have updated all to newest
RadioID.net csv
Pi-Star 4.1.6
Brandmeister settings
- all seems right there

Is there maybe a pi-star MMDVMHost setting missed where it should get the info from or something? :roll:

Re: MMDVM Duplex DMR info not seen *HELP PLEASE* 🙏🏻

Posted: Wed Jan 18, 2023 2:20 pm
by KN2TOD
The stripped.csv file is static, woefully out-of-date, rarely updated.

You can bring it up to date (relatively) by running this script:

Code: Select all

rpi-rw
cd /usr/local/etc
sudo curl --fail -o stripped.csv -f https://database.radioid.net/static/user.csv
rpi-ro
No need to run this daily, or even weekly, as the chances of encountering another missing entry are small; just run as the need arises.

Maybe, someday, it will be added to the daily host file download, but til then...