Restore managed C-Gate LAN access and release 1.34.7 - #106
Merged
Merged
Conversation
Home Assistant was leaving C-Gate ports unpublished unless they were remapped after every add-on update, so Toolkit never reached the container. Publish 20023-20025 and 20123-20125 on the host by default. When external clients are listed, also grant the container default gateway at the highest configured level, because Docker SNAT often presents every LAN peer as that address instead of the PC. Fixes #104.
This was referenced Sep 6, 2026
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.
Summary
Fixes #104: after an add-on upgrade, C-Bus Toolkit and other LAN clients could not reach managed C-Gate. Home Assistant left the C-Gate ports unpublished unless they were remapped, and Docker NAT often presented the PC as the container gateway so access.txt never matched.
This PR also lands Dependabot #101 (Alpine 3.24 builder) and #103 (QEMU 4.3.0 and action-gh-release 3.0.3), and bumps the add-on to 1.34.7.
Changes
Supersedes #101 and #103.
Test plan
npm testpasses locally (3088 tests)npm run lintandnpm run typecheckpass