sqlite> select dateTime,ET,radiation,UV from archive order by dateTime desc limit 4;
1656952200|||6.0
1656952140|||4.0
1656952080|||2.0
1656952020|||3.0
It's in my wview.py schema and in my skins.conf:
[[[dayET]]]
# Make sure the y-axis increment is at least 0.02 for the ET plot
yscale = None, None, 0.02
plot_type = bar
[[[[ET]]]]
aggregate_type = sum
aggregate_interval = hour
label = Evapotranspiration (hourly total)
have tried both prefer-hardware and software in my weewx.conf for ET calcualtion.
Hope it's obvious, but what am I missing?
--
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 on the web visit https://groups.google.com/d/msgid/weewx-user/1549e44c-8848-44ef-8c04-81444b2cd034n%40googlegroups.com.