¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 

Hi Adrian,

?

OK - I have not tested this with an older version of HRD.? ?That said, I can make this work, but I will need your help.? ?My thoughts right now are that the HRD v5 does not send the buffer as the v6 currently does.

The mission, if you accept, is to capture the data between DM780 and HRD v5, and then email me the data.? ?I'll review it and edit my flow accordingly.

?

You will require Wireshark and this will be run on the same PC as HRD and DM780 are installed.

Prerequisites: install Wireshark

Steps using Wireshark, HRD, and DM780:

  1. Start Wireshark.? ?A menu of "interfaces" will be displayed.
  2. Choose the "Adapter for Loopback Traffic capture" by double clicking it.? See image.
  3. Your Wireshark should start spewing data like this next image.? ?Note that the traffic is on port 7809.
  4. Use DM780 to change frequency, mode (USB/LSB/FM/AM/CW), etc.??
  5. Restart HRD once.? ?This will send get context (which already works), but there might be other stuff.
  6. Stop Wireshark capture by pressing the Red Box.? ?See image.
  7. Save the Wireshark capture by sel4ecting File, Save As.? See image.
  8. Send me the file.? ? callsign at gmail com

I'll study the differences and use the "get version" response to automatically select the method used to parse the payload.

?

Greg VE9GFI?




?

?

?

?


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 

¿ªÔÆÌåÓý

I believe 6.2 and older then 6.3 and newer have a different connection scheme. That is probably your issue.

?

Try downloading the free 30 day trial of 6.8

?

Dave wo2x

?

?

From: [email protected] <[email protected]> On Behalf Of Adrian Fewster
Sent: Tuesday, June 7, 2022 10:19 AM
To: [email protected]
Subject: Re: [nodered-hamradio] File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

?

5.24 Greg, an old version, but supports the FT-897 well, before HRD removed the flash ram agc cmds etc
Perhaps there was an instruction change after this version ?
I appreciate your help, It is not looking hopeful, but I have learn't a lot.

regards
]
Adrian


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 

What version of HRD are you running?? ?

Did you try to connect to the "Demo-Matic" radio in HRD?


Observations: The response from the Query HRD node should be a buffer of data.? ?Could you expand the HRD result by pressing on the "right arrow"?? ?This will expand that section.

?

Greg

?

?

Greg


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 
Edited

Hi Adrian,

?

Yes, your HRD is properly setup.? ?In the Context Flow view, your HRD Context is "93", which means that NodeRed was able to query and obtain that value from HRD.??

To level the playing field, can you change your HRD radio to the "Demo-Matic" version.? ?This emulates the FT-2000 radio.

Ideally, you would see this....

?

The contextflow variables should be populated....?

?

?

And, if you turn on the debug node called "HRD Result", your debug should display this data.? ? Can you expand the payload section?? ?You should see this sort of data.?

?

If the display works with the DemoMatic, then I'd like to see the returned payload from your FT897 radio, and I'll make adjustments.

?

Also, please edit the node "Carousel of Query Types".? There is an array called "getQueries".? ?Please edit line 9 to be?const getQueries=[16,21,17 ,25];? This will add the "get id" and "get version" query and this will be displayed in the context flow variable screen.? ? ?As you see, I am using HRD version? v6.7.0.357.b357.??

?

?



Greg VE9GFI

?


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 

no... the context variables are what has been polled and stored... it's not a configuration parameter.

I'm in a meeting but afterwards I will go and change my HRD configuration to use the "test" TS-2000 radio.

I don't believe that the type of radio that is connected matters, but I have no way of testing (other than testing the sample ts-2000.)

Greg


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 

Adrian

Here is a link for a description of Context Variables.

Alan. WA9WUD

https://nodered.org/docs/user-guide/context


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 

Adrian. Click the flow context refresh button to the right of the word "Flow", 2 circular arrow button.

Ron WB2WGH?

On Tue, Jun 7, 2022, 8:16 AM Adrian Fewster <vk4tux@...> wrote:
Greg, do i need to select something on left ?

I see ;


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 

Also, can you take a look at the context flow variable tab.? ? Yours and mine should look like this:

?


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 
Edited

Hi Adrian,

?

I am connecting to the HRD IP Server, and note that the checkbox "Same PC connections only" is unchecked.? ?This allows the Linux server with NodeRed to connect to the other PC running HRD.

