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
The listener.
The listener Tread
Connect to the zwave notifications
Join room controller
Join room network
Join room nodes
Join room values
Leave room controller
Leave room network
Leave room nodes
Leave room values
The running method
Stop the tread