I would like to install the GW1000 extension as a service

 

I have a Davis vantage and 6 extraTemp sensors connected to a 1 wire system

I am unsure  regarding the explanation if it will over write my 1 wire 
system or not

looking in the gw1000.py  I see

    # Default field map to map device sensor data to WeeWX fields. Field 
names

    # in the WeeWX wview_extended schema are used where there is a direct

    # correlation to the WeeWX wview_extended schema or

    # weewx.units.obs_group_dict. If there is a related but different field 
in

    # the wview_extended schema then a WeeWX field name with a similar 
format

    # is used. Otherwise fields are passed through as is.

    # Field map format is:

    #   WeeWX field name: Gateway device field name

    default_field_map = {

        'inTemp': 'intemp',

        'outTemp': 'outtemp',

        'dewpoint': 'dewpoint',

        'windchill': 'windchill',

        'heatindex': 'heatindex',

        'inHumidity': 'inhumid',

        'outHumidity': 'outhumid',

        'pressure': 'absbarometer',

        'relbarometer': 'relbarometer',

        'luminosity': 'light',

        # we can't pass through 'uv'; it's too much like 'UV', so use the

        # Ecowitt term 'uvradiation'

        'uvradiation': 'uv',

        'UV': 'uvi',

        'dateTime': 'datetime',

        'extraTemp1': 'temp1',

        'extraTemp2': 'temp2',

        'extraTemp3': 'temp3',

        'extraTemp4': 'temp4',

        'extraTemp5': 'temp5',

        'extraTemp6': 'temp6',


thanks for an help

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/c5ac9a28-fe52-4977-a7a8-16fb085e8de1n%40googlegroups.com.

Reply via email to