I’m excited to share a new custom integration I’ve developed that brings comprehensive Unraid server monitoring and control capabilities to Home Assistant.
Due to time constraints, I am no longer able to actively develop and support this integration.
Recommended Alternative
I encourage users to check out chris-mc1’s Unraid API integration, which is under active development and provides an alternative solution for integrating Unraid with Home Assistant.
Hi @ruaandeysel . First off, thanks for sharing your project. We appreciate any work being done to integrate Unraid.
I’m curious to know if this integration is similar to the “Unraid API” from a few years ago that is no longer being maintained. We’ve all been waiting for Unraid to release an official api but I’m not holding my breath. Does this one integrate via web scraping similar to the old one or have you found a more efficient method?
Hello, this integration uses python ssh library to connect to your Unraid server to execute commands and retrieve info for the HA sensors and VM / Container controls.
I found it works better than the UNRAID API that scrapes the web portal and less complex.
just to say thanks for this amazing work, was waiting for such an integratio for a very long time. will be following closely new features / updates to come in the future. thanks again!
Removed the buggy Unraid-API and the overcrowded Glances integration and installed this. I know you are still adding features, but your setup is great and very in line with HA design principles.
I appreciate all the effort and will keep updating this.
I posted a bug on github on drive health, before seeing that this is still a missing feature here.
Yes, it’s possible! If you have a Smart-UPS connected to your Unraid server, I can add power consumption monitoring. I just need to enhance the existing UPS monitoring in the Unraid integration to include these power metrics.
Not all UPS supports this type of monitoring so will need to figure out a detection mechanism.