| orphan: |
|---|
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/pyozwwebUpdate the config :
vim app.conf
[zwave]
device = /dev/ttyUSB0You can fine tune logging in logging.conf and run the app :
./run.pyAnd 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.. toctree::
:maxdepth: 3
.. automodule:: pyozwweb.app.listener
:members: ListenerThread