Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IDmedia committed Feb 15, 2024
1 parent 769d55c commit a98eeb5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
# Unraid to Home Assistant
This Docker container parses and forwards all WebSocket messages from your Unraid server to Home Assistant using the MQTT protocol. This enables you to create dashboards that provide a superior overview compared to Unraid's native capabilities.

# Featureså
1. Historical data is crucial! I aimed to monitor CPU, RAM, and other attributes over time. Maybe most importantly know how often and when disks spin up in order to debug the cause easier.

2. This integration enables Unraid automations via Home Assistant. You can receive notifications for disk space running low, fan failures, and more.

3. The custom view I developed greatly enhances locating disks within the array. A disk's color changes from grey (spin-down) to yellow to red if it overheats, and warnings are displayed for disks with issues. It also has a notification when disk scrubbing is running.

4. Instantly identify which shares are on which disks and how full the disk is.

5. The "network-share" view in Home Assistant is much more intuitive than Unraid's "shares" tab, in my opinion.

<div align="center">
<img src="extras/screenshot.png" width="250" alt="screenshot">
Expand Down

0 comments on commit a98eeb5

Please sign in to comment.