Hey everyone,
Following up on the previous releases, version 1.4.0 of the open-source eero Dashboard is now in testing! Thanks to your feedback, this update packs major UI improvements, expanded DNS support, and deep optimizations.
Key Highlights in v1.4.0:
- Fluent Design & Dual Theme: Complete visual refresh inspired by Windows 11 Fluent UI, featuring instant toggle for Dark, Light, or System modes with dynamic adaptive charts.
- Interactive Network Health Modal: Clicking the Health Score badge now reveals an in-depth breakdown across 4 pillars (Topology, WAN, Client RSSI, and Frequency distribution) with actionable tips to fix weak spots.
- Multi-Engine DNS Sync: Along with AdGuard Home, the dashboard now syncs local DNS records with Pi-hole (v5/v6) and Technitium DNS. Includes an option to drop rotating IPv6 SLAAC addresses from polluting your query logs.
- 1-Click In-App Docker Updates: Checks Docker Hub automatically and lets you pull updates directly through the Docker socket, Watchtower webhooks, or assisted CLI.
- Historical RSSI Analytics: SQLite time-series logging to track individual client signal trends, link quality, and dead zones over 24h / 7d.
- API Connection Pooling & DNS Cache: Slashed local DNS queries to
api-user.e2ro.comby >99% and cut polling cycle latency from ~1.5s to ~250ms.
How to Test:
You can pull and test the image right away:
Bash
docker run -d \ --name eero-dashboard \ -p 8085:8000 \ -v $(pwd)/data:/app/data \ -v /var/run/docker.sock:/var/run/docker.sock \ -e TZ=Europe/Rome \ --restart unless-stopped \ enricoflammini/eero-dashboard:latest
(Note: Mounting /var/run/docker.sock is optional, only needed if you want the 1-click in-app container updater).
- GitHub:https://github.com/EnricoFlammini/Dashboard_EERO
- Docker Hub:https://hub.docker.com/r/enricoflammini/eero-dashboard
Let me know if you run into any quirks or have suggestions while v1.4.0 is in final testing!
Source: r/amazoneero · by /u/Alone_Ad4383
