Official Plugins
Official HomeCmdr adapter plugins: Elgato Lights, Ollama, Roku TV, and Zigbee2MQTT.
Official adapters are standalone Rust crates maintained in the homecmdr/adapters registry and installed into a workspace with the HomeCmdr CLI:
homecmdr pull <adapter-name>
cargo build
After pulling, you must also add use <crate_name> as _; to crates/adapters/src/lib.rs in your workspace.
Elgato Lights
HomeCmdr adapter for Elgato Key Light and Light Strip devices: installation, config, capabilities, and command support.
Ollama
HomeCmdr adapter for Ollama: service-style Lua access to local LLM inference including vision, chat, embeddings, and generation.
Roku TV
HomeCmdr adapter for Roku TVs: power control over the Roku ECP HTTP API.
Zigbee2MQTT
HomeCmdr adapter for Zigbee2MQTT: MQTT-backed Zigbee device integration for bulbs and smart plugs.