diff --git a/fhem/contrib/1-Wire/commandref.html b/fhem/contrib/1-Wire/commandref.html index 90e85b8f7..67d5537ac 100755 --- a/fhem/contrib/1-Wire/commandref.html +++ b/fhem/contrib/1-Wire/commandref.html @@ -9,14 +9,16 @@
define OWio OWX /dev/ttyUSB1
+ define OWio1 OWX /dev/ttyUSB1
+ define OWio2 OWX COC
define <name> OWX <serial-device> or define <name> OWX <cuno-device>
+ define <name> OWX <cuno/coc-device>
attr <name> buspower real|parasitic
attr OWX_AD DHigh 50.0
attr OWX_AD DName RelHumidity|humidity
+ attr OWX_AD DName relHumidity|humidity
attr OWX_AD DOffset -0.8088
attr <name> event on-change|on-update
+ This attribte work similarly, but not identically to the standard event-on-update-change/event-on-update-reading attribute.
+ event on-update (default) will write a notify/FileLog event any time a measurement is received.event on-change will write a notify/FileLog event only when a measurement is different from the previous one.attr <name> <channel>Mode daily |
normal
attr <name> event on-change|on-update
+ This attribte work similarly, but not identically to the standard event-on-update-change/event-on-update-reading attribute.
+ event on-update (default) will write a notify/FileLog event any time a measurement is received.event on-change will write a notify/FileLog event only when a measurement is different from the previous one.define OWX_M OWMULTI 7C5034010000 45
+ attr OWX_M VName relHumidity|humidity
+ attr OWX_M VUnit percent|%
+ attr OWX_M VFunction (161.29 * V / VDD - 25.8065)/(1.0546 - 0.00216 * T)
+ define <name> OWMULTI [<model>] <id> [<interval>]
+ [<model>]<id>
+ <interval>
+ set <name> interval <int>get <name> id
+ get <name> present
+
+ get <name> intervalget <name> readingget <name> temperatureget <name> VDDget <name> V or get <name> rawattr <name> VName
+ <string>|<string>
+ attr <name> VUnit
+ <string>|<string>
+ attr <name> VFunction
+ <string>
+ attr <name> tempOffset
+ <float>
+
+ attr <name> tempUnit
+ Celsius|Kelvin|Fahrenheit|C|K|F
+
+ attr <name> event on-change|on-update
+ This attribte work similarly, but not identically to the standard event-on-update-change/event-on-update-reading attribute.
+ event on-update (default) will write a notify/FileLog event any time a measurement is received.event on-change will write a notify/FileLog event only when a measurement is different from the previous one.[<model>]set <name> output <channel-name> ON |
- OFFset <name> gpio <value>set <name> gpio <value>set <name> init yesget <name> intervalget <name> INPUT <channel-name>get <name> input <channel-name>get <name> gpioattr <name> <channel>Name
<string>|<string>
attr <name> <channel>Unit
<string>|<string>
attr <name> event on-change|on-update
+ This attribte work similarly, but not identically to the standard event-on-update-change/event-on-update-reading attribute.
+ event on-update (default) will write a notify/FileLog event any time a measurement is received.event on-change will write a notify/FileLog event only when a measurement is different from the previous one.attr <name> event on-change|on-update
+ This attribte work similarly, but not identically to the standard event-on-update-change/event-on-update-reading attribute.
+ event on-update (default) will write a notify/FileLog event any time a measurement is received.event on-change will write a notify/FileLog event only when a measurement is different from the previous one.