On Thursday, February 23, 2017 at 12:22:49 PM UTC-5, juergen wrote:
>
> any idea how I can replace the outTemp value with the value of the extra 
> sensor?
> Do I need to connect the sensor firs or do I need to edit a different whew 
> file where sensor setups are don?
>

you could try this:

[[Corrections]]
    extraTemp1 = 0
    outTemp = extraTemp1

then comment out the 'extraTemp1 = 0' when you install the new sensor.

or you could try the beta release of 3.7.0.  it has support for the 
sensor_map pattern, so you would do the mapping in the driver stanza like 
this:

[WMR9x8]
    [[sensor_map]]
        outTemp = temperature_2

in the sensor map you specify a database field on the left and a sensor on 
the right, so you can easily associate any field with any sensor.

m 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to