-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Bug]: Radio names not working #61
Comments
Just want to make sure, that you've also configured N1MM to point to the Node Red install. https://github.com/kylekrieg/Node-Red-Contesting-Dashboard/blob/master/INSTALL.md If that is completed does the issue part of #59 include this? |
I do! The contacts and everything else seem to be working. I'm not sure if the issue referenced includes this or not. Going into the Dashboard Flow and looking at {
"RadioInfo": {
"app": ["N1MM"],
"StationName": ["RUSS-LENOVO"],
"RadioNr": ["1"],
"Freq": ["1424500"],
"TXFreq": ["1424500"],
"Mode": ["USB"],
"OpCall": ["KF0JOU"],
...
}
} This is what my dashboard shows, and how configuration looks for the radios. (Note: the computer name was added manually.) |
I believe so. It has been a while since I've actually had a time and effort to put into this. @KK1L is this the same thing that was wrong Ron? |
Yes. The computer name does not come from the "Radio Names". It is the Station Name from N1MM+, but they are hardcoded to Radio1, 2, 3, etc as the Group Name in the dashboards. I have a version which uses the name assigned in the Config page, but there is something in the flow which causes excessive CPU usage. I have not had the oportunity to spend time on the flow in well over a month now. |
Thiis what I coded vs stock turning off the group name for each of the radios in the dashboard (Radio1 Data, Radio2 Data) and using a varible label for the Operator label. I did have to pass Radio1Name into the payload. Somewhat straightforward but maybe cludgy. |
Going to close due to matching with #59 |
Contact Details
No response
What happened?
No radio data showing on main dashboard. No computer names showing under "Radio Names" in configuration. Manual computer name entry will let me set a computer name to a radio, but still does not show any radio information on dashboards.
Version
1.2.20
Environment
What browsers are you seeing the problem on?
Firefox, Chrome
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: