I’m struggling to use an Asus Tinker Board. See this discussion.
After several day of testings I discovered that the fault is caused by permissions to handle/create device in /dev. Hass must run python with admin permissions.
Currently I installed home-assistant on an Armbian BUSTER.
Is there a condition to enable hass to create the devices. I think that is the last obstacle. I hope that it will work even for hassio when the modification are installed on custom_components/
My apologies if I double post. I’m trying to find a solution with the help of a developer, because I couldn’t find any documentation that allows to modify the python permissions.
I commonly use python, but I can’t recall any obstacle to execute with admin permissions.