Wyoming-OpenClaw
Bridge Home Assistant Assist voice commands to OpenClaw via Wyoming Protocol.
What it does
- Receives voice commands from Home Assistant Assist
- Forwards them to OpenClaw Gateway for processing
- Returns AI responses to be spoken by Home Assistant TTS
Setup
- Clone and run the server:
git clone https://github.com/vglafirov/wyoming-clawdbot.git
cd wyoming-clawdbot
cp .env.example .env # Edit with your gateway credentials
docker compose up -d
Add Wyoming integration in Home Assistant:
- Settings → Devices & Services → Add Integration
- Search "Wyoming Protocol"
- Enter host:port (e.g.,
raspi.local:10600)
Configure Voice Assistant pipeline to use "openclaw" as Conversation Agent
Requirements
- OpenClaw Gateway running on the same host (or accessible network)
- Home Assistant with Wyoming integration
- Docker (recommended) or Python 3.11+