This will be the next release of the manager in the future. It’s also a good solution for a full event webapp (jquery + socketio)
Go to the right directory :
cd src-web/pyozwweb
Update the config :
vim app.conf
[zwave]
device = /dev/ttyUSB0
You can fine tune logging in logging.conf and run the app :
./run.py
And connect to http://127.0.0.1:5000 using your favorite browser.
You can also change the ip/port to allow remote connections :
[server]
host = 0.0.0.0
port = 8080