Run custom software

A little confused. Is it possible to run some custom software on top of homeassistant OS?
Frankly speaking it’s a mysensors gateway connected directly to pi3 running HAOS

Not like that. You can install Raspberry Pi OS and install a community-supported Supervised install or container-based install on it, leaving the main OS for your other projects.

1 Like

Well i am already running venv since 0.32. Thought this could remove the hassle of a python upgrade.
So not a chance?

Not with Home Assistant OS. You can do a lot with Home Assistant OS, such as install additional packages in the SSH addon and run your own docker containers, but that looks like it’s beyond what you can do. Moving from venv to a container-based install would eliminate your worries about Python, as it’s a complete solution in a docker container.

1 Like