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 On Sunday, October 5, 2025 at 10:15:39 AM UTC-5 Rob Rosenfeld wrote: > Yeah, exactly. I am asking for help on how to fix them. > > On Sun, Oct 5, 2025, 09:05 John Smith <[email protected]> wrote: > >> 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' >> >> On Mon, 6 Oct 2025 at 00:51, Jobu <[email protected]> wrote: >> >>> Cleaned white space in the log file >>> >>> >>> >>> On Saturday, October 4, 2025 at 1:21:34 PM UTC-5 Jobu wrote: >>> >>>> 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' >>>> >>> -- >>> 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 visit >>> https://groups.google.com/d/msgid/weewx-user/b2cb1106-980f-47d0-9110-06c2c5fdb0c3n%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/weewx-user/b2cb1106-980f-47d0-9110-06c2c5fdb0c3n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> 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 visit >> https://groups.google.com/d/msgid/weewx-user/CAGTinV75R0QeS%3D-yRKXqrjAz0WJ5dnYp4jNox7T%3DH1iy%2BWhNvQ%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/weewx-user/CAGTinV75R0QeS%3D-yRKXqrjAz0WJ5dnYp4jNox7T%3DH1iy%2BWhNvQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- 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 visit https://groups.google.com/d/msgid/weewx-user/f5eeb5ca-5d41-4047-9dbd-60d09b18104cn%40googlegroups.com.
