Zwave stick only appears when manually starting hass (Aeotec ZW090 Z-Stick Gen5 EU)

Hello!
I’ve set up my Orange pi with the latest Armbian, installed Python3.6 and home assistant in venv. I’ve also linked /dev/ttyACM0 to /dev/zwave. I’ve also made sure that homeassistant is member of dialout. The first time i startet hass manually in venv, I saw that the openzwave stuff got installed. It also showed up in my browser after it was finished, but with no name on the stick, that’s ok. So i stopped it, and started it again, and then it shows with it’s name.

But when i start it as a service
It’s not showing. It just says: Invalid config

Here is a screenshot when i start it manually in venv, with these commands:
sudo su -s /bin/bash homeassistant
source /srv/homeassistant/bin/activate
hass

Screenshot:

So, it looks promosing, only if I could get it started running as a service as well…
Can anyone give me a hint of what I should look for here? :slight_smile: