I know this is a old thread but maybe someone is still interested in running on a Orange Pi PC.
I started with a current Armbian Buster image that I burned to a SD card. I used the image without a GUI since I will be running the controller from a remote web browser.
Burn Armbian Buster image to SD card
Boot Orange Pi PC
login as root with a password of 1234 either from the console or via ssh
set new root password
add normal user
apt-get update
apt-get upgrade -y
reboot
Login as root
set the timezone and hostname with the armbian-config utility
Setup ttyS3 (GPIO pins 8 and 10)
system -> hardware -> UART3 -> save
Now let's add the programs z-way will need to install and run
cd /tmp
apt-get install python-minimal -y
apt-get install python-lxml -y
wget
http://security.debian.org/debian-secur ... _armhf.deb
dpkg -i libssl1.0.2_1.0.2u-1~deb9u1_armhf.deb
I prefer to output the install script to a file so I can run it again if need be.
wget -q -O -
https://storage.z-wave.me/RaspbianInstall >z-way_install.sh
chmod +x z-way_install.sh
./z-way_install.sh
reboot
Login to the web UI
got to menu -> apps -> Z-Wave Network Access -> Serial port to Z-Wave dongle
set the port to /dev/ttyS3
At this point reboot and after the system starts, you should be all set to go.
I hope this helps someone get the system running on a Orange Pi PC. I am quite new to Z-Way and home automation in general but I do know my way around Linux.
Steve N4IRS