?

Greg VE9GFI


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 

Adrian - Link to Mosquetto?install.

Alan. WA9WUD



On Tue, Jun 7, 2022 at 6:57 AM Adrian Fewster <vk4tux@...> wrote:
On Tue, Jun 7, 2022 at 03:53 AM, <ve9gfi@...> wrote:
MQTT
Greg Thanks, obviously i am flying blind regarding MQTT, thanks for chiming in.

so ;

How to Install The Mosquitto MQTT Broker on Linux
  1. sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa.
  2. sudo apt-get update.
  3. sudo apt-get install mosquitto.
  4. sudo apt-get install mosquitto-clients.
  5. sudo apt clean.
Is above what I need ? or is it a node red module via pallette etc ?


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 

whoops .... "this site" means ....?https://mosquitto.org/download/


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 

Hi Adrian,

Please install MQTT.? ? I am using Eclipse Mosquitto MQTT in a docker container, but this site has the installation instructions for a bare metal install too.

I'll look through my backups to see if I have a pre-mqtt HRD flow that I can also share.? ?That said, if you install MQTT, it will make future projects easier.? ? This HRD flow is part of an amplifier project and none of the systems are running on the same server.? ? ?MQTT and NodeRed are in docker on a linux server.? ?The amplifier has ESP32 MCUs that read voltages and publish to MQTT, and my desktop runs HRD.? ? ?

When it's properly installed, all the MQTT symbols will display as "connected".? ?

Greg VE9GFI

?


Lotw stuck on "testing"

 

I've configured my Lotw and clicked the "test" button and it gets stuck on "testing" and never completes. The program continues to run and otherwise work. It won't download from lotw. Username and password work fine on the lotw site. Any ideas?


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 

¿ªÔÆÌåÓý

Hi Adrian

I haven¡¯t tried the new HRD flow yet but just thinking¡­.

Check HRD TCP server settings. There is a checkbox for same PC only connections. That needs to be unchecked for connections from Node Red or other computers.

Again, thinking outside the box.

I do want to try HRD again. Currently using N3FJP AC Log.

73
Dave wo2x


On Jun 6, 2022, at 11:29 PM, Adrian Fewster <vk4tux@...> wrote:

?

[Edited Message Follows]

Ron, Ok I get it that is MQTT intercom then with sub nodes.
I am just trying to get interaction with HRD .
Update > I found the other tcp requests for port 7809, and change IP for local host.
I see the connect icon cycling, but no displayed info yet on ui.

Thankyou

Adrian


Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

 

Adrian, quick Goole surf of TCP port 1883 looks to be Mosquito MQTT. Never used it but much discussion of its use with Node Red flows. That is as much light as I can shed on the subject. Dave, Stephen, Allan and others seem to be the subject matter experts.



Ron WB2WGH?


On Mon, Jun 6, 2022, 10:22 PM Adrian Fewster <vk4tux@...> wrote:
Thankyou, I imported, and am looking at connecting my FT-897.
I changed the lan IP to localhost, and see the port 1883.

Can you tell me what port 1883 is please ? DDE ?

In anycase I cannot get it to connect to my HRD 5.24 running under wine in linux.
It is listening on tcp 7805, however no luck with that port either.
I think that is a HRD remote client port.

thankyou

Adrian Fewster


File /!1! Flows by Type/RADIOS/HRD_ve9gfi.json updated #file-notice

Group Notification
 

The following files and folders have been updated in the Files area of the [email protected] group.

By: ve9gfi@...

Description:
Ham Radio Deluxe integration. v.1.0 Requires: MQTT Description: Polls HRD and extracts the radio's frequency. Tracks the HRD Context and self-recovers if HRD is restarted. You can set the frequency via a dashboard menu. Developed using DM780 and a FT-847, as a part of larger Amplifier project. If you have additional commands that could be added, please DM me.


Grey line map?

 

Anyone have a flow for a 2D greyline map? I'm not talking about the plottable full page made, but a smaller greyline map more the size that people are using in their rotor flows.?


Re: Dayton is over - time to play

 

David,

Thank You !!!

Steve KG5VK


Re: Dashboard Alignment Issues

 

Hi, Kyle:

I restarted Node Red on each of the two RPis. No change in behavior.
--
Mark

K0LO