applications/luci-app-starlink-panel: add Starlink status dashboard#8441
Closed
bigmalloy wants to merge 1 commit intoopenwrt:masterfrom
Closed
applications/luci-app-starlink-panel: add Starlink status dashboard#8441bigmalloy wants to merge 1 commit intoopenwrt:masterfrom
bigmalloy wants to merge 1 commit intoopenwrt:masterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
geldot
reviewed
Mar 18, 2026
| var reason = (d && d.error) ? d.error : 'unavailable'; | ||
| body += '<div class="sl-na">Dish API: ' + reason + '</div>'; | ||
| body += '<div class="sl-note">For live dish telemetry, install <code>grpcurl</code> (linux/arm64) to <code>/usr/bin/grpcurl</code>.<br>' + | ||
| 'Download from <strong>github.com/fullstorydev/grpcurl/releases</strong></div>'; |
There was a problem hiding this comment.
I'm not sure it's a great idea to recommend an external download outside the purview of this project. Does that external grpcurl download bring something to the table not already provided by your starlink-dish and/or grpcurl-rs?
Author
There was a problem hiding this comment.
missed transitioning from grpcurl to stalink-dish, removed
Adds luci-app-starlink-panel, a LuCI dashboard for monitoring a Starlink dish. Provides dish telemetry (state, latency, drop rate, throughput, SNR, obstructions), GPS/alignment/attitude stats, alerts, IPv6 connectivity info, router traffic stats, and a reboot button. Depends on the starlink-dish package (openwrt/packages#28890) for gRPC communication with the dish at 192.168.100.1:9200. Signed-off-by: Michael Eiberg <berghotspot@gmail.com>
34efef8 to
9f7b317
Compare
Failed checksIssues marked with an ❌ are failing checks. Commit 9f7b317
For more details, see the full job log. Something broken? Consider providing feedback. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds
luci-app-starlink-panel, a LuCI dashboard for monitoring a Starlink dish.Features:
Architecture:
luci.starlink-panel) callsstarlink-dishfor dish gRPC datastarlink-dishpackage (PR: net/starlink-dish: add Starlink dish gRPC client packages#28890)192.168.100.1:9200Testing
Tested on GL-iNet Beryl AX (MT3000, aarch64, OpenWrt 25.12.0-rc5) with a Starlink Gen3 dish.
Dependencies
Requires
starlink-dishfrom openwrt/packages#28890.