UNRAID Integration

Thank you for the excellent work, I would like to challenge you to implement something I’ve been looking for for a long time and haven’t found.
Can you create something in the integration that can back up a VM and also restore it?

Couple of questions. I already have the Integration installed. Should I delete my unraid server and uninstall this current version, and then install the HACS version?

What’s the minimum version that supporst GraphQL . I have a server on 6.12.13

Not sure why people are directing questions at me. Currently I have this uninstalled and waiting to see where the new one gets to. That is in Beta I’m not really a fan of letting Unraid have cloud access to my server, so waiting for them to hopefully split Unraid’s official GraphQL API away from that cloud integration that needs installing.

Or I am just plain lazy and not yet had chance to tinker with the new one.

All I am doing is pointing people at the last notes on the GitHub. :smiley:

I recommend you read back up to UNRAID Integration - #171 by ruaandeysel and follow the new project

:warning: Project Status Update

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.

Thank you for your understanding and support. I hope the recommended alternative integration serves your needs well.

1 Like

Check out chris-mc1’s Unraid API integration

Due to time constraints I’m not actively developing this integration anymore. Check out chris-mc1’s Unraid API integration

No please check out chris-mc1’s Unraid API integration

Thank you for the good stuff while we had it. Was fun to experiment with. Enjoy life back in the RealWorld™ :grin:

1 Like

There is also another option: GitHub - IDmedia/hass-unraid: This Docker container parses and forwards all WebSocket messages from your Unraid server to Home Assistant using the MQTT protocol

This seems very stable, pushing data from Unraid to HA via MQTT, with many attributes available.

1 Like

I’m excited to share an update for hass-unraid! The new version 2.x.x now supports UnRAID 7.2+, offering improved functionality thanks to its integration with the GraphQL API. However, it’s worth noting that, for now, certain data such as parity, fan speed, temperatures, and networking information still require the use of the legacy websocket, which involves providing your username and password in the config. This is due to these specific data points not yet being transitioned to the GraphQL API.

As more data becomes accessible via GraphQL in the future, I aim to eliminate the need for username/password authentication entirely, relying solely on the API for seamless and secure data retrieval.

Looking ahead, I’d also love to explore turning hass-unraid into a Home Assistant add-on. However, I currently favor using Docker as it simplifies debugging and ensures compatibility with future HA versions, as long as there are no major changes to MQTT.

If you find this project helpful, I’d really appreciate it if you could star the GitHub repo to show your support!

2 Likes