Keyboard Shortcuts
Likes
- Nodered-Hamradio
- Messages
Search
Re: NR v3 released
开云体育Yes to both Mick. Nice improvements to help with writing and debugging flows.?73 Dave wo2x Sent from my waxed string and tin cans.? On Jul 16, 2022, at 6:52 PM, Mick - W8BE <w8bea2b2c2@...> wrote:
|
Re: NR v3 released
开云体育nodered.org web siteNote - This link is for the Pi install. They have links on the site for other operating systems.? Dave wo2x Sent from my waxed string and tin cans.? On Jul 16, 2022, at 10:27 AM, W8DU_Arnie <mdjdmi@...> wrote:
|
File /!1! Flows by Type/RELAYS/DEVANTECH.json uploaded
#file-notice
Group Notification
The following files and folders have been uploaded to the Files area of the [email protected] group. By: Garnet <gdrakiotes@...> Description: |
Re: NR v3 released
开云体育I’m still at version 14.x?Not sure exact as I am traveling.? Upgraded last night and tested Node Red locally and while traveling. Everything is operational that I have tried.? Dave wo2x Sent from my waxed string and tin cans.? On Jul 15, 2022, at 3:07 PM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
|
Re: NR v3 released
I updated my "test" RPI Node-Red to v3.
The BASH script told me I needed to update Node-JS from version 12. ?It gave me the extra commands to include the Node-JS and the option to select the version. ?I liked the latest, v18. What version of Node-JS is another running when upgrading to Node-Red v3? Alan. WA9WUD |
Re: NR v3 released
开云体育I loaded v3 yesterday evening. Preliminary testing showed everything working.?I ran the bash script on the Pi from a telnet session after stopping Node Red.? Dave wo2x Sent from my waxed string and tin cans.? On Jul 15, 2022, at 9:46 AM, Mick - W8BE <w8bea2b2c2@...> wrote:
|
Re: Stream Deck Question
Hi Barry,
toggle quoted message
Show quoted text
This week has been a bear for me. Topping if off with long road trip later this morning (Friday). If you like, I can help you remotely one day next week. We can update the Node Red to new version 3. I upgraded mine earlier and if any issues I should know by time we do your upgrade. I am using Stephen’s version 1.2 Flex nodes. We can update the flows to be Stream Deck ready and incorporate Alan’s tuner sweep flow. That way whenever you get the Stream Deck it will be easy to integrate. E-mail me direct and we’ll coordinate. 73 Dave wo2x On Jul 14, 2022, at 11:29 PM, Barry Baines via groups.io <bbaines@...> wrote: |
Re: Stream Deck Question
Dave:
On Jul 14, 2022, at 3:46 AM, David De Coons wo2x <RocketNJ@...> wrote:Thank you for the update. I seem to recall having a conversation with you at Hamvention about Node Red and you mentioned using your laptop for demos, but don’t recall whether we discussed Stream Deck. At this point I’m inclined to defer on getting the Stream Deck given that the 32 button version is probably the one to get and the current discount is not as significant as the 15 button version. There is a learning curve and I do need to learn more about what you’ve posted as well as the videos you’ve created before ordering the device. Another question that comes to mind is what strategy to follow regarding updating/upgrading my current Node Red configuration. Late last year I downloaded/installed what you had created for PGXL, Tuner Genius, Antenna Genius, and DLI Power Switch. So now it is 7+ months later and apparently a number of new/updated flows are now available from Alan and you in particular which means I should probably update my Node Red configuration to take advantage of these new capabilities. Consequently, am I better off to: 1. Wipe the slate clean and do a fresh download/install of desired flows; or 2. Do incremental changes presuming that each flow is independent of the other? There is also the question of perhaps having multiple UI ‘pages’ of flows based upon the real estate of what will fit on a given display. Any thoughts on this? 73, Barry, WD4ASW/1
|
Re: NR v3 released
开云体育I took the plunge and upgraded to Node Red 3.0 on my production Pi (after backing up). All went smooth by stopping Node Red, running the bash command, then starting Node Red. I also enabled the Monaco editor while Node Red was stopped (in the Node Red settings.js file). ? All seems to be running fine. I’ll let it burn in for a few hours (nap time for me). ? One new feature is the junction node. This is handy if you have several nodes connecting to a single node. You can create the junction for the various nodes to connect to then from there have only one connection to the other node. This is useful to minimize “wires” running across various areas of your flow. It just makes things “cleaner”. The other function that can be useful is Insert Link Nodes. If you have a connection going from the bottom of your flow to the top you can highlight the connection and right click then choose Insert/Link Nodes and it will change the connection to a pair of Link In/Link Out nodes, again cleaning up the wiring on the flow. ? 73 Dave wo2x ? ? From: [email protected] <[email protected]> On Behalf Of Mike Pate - K5MAP
Sent: Thursday, July 14, 2022 6:01 PM To: [email protected] Subject: [nodered-hamradio] NR v3 released ? In case you haven't heard, Node-Red v3.0 has been released...? |
Re: NR v3 released
开云体育I’ll back up and try an upgrade. Just about to shut the radio for the evening. Will let you know how it goes. If it “blows up” I’ll just rebuild the Pi. ? 73 Dave wo2x ? ? From: [email protected] <[email protected]> On Behalf Of Mike Pate - K5MAP
Sent: Thursday, July 14, 2022 6:01 PM To: [email protected] Subject: [nodered-hamradio] NR v3 released ? In case you haven't heard, Node-Red v3.0 has been released...? |
Re: SPE Flow
Adrian, sorry it took so long to respond. Nope, the dog didn't eat the homework, my mommy is coming?into town for 3 weeks and I'm in the middle of a massive house cleaning! Anyway, Buffer.from([85,85,85,1,13,13]:
That help? On Thu, Jul 14, 2022 at 4:25 PM Adrian Fewster via <vk4tux=[email protected]> wrote: Ron, do you have the buffer codes for those please ? --
Ron |
Re: Pi Problems with node red
开云体育You can set static IP but is very frowned upon. You are better off doing dhcp reservation in router for following reasons:- you want to connect radio direct to computer. If radio is DHCP and router normally handles reservation, a direct connection will use a 169.254.X.X link local IP. Othwise you need to remember radio IP and set PC to static IP on same subnet. - you get new router. Either from your ISP or you buy one. The subnet can be different leaving you with no communications to radio. - most hams do not understand networking that well and wouldn’t understand subnetting or subnet masks. - KISS. Keep It Simple Simon (was going to say stupid). You want things to work out of the box without the user having to have a degree in computer science. I might be over dramatic but making a point why decisions are made. As far as my Flex Radio flow and having to change the Ping node IP, it is in the ReadMe node in the flow. Again my money is wagered on his radio’s IP changed with the new router replacement. 73 Dave wo2x On Jul 14, 2022, at 4:23 PM, Adrian Fewster <vk4tux@...> wrote:
|
Re: Pi Problems with node red
开云体育Yes, he can connect to api but my $$$ is on the radio IP address changed.73 Dave wo2x Sent from my waxed string and tin cans.? On Jul 14, 2022, at 3:37 PM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
|