MacOS differences autostart --> manuell start HA

Hi,

I installed HA 0.32.1 on my MacMini Server with

sudo pip3 install homeassistant

and when I start with HA with

hass --open-ui

I dont see my Sonos devices and get this message. Everything else seems normal.

Thats my configuration for Sonos. Auto discovery is disabled.

- platform: sonos
  hosts:
    - 192.168.2.11
    - 192.168.2.14

If I start the HA with

sudo hass --open-ui

everything is fine and my Sonos are discovered by HA.

That not a big deal, but the the MacOS autostart (hass --script macos install) only works without sudo

So its not possible for me get Sonos to work with the autostart script.

What is wrong?

Thx for helping

Edit:

OK switched to Pi 3. Now it works.