¿ªÔÆÌåÓýAlan correctly points out you can use two RPi devices, one for each radio.If you want to use FRStackWebApi on two radios at the same time on one RPi you can accomplish this by performing the following steps. Duplicate the frstack directory. e.g. frstack2. Now configure each instance to point to the radio of your choosing via the initRadioName field in the appSettings.json file. In the new?frstack2 folder?rename the FRStackWebApi.service file to FRStackWebApi2.service Edit the?FRStackWebApi2.service file and set the following: WorkingDirectory to /usr/local/frstack2 ExeStart urls port assignment from 5025 to 5026 This second instance will be at port 5026. That should be it other than using the new service name when registering, unregistering and running the new service 73, Mark W3II On Mar 11, 2021, at 5:15 PM, Alan Blind, WA9WUD <a.alan.blind@...> wrote: Mike Use two Raspberry Pis, one for each radio. On one of the two Pis, I have modified the "connection" flow to control both instances of Raspberry Pis and display both on one dashboard. Alan On Thu, Mar 11, 2021 at 5:05 PM Mike/W5JR <w5jr.lists@...> wrote: Greetings. I know others here also have more than one Flex 6000 series at a single location. Currently, I¡¯m controlling both radios from one Pi/NodeRed configuration. And FRStack is currently connected to just one of the radios. |