Home Assistant kept wasting power on my home lab, and this tiny change fixed it
A user experienced high CPU usage and noise from their home lab running Home Assistant. The issue was traced to a DNS plug-in that caused constant connection attempts to Cloudflare's DNS servers. A simple command to disable fallback attempts resolved the problem, leading to a quieter and more efficient setup.
- ▪The user had been running Home Assistant in a VM on Proxmox for about a year without issues.
- ▪They noticed unusual CPU spikes and fan activity, initially suspecting other VMs as the cause.
- ▪The problem was linked to the hassio_dns plug-in, which caused excessive DNS requests when a custom server was used.
Opening excerpt (first ~120 words) tap to expand
{ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": "1", "name": "Home", "item": "https://www.xda-developers.com/" }, { "@type": "ListItem", "position":"2", "name": "Smart Home", "item": "https://www.xda-developers.com/smart-home/" }, { "@type": "ListItem", "position":"3", "name": "Home Assistant kept wasting power on my home lab, and this tiny change fixed it", "item": "https://www.xda-developers.com/home-assistant-kept-wasting-power-home-lab-this-tiny-change-fixed/" } ] } Home Assistant kept wasting power on my home lab, and this tiny change fixed it By João Carrasqueira Published May 29, 2026, 3:30 PM EDT João has been covering the tech world for over 7 years, with a heavy focus on laptops and the Windows ecosystem.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at XDA Developers.