Everything behind the smart parts of Konya Hackerspace: ESPHome sensor nodes, Home Assistant automations, wiring docs, and the tooling that keeps it maintainable by a group.
| Path | What lives there |
|---|---|
esphome/ |
One YAML per physical node + common/ shared packages |
secrets/ |
Encrypted secrets (how it works) |
docs/ |
Guides: secrets, wiring, flashing, onboarding |
scripts/ |
Helper scripts (secrets.sh) |
git clone https://github.com/konyahackerspace/hawg && cd hawg
brew install esphome sops age # or: pip install esphome
./scripts/secrets.sh decrypt # needs your key in .sops.yaml — see docs
esphome run esphome/<node>.yaml # compile + flash a nodeNot a keyholder yet? Follow docs/secrets-management.md to generate a key and open a PR.
🚧 Early days — repo scaffolding and first nodes in progress.