This is the new generation of python-openzwave.
python-openzwave is a python wrapper for the openzwave library. It’s also contains an api (object representation of Zwave network) and ozwsh (using the api).
You can install python-openzwave in 3 ways :
- From repository : you need to install mercurial, subversion and the common builds tools. Look at INSTALL_REPO to do such installation
- From an archive : you don’t need to install mercurial, subversion. Only the common builds tools are needed. Look at INSTALL_ARCH to do such installation
- From scratch : if you can’t build python-openzwave automatically or you are using windows or MacOS X. Look at INSTALL_MAN to do such installation
Testing python-openzwave :
You don’t need to install python-openzwave to test it. Look at EXAMPLES.