added USB compendium to documentation and made related FAQ entry

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@353 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
neubert
2009-02-14 21:28:08 +00:00
parent 208fb8c415
commit a15c722626
3 changed files with 160 additions and 1 deletions

View File

@@ -61,6 +61,11 @@ messages from my FHT80b. How to switch back to the actuator:0% messages?</a>
<a href="#faq17">17. I have problem receiving data, I get "Bad CRC" or "Oversized message."</a><br>
<a href="#faq18">18. My FHZ1X00PC gets all time automatically disconnected and
reconnected. My log shows "USB device /dev/elv_fhz1300pc disconnected, waiting to reappear".
What is wrong with my USB?
</a><br>
<br/>
<br/>
@@ -270,7 +275,7 @@ by fhem.pl?</b>
# Get the second word, so we can compare it.
FHZ> { my @a = split(" ", $value{myfht});; $a[1] }
23.8
23.8
# Set the ventilator on now, if its too hot.
FHZ> { my @a = split(" ", $value{myfht});; fhem("set ventilator on") if($a[1] > 25.0) }
@@ -399,6 +404,18 @@ messages from my FHT80b. How to switch back to the actuator:0% messages?
</pre>
</ul>
<a name="faq18">
<b>18. My FHZ1X00PC gets all time automatically disconnected and
reconnected. My log shows "USB device /dev/elv_fhz1300pc disconnected, waiting to reappear".
What is wrong with my USB?
</b>
<ul>
Several fhem users are plagued by spontaneous disconnects/reconnects of USB
devices. This is not an issue of fhem but a problem of hardware and/or USB drivers.
See <a href="USB.html">USB compendium</a> for help.
</ul>
<br>
</body>