Multi-Profile Telegram Bot Setup with Hermes Agent and Obsidian
This post documents my setup: a Hermes Agent running on a Raspberry Pi with multiple Telegram bot profiles, each assigned to its own topic within a single supergroup. The entire system integrates with an Obsidian vault for persistent note storage and git-backed sync.
Hardware Foundation Raspberry Pi 4 running Raspberry Pi OS Lite (no desktop):
# After flashing Pi OS Lite to SD card, enable SSH before first boot touch /bootfs/ssh # First login ssh pi@<ip-address> sudo raspi-config # → Interface Options → SSH: Enable # → Localisation → Timezone: Asia/Singapore # Static IP via router DHCP reservation recommended for reliable access Essential packages: