This plugin allows getting statistics from Starlink Dishy and allows auto-stowing it while the vessel is moving. It will automatically unstow the Dishy when the vessels becomes stationary again at an anchorage or dock. It will take 10 minutes for the plugin to detect if the vessel is moving or stationary. If you enable local access to location data, plugin will also publish position under navigation.position
, acting as a backup GPS. See more information on enabling local access to location data.
Currently publishing the following information under network.providers.starlink
:
navigation.position
if local access to location data is enabled (see above note)status
: Either "online" or "offline"hardware
: Starlink hardware versionsoftware
: Starlink software versionuptime
: Uptime in secondsdownlink_throughput
: Downlink throughput in bits per seconduplink_throughput
: Uplink throughput in bits per second
Additional information when Starlink is offline:
outage.cause
: Reason of the outageoutage.start
: Outage start dateoutage.duration
: Duration of the outage in seconds
Starlink proto files are originally sourced from Elias Wilken's starlink-rs repository and have been modified.