-
Notifications
You must be signed in to change notification settings - Fork 0
troubleshooting
Bart Kodden edited this page Jul 19, 2026
·
1 revision
- Make sure you restarted HA after installing
- Check logs:
Settings → System → Logs→ searchdocker_manager - Verify the files are in
custom_components/docker_manager/
# Test from the HA host
curl http://<server-ip>:2375/versionIf this fails:
- Verify TCP is enabled in
daemon.json - Check firewall rules on the remote server
- On Synology: verify DSM firewall allows port 2375 from your LAN
The coordinator could not reach Docker. Check:
docker logs HomeAssistant 2>&1 | grep docker_manager- Verify the server IP and port in the integration config
- For Synology: the
dockerd.jsonmay have been reset by a DSM update
ApexCharts needs history to draw lines. Wait 15–60 minutes after first setup. If graphs show "Configuration error" — verify the entity IDs in the dashboard match what's in Developer Tools → States.
- Stopped containers with state
unknownare excluded by the dashboard filter - UUID-named containers (orphaned) can be cleaned:
docker container prune - Check Developer Tools → States → search
sensor.{servername}_*_state
Press the 🔔 bell icon in the top-right of HA after pressing Fetch Logs. The notification appears there. Each press replaces the previous log for that container.
Links