wiki: add installation guides, reference pages, and console=tty1 requirement - #396
Draft
mreditor97 wants to merge 9 commits into
Draft
wiki: add installation guides, reference pages, and console=tty1 requirement#396mreditor97 wants to merge 9 commits into
mreditor97 wants to merge 9 commits into
Conversation
Three new wiki pages covering: - Home Assistant OS: installing via the dedicated HA add-on repository - Ubuntu/Linux: virtualenv + systemd service with dedicated user and sudoers - Docker: Dockerfile + docker-compose with I2C device passthrough https://claude.ai/code/session_01FP6qFyrYnmARdRoe9QWtRE
- Rename files to match existing wiki page names (Home, Home-Assistant-OS, Linux, Docker) - Home: fix internal links to use correct wiki page name format - Home-Assistant-OS: preserve existing I2C setup detail (SD card + add-on methods), add prerequisites table and structured steps - Linux: full rewrite with dedicated user, virtualenv, sudoers, systemd setup - Docker: full rewrite with Dockerfile, docker-compose, I2C passthrough notes https://claude.ai/code/session_01FP6qFyrYnmARdRoe9QWtRE
New PyPI.md covers quick pip install, configuration, running manually, updating to latest/specific versions, and a pointer to the Linux guide for setting up as a systemd service. https://claude.ai/code/session_01FP6qFyrYnmARdRoe9QWtRE
Docker.md and PyPI.md now reference the Linux guide for I2C setup and the config reference table instead of repeating them. Removes ~100 lines of duplicated content across the three installation guides. https://claude.ai/code/session_01FP6qFyrYnmARdRoe9QWtRE
These were superseded when wiki files were renamed to match the existing wiki page names (Docker.md, Home-Assistant-OS.md, Linux.md). https://claude.ai/code/session_01FP6qFyrYnmARdRoe9QWtRE
- Add wiki/Enabling-I2C.md covering raspi-config, HAOS (SD card + add-on), Docker host - Add wiki/Configuration.md with full YAML reference, topics, payload, and commands - Update Linux.md, Docker.md, PyPI.md to link to reference pages instead of embedding content - Update Home.md with Reference section linking to the two new pages
…to boot config steps
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
Enabling-I2C.mdreference page covering raspi-config, HAOS (SD card + add-on), and Docker host setupConfiguration.mdfull reference covering allconfig.yamloptions, MQTT topics, state payload, and commandsHome.mdwith links to all guides and new reference pagesconsole=tty1requirement to the Linux and HAOS guides — required for shutdown/restart commands to workTest plan
wiki/prefix)console=tty1steps are clear for both SD card (HAOS) and/boot/firmware/cmdline.txt(Linux) flows/home/user/redreactor-wikito live GitHub Wiki:cd /home/user/redreactor-wiki && git push origin masterhttps://claude.ai/code/session_01FP6qFyrYnmARdRoe9QWtRE
Generated by Claude Code