On Monday, October 31, 2016 at 6:03:30 PM UTC-4, Brad Tucker wrote:
>
> I tried to figure out, based on what I have, a mock sensor map. Im sure I 
> have called out some of the values incorrect. would you please take a look 
> and let me know if Im on the right track? If you can point me to more info 
> and the proper syntax of the sensor map in the documentation that might be 
> helpful. Im having a hard time finding it.
>
> These are the sensors I have:
>
> *5n1 (on the roof)*
> Temp
> Wind Speed
> Wind Direction
> Rain
> Humidity
>
> *Tower Sensor (Office)*
> Temp
> Humidity
>
> *Tower Sensor (Living Room)*
> Temp
> Humidity
>
> *Bridge*
> Temp
> Humidity
> Pressure
>>
>>
>>
brad,

you probably want something like this:

[Interceptor]
    ...
    [[sensor_map]]
        # bridge
        pressure = pressure..*
        inTemp = temperature..*
        inHumidity = humidity..*
        # 5n1
        outTemp = temperature.AAAAA.*
        outHumidity = humidity.AAAAA.*
        windSpeed = windspeed.AAAAA.*
        windDir = winddir.AAAAA.*
        rain = rainfall.AAAAA.*
        # first tower
        extraTemp1 = temperature.BBBBB.*
        extraHumid1 = humidity.BBBBB.*
        # second tower
        extraTemp2 = temperature.CCCCC.*
        extraHumid2 = humidity.CCCCC.*

to see the full sensor identifiers, run weewx directly with debug=1

sorry about the sparse documentation for interceptor - still working on the 
concepts and code.

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