IDmedia / hass-unraid

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

Hass-Unraid causing Home Assistant & Unraid to become unresponsive #19

Open Andrewpaps opened 2 months ago

Andrewpaps commented 2 months ago

Hi

I am encountering a very strange issue with hass-unraid that also occurred with the other MQTT Unraid container 'Unraid-API'.

After some time, both Home Assistant and Unraid become unresponsive. They cannot be accessed via web-gui nor SSH.

Once one of either Home Assistant or Unraid is manually power-cycled, the other becomes immediately responsive, leading me to believe either server is not 'locking up' internally, but rather not able to be communicated with for some reason until the process is broken.

Initially I believed this to be a network issue, but each server has a respective static IP designated by a UniFi network.

The error ceases if hass-unraid is stopped/not used.

I am curious if an issue in Home Assistant is causing the container to lock-up, or visa-versa. Or perhaps a network issue/setting within Unraid.

I have a separate 'dockerproxy' container in Unraid continuously communicating Docker information to Home Assistant via proxy (not MQTT) and it does not encounter the same issue, so perhaps it is MQTT related as this is a common factor between the two other Unraid containers. I am using 'hass.agent' on a PC within the same network that also communicates information to Home Assistant via MQTT though that does not cause any issues.

Any help is appreciated.