Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with Hearham.live call sign listener #142

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

programmin1
Copy link

@programmin1 programmin1 commented Jan 2, 2022

Hearham.live is the free callsign listener for DMR. It works for Brandmeister repeaters in general, but this adds the ability to specifically add a listener to your hotspot, whichever setting it is set to.

To get it working, one must first go to https://hearham.com/setup
get the configuration key which will be put in the dashboard setting here.

With this modified dashboard code, set the Hearham upload key of your channel in the dashboard web interface, then at the terminal:

rpi-rw
sudo nano /etc/crontab

Add to the bottom of the file:

* *     * * *   root    php /var/www/dashboard/mmdvmhost/reportheard.php

and this will be called regularly, sending a text message to anyone who doesn't have their radio turned on - let them know their friend is on the radio :)

@programmin1
Copy link
Author

Any chance this could be added in a future release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant