Let's check by calculating the ET for the last hour in your database, a
time when, hopefully, there is a meaningful ET. Use this select statement:

select min(datetime), max(dateTime), max(outTemp), min(outTemp),
avg(radiation), avg(windSpeed), max(outHumidity), min(outHumidity),
min(usUnits), max(usUnits) from archive where dateTime>(select
max(dateTime)-3600 from archive);

We'll also need the values of ET:

select ET from archive where dateTime>(select max(dateTime)-3600 from
archive);

Send me the results, and I'll do the calculation.

-tk

On Fri, May 22, 2020 at 6:08 AM IL <[email protected]> wrote:

> Before upgrade I had a bar diagram for ET (hourly total) in the Seasons
> skin showing reasonable values. After upgrade the diagram is still there,
> but no bars. When I look into the database there are values > 0. Today, a
> day with beautiful weather and bright sunshine, I see values like 0.0009.
> Before upgrade values were often > 1.
>
> I would expect the bars to return when I look at a longer period (week,
> month, year) which includes the time before the upgrade, but that doesn't
> happen. I did edit the configuration files, so some of this may be my
> fault. But before looking into that I must get back more reasonable ET
> values, and those are calculated and nothing I have tempered with.
> Temperature, wind speed, radiation etc. are OK.
>
> Has someone else seen this? Any ideas?
>
> --
> 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/27def363-689b-4e9f-b087-bcdf5a1a0a40%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/27def363-689b-4e9f-b087-bcdf5a1a0a40%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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEB-ZKG3wgBCEi2j%2Bo7Ct2vxBrtV2g%3D4Jb_%3Dcs%3DgfdUH7A%40mail.gmail.com.

Reply via email to