Posts

Showing posts with the label HAOS

How to Install Hermes Agent on Home Assistant OS

OpenClaw Series · Part 6a Install Guide How to Install Hermes Agent on Home Assistant OS A complete setup guide for running Hermes Agent as a Home Assistant add-on on a Raspberry Pi 5 — Telegram alerts, no-LLM scheduled jobs, SOUL.md identity, and zero ongoing infrastructure cost. πŸ₯§ Raspberry Pi 5  recommended 🏠 HAOS  2024.x or later ⏱ ~30 min  setup time πŸ’Έ Free to install  LLM API key needed Overview What is Hermes Agent ? Hermes Agent is an open-source AI agent framework by NousResearch. It runs as a persistent, always-on agent that you reach through Telegram (or Discord, Slack, WhatsApp), and executes tasks by running scripts on the host system. Unlike chatbot interfaces, Hermes is designed for continuous operation — it stays running, remembers context across conversations via SQLite, and responds to c...

Your Pi as a Self-Backing-Up AI Agent — Skills in Git, Scripts on GitHub

11:30 AM · unexpected cron fire 🦞 OpenClaw on HAOS · Part 5 Your Pi as a Self-Backing-Up AI Agent — Skills in Git, Scripts on GitHub Every skill, script, and memory file version-controlled in a private GitHub repo. Edit on your PC, push, and the Pi pulls automatically. Midnight auto-backup keeps everything safe. Plus: fixing a cron that fired at the wrong time and staying on the Gemini free tier. πŸ₯§ Raspberry Pi 5 · HAOS πŸ“¦ GitHub backup · SSH πŸ”§ Cron bug fixed 0 paid APIs ⚠ also fixed: cron fired at wrong time · wakeMode: now · tz defaulted silently ✓ resolved 1 GitHub Backup 2 Cron Bug 3 Token Tips 4 Lessons Automated Backup to GitHub over SSH A private GitHub repo as the single source of truth for all OpenClaw skills and scripts. Edit on your PC, push to GitHub, Pi pulls automatically. Daily midnight backup from Pi to GitHub. Zero manual file copying. Repo Structure ...

Personal Stock Intelligence on a Raspberry Pi Running Home Assistant OS — No Paid APIs, No Scheduled Guesswork

🦞 OpenClaw on HAOS · Part 4 Personal Stock Intelligence on a Raspberry Pi + HAOS Running on a Raspberry Pi 5 with Home Assistant OS, three Python scripts replace your scheduled cron jobs with on-demand portfolio intelligence — live P&L, Google Sheets sync, and a buy/sell signal engine. No cloud, no paid APIs, no monthly fees. πŸ₯§ Raspberry Pi 5 · HAOS πŸ“Š 25 Holdings 🐍 3 Python Scripts 0 API calls for data 🟒 Gemini Free Tier portfolio.py ▲ running sync_portfolio.py ▲ 25 synced signals.py ▲ 3 buy signals cron 14:30 Sun–Thu ▲ active Gemini Flash ▲ free tier HAOS 14.x ▲ running Yahoo Finance ▲ live portfolio.py ▲ running sync_portfolio.py ▲ 25 synced signals.py ▲ 3 buy signals cron 14:30 Sun–Thu ▲ active Gemini Flash ▲ free tier HAOS 14.x ▲ running Yahoo Finance ▲ live 🐍 portfolio.py · πŸ”„ sync_port...