Installing Python-OpenZwave on ubuntu 15.10

Has anyone else tried this? Aparently there is an issue with 64bit arch? Little suprised these days… I tried a few work arounds but nothing. I am feeling like it will end up in a container. I just hate containers.

I was thinking of starting up HA in docker (32bit), https://home-assistant.io/getting-started/installation-docker/
I bet that docker image is 64? Only way I can think to move it.

Ubuntu server 15.10 x64 works. I know that I am also running into some cp210x driver issues but that is more a hub issue.

To get python-openzwave working I did a little something different. I downloaded the ARCH install tarball referenced here and used the install instructions on the HA webpage.

$ tar zxvf python-openzwave.tgz 
$ cd python-openzwave
$ git checkout python3
$ PYTHON_EXEC=`which python3` make build
$ sudo PYTHON_EXEC=`which python3` checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave

I see the no-ip link is dead the tar file I used is here: Python-Openzwave-0.3.0b8
SHA256sum: 629c4bb68f6b6e7b17882b8e5d6360668d89907d0054263e1baeaa8b349c64b3 python-openzwave-0.3.0b8.tgz

I hope folks have a since of humor on here but docker… https://www.youtube.com/watch?v=PivpCKEiQOQ

Thanks, I am trying that now, and I am getting errors opening /dev/ttyUSB0, which is where the device is plugged in. I will retry after the upgrade to 16.04. This is a monolithic server I am converting to a 12 factor setup. On an rpi it works fine.

Thanks for the help. I think it might be a driver/device issue at this point. However, I wont know until I try.