Report Generation Error with gw1000 driver

73 views
Skip to first unread message

Jobu

unread,
Oct 4, 2025, 2:21:34 PM (12 days ago) Oct 4
to weewx-user
Hi All,

Newb here trying to setup weeex 5.1.0 with an ecowitt gw3000.   I'm using the gw1000 driver from here:  https://github.com/Millardiang/weewx-gw1000 (thanks for salvaging and hosting).  

I followed the installation steps closely and it generally seems to be working.  For example my reports have data from many sensors/fields.   But for some fields and the report overall, there's no new data.   

The following devices have enabled connections on the gateway:
  • WS69
  • WH57
  • WH46D
  • WH51
The only skin I have enabled is SeasonsEcowitt

Thanks in advance for taking a look.

I've attached the error log from syslog.    I'd appreciate any advice on correcting this.  

It looks like there might be two separate issues.

2025-10-04T12:10:33.554101-05:00 weewx weewxd[12733]: weewx.UnknownAggregation: sum('rainDur')

2025-10-04T12:10:35.851317-05:00 weewx weewxd[12733]: weewx.UnknownType: 'radiation' or 'energy_integral'
weewx_syslog-excerpt.log

Jobu

unread,
Oct 5, 2025, 9:51:02 AM (11 days ago) Oct 5
to weewx-user
Cleaned white space in the log file
weewx_syslog-excerpt.log

John Smith

unread,
Oct 5, 2025, 10:05:23 AM (11 days ago) Oct 5
to weewx...@googlegroups.com
There was 2 errors in your log:
2025-10-04T12:10:33.554101-05:00 weewx weewxd[12733]: weewx.UnknownAggregation: sum('rainDur')
2025-10-04T12:10:35.851317-05:00 weewx weewxd[12733]: weewx.UnknownType: 'radiation' or 'energy_integral'
--
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 weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/b2cb1106-980f-47d0-9110-06c2c5fdb0c3n%40googlegroups.com.

Rob Rosenfeld

unread,
Oct 5, 2025, 11:15:39 AM (11 days ago) Oct 5
to weewx...@googlegroups.com
Yeah, exactly.  I am asking for help on how to fix them.

Message has been deleted

Jobu

unread,
Oct 12, 2025, 12:24:16 PM (4 days ago) Oct 12
to weewx-user
I was stumped so I switched to the ecowitt_http driver https://github.com/WernerKr/Ecowitt-or-DAVIS-stations-and-Season-skin/tree/main/ecowitt_http

I dropped the database and set  weewx.conf had an ecowitt schema that shipped with the driver.  Not sure this helped, but the README did mention it. 
```
schema = user.wview_ecowittrssi.schema
```

Instead of
```
schema = schemas.wview_extended.schema
```

Note that the install guide and edited weewx.conf show `schemas.wview_ecowittrssi.schema`.   But that didn't work for me, so I copied `/etc/weewx/bin/schemas/*.py` to `/etc/weewx/user/` and updated the setting.   I had a fuzzy memory of reading that user was in the default import path while schemas was not.  The error I got before I did this was

``` 2025-10-11T20:22:58.081593-05:00 weewx weewxd[26111]: CRITICAL __main__: **** ModuleNotFoundError: No module named 'schemas.wview_ecowittrssi' ```

Also, I hacked this in: https://github.com/WernerKr/Ecowitt-or-DAVIS-stations-and-Season-skin/issues/4

Reply all
Reply to author
Forward
0 new messages