I’ve been running and enjoying HA on Odroid’s XU4 and C2 and was really hoping to get system information to print to TTY using this shell script https://github.com/hardkernel/cloudshell-lcd within a HA add-on Dockerfile but I’m afraid that this may be beyond my abilities to accomplish.
Specifically:
- unable to
apk add ncurses
- can’t open
/dev/tty
I’m sure that most of these issues relate to having elevated priviledges and mapping the appropriate devices, but this goes beyond my abilities. Any help would be appreciated!