Keyboard Shortcuts
Likes
- Nodered-Hamradio
- Messages
Search
Re: Looking for comments from new members using Node Red
toggle quoted message
Show quoted text
On Jan 24, 2021, at 5:04 PM, Marty Boroff via groups.io <m_boroff@...> wrote:
|
Re: Array Solutions Stack Match ?
toggle quoted message
Show quoted text
On Jan 24, 2021, at 4:59 PM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
|
Re: Array Solutions Stack Match ?
开云体育On Jan 24, 2021, at 4:59 PM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
|
Re: Looking for comments from new members using Node Red
You can update the settings.js to have an encrypted password. I don’t have a link but found the instructions by googling something like hot to secure node-red. There are commented out lines in the file.?
toggle quoted message
Show quoted text
73, Marty WD9GYM? On Sunday, January 24, 2021, 4:56 PM, Scott Dickson <w5wz@...> wrote:
|
Re: Array Solutions Stack Match ?
no, but I will put something together. ? Stand by On Sun, Jan 24, 2021 at 4:50 PM Scott Dickson <w5wz@...> wrote:
|
Array Solutions Stack Match ?
Has anyone already tackled a flow to control an Array Solutions Stack Match?? The next step along the path to useful station automation will be the ability to control six of these units via the Node-Red Dashboard.
Here is the antenna selection and output matrix from the control box --Scott, W5WZ |
A little bit beyond getting started... Looking for first flow to import for Flex 6400
Andy K7AMB
Group,
I have been getting a ton of good info from this group, Youtube, online etc.? I am to the point where I have everything installed, and I have played with node-red and FRstack enough to be able to send REST commands to my 6400, and I have created a simple dashboard.? I wanted to get to this point where I felt like I had a decent understanding of what is going on under the hood before I asked to borrow someone else's work. So, if you were in my place, which flow would you suggest I import to get a leap from where I am today (see pic), to a more featured dashboard / control for just my 6400? Thanks in advance! Andy K7AMB |
Re: Interest in Zoom presentation on loading nodes, flows and dashboard customizations?
开云体育I am going to set up something for this Wednesday at 8 p.m. Eastern U.S. That is 1 a.m. Zulu.?The intent is to record it so people that cannot attend can view the presentation at a later date.? I will post a link on here probably tomorrow.? 73 Dave wo2x Sent from my waxed string and tin cans.? On Jan 24, 2021, at 1:55 PM, Santiago Mejia via groups.io <hi8smx@...> wrote:
|
SteppIR Assistance Please
I am successfully running NodeRED with my Flex 6500, a network switch, thermometer… I installed the SteppIR scripts from the NodeRED Ham WiKi and I would appreciate some help with the SteppIR flow. My BigIR and SDA2000 are connected to the Flex using the SteppIR S12 serial cable and an FTDI USB adapter to the controller OUT connector. The NodeRED SteppIR dashboard tracks the Flex frequency but the 'connect to antenna’ and other buttons do nothing. The antenna type is displayed as ‘beam’ (the antenna type in the controller is BigIR). I don’t know whether the flow is actually talking to the SteppIR or simply getting some info from the Flex. I set a debug on the message payload in the SteppIR flow and the results are provided below. 1/24/2021, 9:35:10 AM msg.payload : Object object IsReceivingStatus: false OpenBtnStr: "Connect to Antenna" OpenStr: "Closed" OpenStateStr: "Disconnected" IsFrstackTrackManual: false IsFrstackTrackManualStr: "" IsValid: false IsValidNoCat: false StepVersion: null StepDir: 0 StepDirStr: "" StepFreq: 0 SliceFreq: 7019900 DispStepFreq: "" DispSliceFreq: "7.020" Autotrack: false TxInhibit: false AntState: 0 AntStateStr: "" FollowAnt: 0 FollowAntStr: "TX Slice" IsBeam: true BeamVertStr: “Beam" I would greatly appreciate any direction from someone who has this working. Have I missed something? Thanks, Ron K2RAS |
Re: Looking for comments from new members using Node Red
开云体育I plan to show some of the ways I get the data I want. I just finished a flow to show SO2R status using broadcast packets from N1MM+. It too a little thinking to get the TX indication to display for the proper radio.I definitely plan to show examples of the debug node. 73 Dave wo2x On Jan 23, 2021, at 9:01 AM, Kyle K <kylekrieg@...> wrote:
|
Re: Looking for comments from new members using Node Red
For the more advanced items, I'd throw in some common functions code you might want have in your back pocket to manipulate strings or numbers.
Some of the functions I've looked up in the past and have used are; toString(); parseFloat(); subStr(); Just a thought. Kyle AA0Z ? |
Re: Video Frstack
开云体育Hi Alan,?His issue was 32 bit OS with 64 bit .Net. I will modify the 64 bit WiKi to be more explicit about how to download and install the 64 bit OS since the Raspberry OS installer tool does not have a selection for 64 bit OS. I have been running the 64 bit OS on a Pi 3b and Pi 4 for a while without issue. 73 Dave On Jan 23, 2021, at 7:54 AM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
|
Re: Video Frstack
Also....
Mark, MKCM Software, has an excellent Readme documenting all aspects of using FRStack on Raspberry Pis (32 and 64), Macs and Linux machines. He has details for all the installs of Dot.Net, Node-Red, and FRStack. ?Also, details on the FRStack Configuration file (UDP broadcasts for meters and N1MM formatted packets, default settings, and Com settings for PG-XL and SPE amps) And a list of all of the REST commands for controlling your Flex, Your PG-XL, and SPE amp. ?He recently added GPIO relay controls. ? Use these commands to build Node-Red flows and to build custom buttons on your StreamDeck Device. Alan WA9WUD |
Re: Video Frstack
Here are the commands to load the latest Dot.Net onto a 32 bit Rasberry Pi operating system.? I assume you are using a PC computer with a VNC viewer or an SSH terminal program to access your Raspberry Pi. - Change directory?to the Downloads folder: ? ? ?? ? ? ? ? ? ? ? ? ??cd ~/Downloads/ - On your computer's web browser, go to the Dot Net Web site to get the link for the latest version.? Today it is v5.0.102. ?? Copy the download link: ?- Go back to your Raspberry Pi terminal - Download the Dot.Net zip file to your downloads folder.? Use the "sudo wget" then paste the download path. ? ? ?sudo wget? - Make a new directory named "dotnet" in the "opt" directory: ? ? ? ? ? ? ?sudo mkdir -p /opt/dotnet - Get the exact?name of the file you downloaded: ? ? ? ?ls - Unzip the Dot.net file you downloaded now in the Downloads direcory and move the unzipped files to the" /opt/dotnet" directory.? Note carefully the name of the download, the version number will need to be adjusted. ? ? ? ?sudo tar -zxf aspnetcore-runtime-5.0.102-linux-arm.tar.gz -C /opt/dotnet - Make a "link" of the "dotnet" file and place the link in the "/usr/bin" direcory: ? ? ? ? ?sudo ln -s /opt/dotnet/dotnet /usr/bin Done.? Now install FRStack. Alan. WA9WUD On Fri, Jan 22, 2021 at 9:29 PM Alan Blind, WA9WUD via <a.alan.blind=[email protected]> wrote: Raspberry pi dot org says the 64 bit is under development, so use with caution.? I always use the “ Stable” 32 bit version. |
Re: FRStack Web APIs 3.1.23.48 release using .NET5
开云体育The numeric decimal and thousands separator is determined by the language of the operating system. I am not aware of any application level settings. Could you have been using a different language on the PI vs. the Linux machine? ? Mark W3II ? From: Tormod Brunsby via groups.io
Sent: Friday, January 22, 2021 9:27 AM To: [email protected] Subject: Re: [nodered-hamradio] FRStack Web APIs 3.1.23.48 release using .NET5 ? Has the frequency parameter delimiter for MHz been changed from "," to "."? ? |