Search found 40 matches

by YL3IM
Mon Mar 29, 2021 11:00 am
Forum: Pi-Star General Support
Topic: Pi-Star Dashboard Remote Publish
Replies: 4
Views: 2167

Re: Pi-Star Dashboard Remote Publish

If you need SSL, you can edit the respective nginx settings within OS itself, put there your certificates etc.
Unless you don't log in to the admin panel from outside, I think it's quite ok to expose the dashboard with port forwarding.
by YL3IM
Tue Mar 16, 2021 6:26 am
Forum: Pi-Star General Support
Topic: Dashboard display static/dynamic TG ???
Replies: 6
Views: 4937

Re: Dashboard display static/dynamic TG ???

Hi! 1. Generate an API key in BrandMeister: https://brandmeister.network/?page=profile-api 2. Put that key in your Pi-Star configuration at /admin/expert/fulledit_bmapikey.php 3. Then in the /admin page you'll get some managing options like https://1.bp.blogspot.com/-8fkIof5r49k/WrJdxCaZCDI/AAAAAAAB...
by YL3IM
Tue Feb 09, 2021 9:09 pm
Forum: Pi-Star General Support
Topic: What does "DMR Data" on my dashboard mean?
Replies: 4
Views: 2102

Re: What does "DMR Data" on my dashboard mean?

In case of SMS or any other readable data — is it possible to implement displaying its contents in the dashboard?

Thanks.
by YL3IM
Tue Feb 02, 2021 8:59 pm
Forum: YSF Specific Support
Topic: No identification in YSF2DMR after the latest Pi-Star upgrade.
Replies: 8
Views: 3766

Re: No identification in YSF2DMR after the latest Pi-Star upgrade.

The issue started with this commit:

Code: Select all

commit d915d044c3564116deb3b2d0d2e21d81c9221035 (HEAD, origin/master, origin/HEAD, master)
Author: root <root@pi-star>
Date:   Tue Feb 2 16:44:34 2021 +0000

    update YSF stack
When the binaries are reverted to a previous version, everything works again.
by YL3IM
Tue Feb 02, 2021 6:20 pm
Forum: YSF Specific Support
Topic: No identification in YSF2DMR after the latest Pi-Star upgrade.
Replies: 8
Views: 3766

No identification in YSF2DMR after the latest Pi-Star upgrade.

Hi!

After the latest Pi-Star upgrade, there's no sending of callsign/ID to the station. Nothing appears, like in analog mode.

Pure YSF reflectors work fine.

Tested on my Yaesu FT-70D.
by YL3IM
Mon Dec 28, 2020 12:57 pm
Forum: Pi-Star General Support
Topic: Automated backup?
Replies: 2
Views: 1003

Re: Automated backup?

Why do you need the GUI frontend? Use a shell script instead, like this one: #!/bin/bash backupDir="/tmp/Pi-Star_Config_${HOSTNAME}_`date +%d-%b-%Y`" backupZip="${backupDir}.zip" mkdir -p ${backupDir} cp -r \ /etc/wpa_supplicant/wpa_supplicant.conf \ /etc/ircddbgateway \ /etc/mmd...
by YL3IM
Tue Dec 01, 2020 10:31 am
Forum: YSF Specific Support
Topic: Shorten/Limit WIRES-X List
Replies: 14
Views: 8886

Re: Shorten/Limit WIRES-X List

The update of /usr/local/etc/YSFHosts.txt can be commented out in /usr/local/sbin/HostFilesUpdate.sh , just add a # before this line: curl --fail -o ${YSFHOSTS} -s http://www.pistar.uk/downloads/YSF_Hosts.txt Or just make the file immutable by: chattr +i /usr/local/etc/YSFHosts.txt After that even r...
by YL3IM
Tue Dec 01, 2020 9:39 am
Forum: YSF Specific Support
Topic: Making private DMR calls with a Yaesu radio in YSF2DMR mode on PiStar hotspots
Replies: 1
Views: 2637

Making private DMR calls with a Yaesu radio in YSF2DMR mode on PiStar hotspots

By default, when trying to make a private call to 1234567 you may end up in the TG 34567 . It happens because the respective contacts should first be added to the /usr/local/etc/TGList_BM.txt file in ID;2;CALLSIGN;DESCRIPTION format. TGList_BM.png To add all calls from your country (Latvia in this e...