Maintenance & System Tools
Keep your Home Assistant running smoothly and catch problems before they become disasters.
MariaDB
Replace the default SQLite database with MariaDB (MySQL-compatible). Handles large amounts of sensor history much better, especially if you track energy data or have many devices. Noticeably faster history loading and reduced I/O on SD cards. Recommended once you pass 50+ entities.
OfficialInfluxDB
Time-series database purpose-built for sensor data. Store months or years of temperature readings, energy usage, humidity levels, and any other numeric data without slowing down Home Assistant. Pair with Grafana for beautiful, detailed charts and dashboards.
CommunityGrafana
Professional-grade data visualization. Build custom dashboards showing energy consumption over time, temperature trends across rooms, network statistics, system health, anything. Connects to InfluxDB (or directly to HA's database). The charts are on a completely different level from HA's built-in history graphs.
CommunityPortainer
Docker container management with a web UI. See what's running, check resource usage, view logs, and restart containers. Handy for debugging add-on issues or running additional Docker containers alongside Home Assistant that aren't available as add-ons.
CommunityLet's Encrypt
Free SSL certificates for your Home Assistant domain, automatically renewed every 90 days. Required if you're exposing HA to the internet with your own domain. Supports DNS challenges for wildcard certificates. Simple alternative to NGINX Proxy Manager if you just need HTTPS.
Official