forked from OpenZWave/python-openzwave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEXAMPLES.html
More file actions
49 lines (45 loc) · 1.88 KB
/
Copy pathEXAMPLES.html
File metadata and controls
49 lines (45 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<div class="section" id="python-openzwave">
<h1>python-openzwave</h1>
<p>You need to install and build python-openzwave to test examples.</p>
<div class="section" id="pyozwman">
<h2>pyozwman</h2>
<p>A shell manager for your ZWave network : <a class="reference internal" href="pyozwman.html"><em>PyOzwMan documentation</em></a></p>
</div>
<div class="section" id="pyozwweb">
<h2>pyozwweb</h2>
<p>A Flask + socket.io + jquery web application framework for your ZWave network : <a class="reference internal" href="pyozwweb.html"><em>PyOzwWeb documentation</em></a></p>
</div>
<div class="section" id="api-demo">
<h2>api_demo</h2>
<p>A test demo for the api : it list all nodes/values on your network, trying
to identify your switches, dimmers and sensors.</p>
<p>Start it with :</p>
<div class="highlight-bash"><div class="highlight"><pre>./api_demo.py --device<span class="o">=</span>/dev/yourzwavestick
</pre></div>
</div>
</div>
<div class="section" id="test-lib">
<h2>test_lib</h2>
<p>A test demo for the library : connect to the network and sniff for notifications.</p>
<p>Start it with :</p>
<div class="highlight-bash"><div class="highlight"><pre>./test_lib.py --device<span class="o">=</span>/dev/yourzwavestick --sniff<span class="o">=</span>30
</pre></div>
</div>
</div>
<div class="section" id="api-snif">
<h2>api_snif</h2>
<p>A test demo for the api : connect to the api and sniff for louie signal from it.</p>
<p>Start it with :</p>
<div class="highlight-bash"><div class="highlight"><pre>./api_sniff.py --device<span class="o">=</span>/dev/yourzwavestick --sniff<span class="o">=</span>30
</pre></div>
</div>
</div>
<div class="section" id="memory-use">
<h2>memory_use</h2>
<p>Try to evaluate the memory use of the api.</p>
<p>Start it with :</p>
<div class="highlight-bash"><div class="highlight"><pre>./memory_use.py --device<span class="o">=</span>/dev/yourzwavestick
</pre></div>
</div>
</div>
</div>