So, I am just starting to get things going, I have the gw1000, a rain 
gauge, external temp, and 2 soil moisture meters.  

Here's the output from the python command:
raw data: 
PASSKEY=XXXX&stationtype=GW1000B_V1.5.6&dateutc=2020-02-10+16:37:37&tempinf=71.8&humidityin=37&baromrelin=30.383&baromabsin=30.383&tempf=37.9&humidity=99&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=5.209&yearlyrainin=5.209&totalrainin=5.209&soilmoisture1=38&soilmoisture2=53&wh40batt=1.6&wh26batt=0&soilbatt1=1.7&soilbatt2=1.8&freq=915M&model=GW1000_Pro
raw packet: {'humidity_in': 37.0, 'soil_battery_1': 1.7, 'soil_battery_2': 
1.8, 'rain_total': 5.209, 'humidity_out': 99.0, 'temperature_in': 71.8, 
'rain': None, 'wh26_battery': 0.0, 'pressure': 30.383, 'temperature_out': 
37.9, 'soil_moisture_1': 38.0, 'soil_moisture_2': 53.0, 'dateTime': 
1581352657, 'rain_rate': 0.0, 'usUnits': 1}
mapped packet: {'pressure': 30.383, 'outHumidity': 99.0, 'rain': None, 
'dateTime': 1581352657, 'outTemp': 37.9, 'soilMoist1': 38.0, 'inHumidity': 
37.0, 'inTemp': 71.8, 'soilMoist2': 53.0, 'rainRate': 0.0, 'usUnits': 1}

When I open the local weewx website, I have the main "expected" data (temps 
and rain info), but nothing from the soil sensors.

When I run a systemctl status weewx, I get this:
● weewx.service - LSB: weewx weather system
   Loaded: loaded (/etc/init.d/weewx; generated)
   Active: active (running) since Mon 2020-02-10 08:48:13 PST; 2min 37s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 19836 ExecStop=/etc/init.d/weewx stop (code=exited, 
status=0/SUCCESS)
  Process: 20142 ExecStart=/etc/init.d/weewx start (code=exited, 
status=0/SUCCESS)
    Tasks: 2 (limit: 4915)
   CGroup: /system.slice/weewx.service
           └─20188 python /usr/bin/weewxd --daemon 
--pidfile=/var/run/weewx.pid /etc/weewx/weewx.conf

Feb 10 08:48:13 hass weewx[20188]: restx: PWSweather: Posting not enabled.
Feb 10 08:48:13 hass weewx[20188]: restx: CWOP: Posting not enabled.
Feb 10 08:48:13 hass weewx[20188]: restx: WOW: Posting not enabled.
Feb 10 08:48:13 hass weewx[20188]: restx: AWEKAS: Posting not enabled.
Feb 10 08:48:13 hass weewx[20188]: engine: Starting up weewx version 3.9.2
Feb 10 08:48:13 hass weewx[20188]: engine: Starting main packet loop.
Feb 10 08:48:49 hass weewx[20188]: interceptor: MainThread: using 
'totalrainin' for rain_total
Feb 10 08:48:49 hass weewx[20188]: interceptor: MainThread: unrecognized 
parameter wh40batt=1.6
Feb 10 08:48:49 hass weewx[20188]: interceptor: MainThread: skipping rain 
measurement of 5.209: no last rain
Feb 10 08:49:50 hass weewx[20188]: interceptor: MainThread: unrecognized 
parameter wh40batt=1.6

I'm not especially worried about the missing battery level on the rain 
gauge, but can you point me where I need to go to get the soil moisture 
meters visible on the front end?  I've read so many forum posts at this 
point my eyes are crossed and I'm a bit lost about what config files I 
should be editing...


On Sunday, December 29, 2019 at 8:59:56 PM UTC-8, mwall wrote:
>
> the weewx-interceptor driver has been updated with explicit support for 
> the gw1000 wifi bridge, as well as support for weewx4/python3.
>
> instructions are at the weewx wiki:
>
> https://github.com/weewx/weewx/wiki/gw1000-recipe
>
> i would especially appreciate feedback from anyone with full sensor arrays 
> (wind, rain, uv), particulate sensors, soil moisture sensors, and any other 
> extended sensors offered by ecowitt.
>
> although the interceptor will now understand the extended weather 
> underground protocol, the 'fineoffset-bridge' type uses the ecowitt 
> protocol and a direct-to-weewx configuration (no dns hijack or sniffing or 
> other shenanigans required).  it does require a recent firmware on the 
> gw1000 (testing with 1.5.5)
>
> 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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d7275475-c7c4-4964-9ca5-8f09ca49f511%40googlegroups.com.

Reply via email to