docs: add embedding documentation to usage/setup section#4533
Merged
robertsLando merged 2 commits intoexternal-port-settingfrom Feb 3, 2026
Merged
docs: add embedding documentation to usage/setup section#4533robertsLando merged 2 commits intoexternal-port-settingfrom
robertsLando merged 2 commits intoexternal-port-settingfrom
Conversation
Co-authored-by: AlCalzone <[email protected]>
|
💡 The pull request title does not match our guidelines 💡 We follow conventional commits, check out the description and examples. This means that the PR title must...
The description should use uppercase and lowercase normally, except for the first character which must be lowercase. |
Copilot
AI
changed the title
[WIP] Add support for embedding Z-Wave JS UI in other software
docs: add embedding documentation to usage/setup section
Feb 3, 2026
robertsLando
approved these changes
Feb 3, 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.
Adds documentation for embedding Z-Wave JS UI in other software (e.g., Home Assistant add-ons) where settings are managed externally via environment variables.
Documentation Added
ZWAVE_PORT): Force-enable Z-Wave and override configured port, disables serial port enumeration in UIZWAVE_EXTERNAL_SETTINGS): Path to JSON file with externally managed driver/server settings, hides corresponding UI controlsExternal Settings File Example
{ "logEnabled": true, "logLevel": "info", "rf": { "region": 0, "autoPowerlevels": true }, "securityKeys": { "S0_Legacy": "0102030405060708090A0B0C0D0E0F10", "S2_Authenticated": "2122232425262728292A2B2C2D2E2F30" }, "serverEnabled": true, "serverPort": 3000 }Documentation placed at end of
docs/usage/setup.mdas requested.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.