Add IPMI sidecar for Home Assistant server power management#1010
Draft
Add IPMI sidecar for Home Assistant server power management#1010
Conversation
Co-authored-by: bancey <23360105+bancey@users.noreply.github.com>
Co-authored-by: bancey <23360105+bancey@users.noreply.github.com>
Contributor
Plan Result (prod_twingate) |
Contributor
Plan Result (generate_ansible_inventory) |
Contributor
Plan Result (test_vpn_gateway) |
Contributor
Plan Result (prod_vpn_gateway) |
Contributor
Plan Result (test_gameserver) |
Contributor
Plan Result (prod_gameserver) |
Co-authored-by: bancey <23360105+bancey@users.noreply.github.com>
Co-authored-by: bancey <23360105+bancey@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add IPMI sidecar with lightweight service for Home Assistant
Add IPMI sidecar for Home Assistant server power management
Jan 30, 2026
Contributor
Plan Result (tiny_virtual_machines) |
Contributor
Plan Result (prod_dns)
Change Result (Click me) # module.adguard_gamora.adguard_config.config will be updated in-place
~ resource "adguard_config" "config" {
~ dns = {
- allowed_clients = [] -> null
- disallowed_clients = [] -> null
# (26 unchanged attributes hidden)
}
id = "1"
~ last_updated = "Monday, 26-Jan-26 16:05:42 UTC" -> (known after apply)
~ tls = {
~ dns_names = [] -> (known after apply)
~ issuer = null -> (known after apply)
~ key_type = null -> (known after apply)
~ not_after = null -> (known after apply)
~ not_before = null -> (known after apply)
~ private_key_saved = false -> (known after apply)
~ subject = null -> (known after apply)
~ valid_cert = false -> (known after apply)
~ valid_chain = false -> (known after apply)
~ valid_key = false -> (known after apply)
~ valid_pair = false -> (known after apply)
~ warning_validation = null -> (known after apply)
# (9 unchanged attributes hidden)
}
# (8 unchanged attributes hidden)
}
# module.adguard_thanos.adguard_config.config will be updated in-place
~ resource "adguard_config" "config" {
~ dns = {
- allowed_clients = [] -> null
- disallowed_clients = [] -> null
# (26 unchanged attributes hidden)
}
id = "1"
~ last_updated = "Monday, 26-Jan-26 16:05:39 UTC" -> (known after apply)
~ tls = {
~ dns_names = [] -> (known after apply)
~ issuer = null -> (known after apply)
~ key_type = null -> (known after apply)
~ not_after = null -> (known after apply)
~ not_before = null -> (known after apply)
~ private_key_saved = false -> (known after apply)
~ subject = null -> (known after apply)
~ valid_cert = false -> (known after apply)
~ valid_chain = false -> (known after apply)
~ valid_key = false -> (known after apply)
~ valid_pair = false -> (known after apply)
~ warning_validation = null -> (known after apply)
# (9 unchanged attributes hidden)
}
# (8 unchanged attributes hidden)
}
Plan: 0 to add, 2 to change, 0 to destroy. |
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.
Enables IPMI-based server power control from Home Assistant without requiring
ipmitoolin the HA container. Implements a lightweight sidecar that exposes IPMI operations via HTTP API.Implementation
Sidecar Container (
kubernetes/apps/base/home-assistant/ipmi-sidecar/)/power/{on,off,force-off,status,cycle,reset}Kubernetes Integration
ipmi-sidecarcontainer to Home Assistant StatefulSetSecurity
secrets.compare_digest)Usage
API accessible from HA container via localhost:
Documentation
docs/ipmi-sidecar.md: Setup guide with HA configuration exampleskubernetes/apps/base/home-assistant/ipmi-sidecar/README.md: Component documentationIMPLEMENTATION_SUMMARY.md: Architecture and deployment workflowDeployment
release.yamlimage repository referenceOriginal prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.