I have just changed my configuration of weewx.conf interceptor driver from
observer to ecowitt-client and updated the WSView app to use Ecowitt
protocol
# device_type = observer
device_type = ecowitt-client
However the data being sent to weather 34 is now almost gone. below is an
example of the w34realtime.txt
05/07/20 10:18:02 NULL NULL NULL 0.0 0.0 NULL 0.0 0.0 NULL --- 0 m/s C mb
mm 0.0 NULL 4.3 163.8 0.0 17.5 54 NULL NULL NULL NULL NULL NULL 0.0 00:01
0.0 00:01 NULL NULL NULL NULL 4.0.0 0 0.0 NULL NULL 9.0 NULL 975 NULL 0.0 0
1 0 --- NULL m NULL 5.5 NULL 0
here is an example of the packet data that I'm now getting.
Jul 5 10:24:20 raspberrypi weewx[518] DEBUG user.interceptor: raw packet:
{'wind_speed': 0.0, 'humidity_in': 22.0, 'temperature_in': 107.2,
'temperature_1': 64.94, 'solar_radiation': 894.89, 'wind_gust': 0.0,
'wh65_battery': 0.0, 'humidity_out': 52.0, 'uv': 8.0, 'battery_1': 0.0,
'dateTime': 1593941058, 'pressure': 29.4, 'temperature_out': 64.4,
'wind_dir': 23.0, 'rain': 0.0, 'rain_total': 0.169, 'rain_rate': 0.0,
'usUnits': 1, 'humidity_1': 53.0}
Jul 5 10:24:20 raspberrypi weewx[518] DEBUG user.interceptor: mapped
packet: {'UV': 8.0, 'extraHumid1': 53.0, 'radiation': 894.89, 'rain': 0.0,
'dateTime': 1593941058, 'windDir': 23.0, 'pressure': 29.4, 'windSpeed':
0.0, 'inHumidity': 53.0, 'inTemp': 64.94, 'windGust': 0.0, 'rainRate': 0.0,
'usUnits': 1, 'extraTemp1': 64.94}
any advise on what settings I have missed?
Thanks Simon
--
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/fe6501a2-7e8c-412f-b461-168c81ac27beo%40googlegroups.com.