I've been upgrading / testing new PiAware hardware and at this point, I have two devices associated with my account (lblumber). One is a secondary / backup device with MAC address /site b8:27:eb:ac:f1:4f / 56245 which is showing as my primary feed - how do I change the primary feed to the other MAC address / site ( b8:27:eb:79:d9:b9 / 56952)? The system I'm putting in production is the 56952 site.
Along those lines, I was going to use the 56245 / b8:27:eb:ac:f1:4f backup device as a portable device which may run concurrently with the b8:27:eb:79:d9:b9 / 56952 device, although in a different location. Should I setup that device with a different login / passwd to FA?
Thanks in advance for all the help...
If your hardware is Raspberry Pi, and if your Pis were registered with Flightaware BEFORE March 20, 2017, a way to swap station numbers between two devices is to swap mac addresses.
Current
PRIMARY: 56245 / b8:27:eb:ac:f1:4f
BACKUP: 56952 / b8:27:eb:79:d9:b9
After MAC addresses swap by spoofing mac addresses
PRIMARY: 56245 / b8:27:eb:79:d9:b9
BACKUP: 56952 / b8:27:eb:ac:f1:4f
HOW TO SWAP MAC ADDRESS:
Primary Pi
First shutdown the other PI (Backup Pi) to avoid mixup
edit /boot/cmdline.txt file. This file has only one line
At the end of this line, add (without line break)
following:
smsc95xx.macaddr=b8:27:eb:79:d9:b9
Note: mac address spoof will not work if there is a line break between existing line and new text added.
Delete file /var/cache/piaware/feeder_id
Reboot Primary Pi
Backup Pi
First shutdown the other Pi (Primary Pi) to avoid mixup
Power-up Backup Pi
edit /boot/cmdline.txt file. This file has only one line
At the end of this line, add (without line break)
following:
smsc95xx.macaddr=b8:27:eb:ac:f1:4f
Note: mac address spoof will not work if there is a line break between existing line and new text added.
If your hardware is Raspberry Pi, and if your Pis were registered with Flightaware AFTER March 20, 2017, a way to swap station numbers between two devices is to swap feeder-id.
Current
PRIMARY: 56245 / xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
BACKUP: 56952 / yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy
Many Thanks for your suggestions - I added the command line parm to set the MAC address and also switched from a DHCP to a static address so I'm not chasing my Pi all over my network...
At this point the spheres are in harmony (so sez Gustaf Holst..) and I've got good data and the MLAT client is also up and running.
I'm thinking that the user accounts are fairly position-centric, so If I travel out to New Mexico with a portable PiAware setup, I should probably setup a different account/passwd as a login to FA to use with that rig.