IDmedia / hass-unraid

This Docker container parses and forwards all WebSocket messages from your Unraid server to Home Assistant using the MQTT protocol
114 stars 5 forks source link

haas-unraid is spinning up spun down drives every scan interval #23

Open chilman408 opened 1 week ago

chilman408 commented 1 week ago

Is there a way to prevent hass-unraid to poll drive that are spun down?

I'm trying to optimize power usage on my unraid and found this docker app is spinning up my driver every scan interval

IDmedia commented 1 week ago

Are you sure hass-unraid is waking up your drives? I use this and have no issues. Drives never spin up because of the plugin on the two unRAID servers I have. The solution was specifically designed to not spin up the drives.

chilman408 commented 1 week ago

Yes, it is spinning up my array. I disabled all of my dockers and VMs one by one. This docker was the culprit for spinning up drives at an interval. I am using a ZFS hybrid array if that makes a difference