Hi
I have missed something.

Updated Interceptor to version 0.50

Out running directly:
pi@Desktop:~/weewx-interceptor/bin/user $ PYTHONPATH=/usr/share/weewx 
python /usr/share/weewx/user/interceptor.py --device=ecowitt-client --port 
8000 --debug
raw data: 
PASSKEY=XXXX&stationtype=EasyWeatherV1.4.5&dateutc=2020-01-12+06:19:35&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&temp2f=43.7&humidity2=91&batt2=0&freq=868M&model=HP1000SE_Pro_V1.5.8
raw packet: {'temperature_2': 43.7, 'humidity_2': 91.0, 'rain_rate': 0.0, 
'battery_2': 0.0, 'dateTime': 1578809975, 'usUnits': 1}
mapped packet: {'temperature_2': 43.7, 'humidity_2': 91.0, 'rain_rate': 
0.0, 'battery_2': 0.0, 'dateTime': 1578809975, 'usUnits': 1}

I have this in in weewx.conf:
[Interceptor]
    driver = user.interceptor
    device_type = ecowitt-client
    port = 8000
   [[sensor_map]]
        outTemp = temperature_2
        outHumidity = humidity_2

and I get this error:
Jan 12 07:27:17 Desktop weewx[2501]: Starting weewx weather system: weewx.
Jan 12 07:27:17 Desktop weewx[2516]: interceptor: MainThread: driver 
version is 0.50
Jan 12 07:27:17 Desktop weewx[2516]: interceptor: MainThread: device type: 
ecowitt-client
Jan 12 07:27:17 Desktop weewx[2516]: engine: Import of driver failed: 
'InterceptorDriver' object has no attribute 'default_sensor_map' (<type 
'exceptions.AttributeError'>)
Jan 12 07:27:17 Desktop weewx[2516]: engine: Unable to load driver: 
'InterceptorDriver' object has no attribute 'default_sensor_map'
Jan 12 07:27:17 Desktop weewx[2516]:     ****  Exiting...

Im using the Ecowiit protocol from the console(HP2551-C)

Any ideas?

Gert
On Monday, December 30, 2019 at 5:59:56 AM UTC+1, 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/a3d1284b-bbb6-4821-9862-2b57dbfdcd1b%40googlegroups.com.

Reply via email to