From 07569ad34c241abb3f67a8aa40553b9dcdbaca08 Mon Sep 17 00:00:00 2001 From: ntruchsess Date: Wed, 30 Jan 2013 12:33:41 +0000 Subject: [PATCH] add pod documentation about FRM to OWX git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2604 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/00_OWX.pm | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/FHEM/00_OWX.pm b/FHEM/00_OWX.pm index bb930d333..ae66520c7 100644 --- a/FHEM/00_OWX.pm +++ b/FHEM/00_OWX.pm @@ -129,7 +129,7 @@ sub OWX_Initialize ($) { $hash->{UndefFn} = "OWX_Undef"; $hash->{GetFn} = "OWX_Get"; $hash->{SetFn} = "OWX_Set"; - $hash->{AttrList}= "loglevel:0,1,2,3,4,5,6 buspower:real,parasitic"; + $hash->{AttrList}= "loglevel:0,1,2,3,4,5,6 buspower:real,parasitic IODev"; #-- Adapt to FRM $hash->{InitFn} = "FRM_OWX_Init"; @@ -2394,6 +2394,7 @@ sub OWX_Verify_CCC ($$) { port or
  • via a passive DS9097 interface attached to an USB port or
  • via a network-attached CUNO or through a COC on the RaspBerry Pi
  • +
  • via an Arduino running OneWireFirmata attached to USB
  • Internally these interfaces are vastly different, read the corresponding Wiki pages
    @@ -2404,13 +2405,16 @@ sub OWX_Verify_CCC ($$) {
    define OWio2 OWX COC
    + define OWio3 OWX 10 +


    Define

    define <name> OWX <serial-device> or
    - define <name> OWX <cuno/coc-device> + define <name> OWX <cuno/coc-device> or
    + define <name> OWX <arduino-pin>

    Define a 1-Wire interface to communicate with a 1-Wire bus.

    @@ -2421,6 +2425,10 @@ sub OWX_Verify_CCC ($$) {
  • <cuno-device> The previously defined CUNO to which the 1-Wire bus is attached.
  • +
  • + <arduino-pin> The pin of the previous defined FRM + to which the 1-Wire bus is attached. If there is more than one FRM device defined + use IODev attribute to select which FRM device to use.

  • @@ -2467,6 +2475,8 @@ sub OWX_Verify_CCC ($$) {