git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2474 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1067,6 +1067,7 @@ sub OWXAD_SetPage($$) {
|
||||
|
||||
=pod
|
||||
=begin html
|
||||
|
||||
<h3>OWAD</h3>
|
||||
<p>FHEM module to commmunicate with 1-Wire A/D converters<br /><br /> Note:<br /> This
|
||||
1-Wire module so far works only with the OWX interface module. Please define an <a
|
||||
@@ -1188,5 +1189,6 @@ sub OWXAD_SetPage($$) {
|
||||
>room</a>, <a href="#eventMap">eventMap</a>, <a href="#loglevel">loglevel</a>,
|
||||
<a href="#webCmd">webCmd</a></li>
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
=cut
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
# where midnight is stored as string in the 32 byte memory associated with the counter
|
||||
#
|
||||
# Log Lines
|
||||
# after each interval <date> <name> <channel>: <value> <unit> <value> <unit>/<period> <channel>: <value> <unit> <value> <unit>/<period>
|
||||
# after each interval <date> <name> <channel>: <value> <unit> <value> / <unit>/<period> <channel>: <value> <unit> / <value> <unit>/<period>
|
||||
# example: 2012-07-30_00:07:55 OWX_C Taste: 17.03 p 28.1 p/h B: 7.0 cts 0.0 cts/min
|
||||
# after midnight <new date> <name> <old day> <old date> <channel>: <value> <unit> <channel>: <value> <unit>
|
||||
# example: 2012-07-30_00:00:57 OWX_C D_29: 2012-7-29_23:59:59 Taste: 110.0 p, B: 7.0 cts
|
||||
@@ -980,6 +980,7 @@ sub OWXCOUNT_SetPage($$$) {
|
||||
|
||||
=pod
|
||||
=begin html
|
||||
|
||||
<a name="OWCOUNT"></a>
|
||||
<h3>OWCOUNT</h3>
|
||||
<p>FHEM module to commmunicate with 1-Wire Counter/RAM DS2423 #<br /><br /> Note:<br /> This
|
||||
@@ -1085,5 +1086,6 @@ sub OWXCOUNT_SetPage($$$) {
|
||||
>room</a>, <a href="#eventMap">eventMap</a>, <a href="#loglevel">loglevel</a>,
|
||||
<a href="#webCmd">webCmd</a></li>
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
=cut
|
||||
@@ -209,6 +209,7 @@ sub OWID_Undef ($) {
|
||||
|
||||
=pod
|
||||
=begin html
|
||||
|
||||
<a name="OWID"></a>
|
||||
<h3>OWID</h3>
|
||||
<p>FHEM module for 1-Wire devices that know only their unique ROM ID<br />
|
||||
@@ -243,5 +244,6 @@ sub OWID_Undef ($) {
|
||||
</a>
|
||||
<br /> Returns 1 if this 1-Wire device is present, otherwise 0. </li>
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
=cut
|
||||
|
||||
@@ -1052,6 +1052,7 @@ sub OWXLCD_SetMemory($$$) {
|
||||
|
||||
=pod
|
||||
=begin html
|
||||
|
||||
<a name="OWLCD"></a>
|
||||
<h3>OWLCD</h3>
|
||||
<p>FHEM module to commmunicate with the <a
|
||||
@@ -1140,5 +1141,6 @@ sub OWXLCD_SetMemory($$$) {
|
||||
href="#room">room</a>, <a href="#eventMap">eventMap</a>, <a href="#loglevel"
|
||||
>loglevel</a>, <a href="#webCmd">webCmd</a></li>
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
=cut
|
||||
@@ -822,6 +822,7 @@ sub OWXMULTI_SetValues($@) {
|
||||
|
||||
=pod
|
||||
=begin html
|
||||
|
||||
<a name="OWMULTI"></a>
|
||||
<h3>OWMULTI</h3>
|
||||
<p>FHEM module to commmunicate with 1-Wire multi-sensors, currently the DS2438 smart battery
|
||||
@@ -923,7 +924,7 @@ sub OWXMULTI_SetValues($@) {
|
||||
href="#event-on-change-reading">event-on-change-reading</a>, <a href="#room"
|
||||
>room</a>, <a href="#eventMap">eventMap</a>, <a href="#loglevel">loglevel</a>,
|
||||
<a href="#webCmd">webCmd</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
=cut
|
||||
@@ -787,7 +787,7 @@ sub OWXTHERM_SetValues($@) {
|
||||
return "OWXTHERM: Device $owx_dev not accessible";
|
||||
}
|
||||
|
||||
DoTrigger($name, undef) if($init_done);
|
||||
#DoTrigger($name, undef) if($init_done);
|
||||
return undef;
|
||||
}
|
||||
|
||||
@@ -795,6 +795,7 @@ sub OWXTHERM_SetValues($@) {
|
||||
|
||||
=pod
|
||||
=begin html
|
||||
|
||||
<a name="OWTHERM"></a>
|
||||
<h3>OWTHERM</h3>
|
||||
<p>FHEM module to commmunicate with 1-Wire bus digital thermometer devices<br /><br />
|
||||
@@ -811,26 +812,29 @@ sub OWXTHERM_SetValues($@) {
|
||||
</p><br />
|
||||
<a name="OWTHERMdefine"></a>
|
||||
<h4>Define</h4>
|
||||
<code>define <name> OWTHERM [<model>] <id> [<interval>]</code>
|
||||
<br /><br /> Define a 1-Wire digital thermometer device.<br /><br />
|
||||
<p>
|
||||
<code>define <name> OWTHERM [<model>] <id> [<interval>]</code>
|
||||
<br /><br /> Define a 1-Wire digital thermometer device.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<code>[<model>]</code><br /> Defines the thermometer model (and thus 1-Wire family
|
||||
id) currently the following values are permitted: </p>
|
||||
<ul>
|
||||
<li>model DS1820 with family id 10 (default if the model parameter is omitted)</li>
|
||||
<li>model DS1822 with family id 22</li>
|
||||
<li>model DS18B20 with family id 28</li>
|
||||
</ul>
|
||||
<p>
|
||||
<ul>
|
||||
<li>model DS1820 with family id 10 (default if the model parameter is omitted)</li>
|
||||
<li>model DS1822 with family id 22</li>
|
||||
<li>model DS18B20 with family id 28</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<code><id></code>
|
||||
<br />12-character unique ROM id of the thermometer device without family id and CRC
|
||||
code </p>
|
||||
<p>
|
||||
code
|
||||
</li>
|
||||
<li>
|
||||
<code><interval></code>
|
||||
<br /> Temperature measurement interval in seconds. The default is 300 seconds. </p>
|
||||
<br /> Example: <br />
|
||||
<code>define Temp1 OWTHERM 14B598010800 300 </code><br />
|
||||
<br />
|
||||
<br /> Temperature measurement interval in seconds. The default is 300 seconds.
|
||||
</li>
|
||||
</ul>
|
||||
<a name="OWTHERMset"></a>
|
||||
<h4>Set</h4>
|
||||
<ul>
|
||||
@@ -900,5 +904,6 @@ sub OWXTHERM_SetValues($@) {
|
||||
>room</a>, <a href="#eventMap">eventMap</a>, <a href="#loglevel">loglevel</a>,
|
||||
<a href="#webCmd">webCmd</a></li>
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
=cut
|
||||
|
||||
Reference in New Issue
Block a user