Everything posted by PanicMechanic007
-
Home Assistant Unraid Integration
I looked at the code to see if I can optimise it further but it's already very optimised. I can only think of splitting the different sensor updates so that the user can specify the intervals for CPU, Temp, Disk, Network, UPS, etc Other option is you can look into whitelist / suppress the HA IP so that it doesn't show in the logs. https://github.com/domalab/ha-unraid/wiki/Troubleshooting#ssh-session-log-spam
-
Home Assistant Unraid Integration
Checkout the wiki too for more info and automation ideas https://github.com/domalab/ha-unraid/wiki
-
Home Assistant Unraid Integration
Yes you can, if your disks are on all the time then you should see the disk temperature attributes under disk usage and disk health sensors. In my case my disk spin down after 30 minutes of inactivity and temperature readings shows N/A (Standby) You can use the temperature attribute in your automation to trigger Fan or AC
-
Home Assistant Unraid Integration
Can you please log it as an issue? https://github.com/domalab/ha-unraid
-
Home Assistant Unraid Integration
Good to know. I'll investigate and try and fine tune the code to reduce it some more.
-
Unraid OS version 6.12.14 available
I noticed when you run /etc/rc.d/rc.libvirt status on version 6.12.x it doesn't return anything but when you run the same command on version 7.0 RC it returns libvirt daemon is currently running. Looks like issue with libvirt RC script on 6.12.x versions
-
Home Assistant Unraid Integration
Yes, itโs reading the SMART health from disks. I will be releasing an update soon with better SMART integration
-
Home Assistant Unraid Integration
Did you try to ssh to unraid from the HA VM using the HA Terminal add-on? Is your HA VM directly connected to same network as Unraid?
-
Home Assistant Unraid Integration
@John Graham Hereโs the link to the repo. Install via HACS https://github.com/domalab/ha-unraid
-
Home Assistant Unraid Integration
I'm excited to share a new custom integration I've developed that brings Unraid server monitoring and control capabilities to Home Assistant. ๐ Features System Monitoring - ๐ Real-time system metrics: - CPU usage and temperature - RAM utilization - Boot drive status - Cache drive usage - Array disk status - Individual disk monitoring - ๐ก๏ธ Temperature sensors: - CPU temperature tracking - Motherboard temperature monitoring - โก UPS integration: - Battery status - Power monitoring Docker Management - ๐ณ Complete Docker container control: - Start/stop containers - Monitor container status - Execute commands within containers - Container health monitoring VM Control - ๐ป Virtual Machine management: - Start/stop VMs - VM status monitoring - Automated VM control Command & Script Management - ๐ ๏ธ Advanced control capabilities: - Execute shell commands - Run user scripts - Schedule automated tasks - Background task execution ๐ง Installation 1. Add through HACS (recommended): - Add custom repository: https://github.com/domalab/ha-unraid - Install "Unraid Integration" 2. Manual installation: - Download the repository - Copy to your `custom_components` folder - Restart Home Assistant ๐ Documentation - GitHub Repository https://github.com/domalab/ha-unraid - Comprehensive Wiki https://github.com/domalab/ha-unraid/wiki - Issue Tracker https://github.com/domalab/ha-unraid/issues ๐ค Contributing Contributions are welcome! Feel free to: - Report bugs - Suggest features - Submit pull requests - Share your automation examples ๐ฌ Feedback I'd love to hear your thoughts and suggestions! Feel free to: - Share your use cases - Suggest improvements - Report any issues - Ask questions