GW 1000 data labels

57 views
Skip to first unread message

Robert de Keijzer

unread,
Feb 20, 2020, 11:40:33 PM2/20/20
to weewx-user
Hi,

I have recently installed Weewx on a Raspberry Pi. I have an Ecowitt GW1000 and have installed the interceptor driver. I followed 'Collect data from the Ecowitt GW1000 WiFi bridge'

I have perused the User guide and Custom guide to try and solve my query. However, I'm perplexed and need some guidance to resolve this little issue.

A copy of the mylog attached.

Basically I'm trying to populate 'Outside Temperature' instead of the records in 'Temperature1'

A screen grab shown below is what I am trying to resolve.


Temperature1 is the only Outdoor sensor I have running and I would like the data to display this.

From what I have been able to piece together:

raw data - temp 1f

raw packet - temperature_1

mapped packet - extraTemp1


If anyone can advise or show me where or what I need to amend or resolve this, I would be most appreciative.

Rob
mylog

Gert Andersen

unread,
Feb 21, 2020, 5:37:05 AM2/21/20
to weewx-user
Hi

Maybe something like this:

[Interceptor]
    # This section is for the network traffic interceptor driver.
    
    # The driver to use:
    driver = user.interceptor
    
    # Specify the hardware device to capture.  Options include:
    #   acurite-bridge - acurite internet bridge, smarthub, or access
    #   observer - fine offset WH2600/HP1000/HP1003, ambient WS2902
    #   lw30x - oregon scientific LW301/LW302
    #   lacrosse-bridge - lacrosse GW1000U/C84612 internet bridge
    #   ecowitt-client - any hardware that uses the ecowitt protocol
    #   wu-client - any hardware that uses the weather underground protocol
    device_type = ecowitt-client
    port = 8000
    [[sensor_map_extensions]]
        outTemp = temperature_1
   
Gert 
Reply all
Reply to author
Forward
0 new messages