Skip to content

Fix UI elements not populated after LAN power-up (#19)#29

Merged
adecarolis merged 1 commit intomasterfrom
fix-lan-powerup-ui-v2
Apr 17, 2026
Merged

Fix UI elements not populated after LAN power-up (#19)#29
adecarolis merged 1 commit intomasterfrom
fix-lan-powerup-ui-v2

Conversation

@adecarolis
Copy link
Copy Markdown
Owner

Two issues compound during LAN power-up: (1) the browser connects before the rig is identified, so sendCurrentState() returns empty data, and new cache entries don't emit cacheUpdated; (2) delayed broadcast echoes in the CI-V echo handler trigger false power-off, clearing the queue.

Fix by requesting a full status refresh 1.5s after rigConnected arrives in the browser, and suppressing echo-based power-off for 5s after power-on detection.

Two issues compound during LAN power-up: (1) the browser connects before
the rig is identified, so sendCurrentState() returns empty data, and new
cache entries don't emit cacheUpdated; (2) delayed broadcast echoes in
the CI-V echo handler trigger false power-off, clearing the queue.

Fix by requesting a full status refresh 1.5s after rigConnected arrives
in the browser, and suppressing echo-based power-off for 5s after
power-on detection.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@adecarolis adecarolis merged commit ff11816 into master Apr 17, 2026
9 checks passed
@adecarolis adecarolis deleted the fix-lan-powerup-ui-v2 branch April 17, 2026 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant