



I can see why SkyView is not displaying 5-digit altitudes correctly — the display sprite is not large enough. That’s easy to adjust. I also noticed it was showing altitude differences in feet, most likely because it is running in mixed units mode. This can be switched to meters by setting Units = Metric in the Web UI.
The visual alert (a blue circle with a radial line from the center) turns red as traffic gets closer. However, the current thresholds are quite broad: it triggers from 3 km horizontally and 1000 m vertically. This alert is not linked to the $PFLAU / $PFLAA alarm levels (since SkyView is not using them at the moment). Instead, it is a locally generated alert based on horizontal and vertical separation. It should therefore be considered more of an early traffic awareness alert than a collision alert.
I’m open to feedback on whether this type of alert is useful, and what you think would be reasonable distance thresholds.
Currently, this alert does not activate for paragliders. It could be enabled, and might be useful for non-paraglider pilots. But for PG-to-PG encounters, it’s less practical, as we often fly very close together and such alerts would trigger constantly.
I am also considering using $PFLAA as the trigger for visual alerts. I’d like your input on which display style would be clearer:
A circle around the target aircraft with a radial line pointing to it from the center.
A more “LED ring”-type indicator.
Or possibly both.
One complication is that not all SoftRF devices present $PFLAA alarm levels correctly — particularly Linar’s version of SoftRF, which is widely used in paragliding on the Card (SenseCap) devices. These often set alarm levels too high without reason.
Since I maintain a fork of SoftRF for Card devices, I could work on improving this. My current plan is to have SkyView always trust the $PFLAA alarm level and display it accordingly.
I hope this explanation makes sense.