Ultimately ET comes from either your driver or StdWXCalculate, depending on the capabilities of your station (it could also come from another service if your are running a driver that is capable of providing ET as a service). Seasons draws ET data from the database.
When you say ‘Seasons displays ET 1.80 in’ where is that? Seasons can display a number of different ET values/aggregates. Remember that the loop packet value is the amount of ET in the period covered by the loop packet, Seasons can display the cumulative amount of ET over an archive period, a day, a week, a month or a year depending on what you are looking at. This construct: <td class="data new_row">$archive.ET.sum.format(add_label=False)</td> is used by Seasons to display day, week, month or year ET, so not really able to be compared to a loop value. Gary On Monday, 28 December 2020 at 08:58:49 UTC+10 gary....@gmail.com wrote: > I'm setting up WeeWX 4.2.0 with WeeWx-MQTTSubscribe and after getting help > from Rich, have it working well. > In the Seasons skin, I see that ET is reported at 100 times the value in > the loop packets. > Loop has ET: 0.018 > Seasons displays ET 1.80 in > > Before I make an entry in weewx.conf StdCalibrate Corrections, where is > the value calculated for the Seasons skin? > I only find items like these in the skin files: > #if $day.ET.has_data and $day.ET.sum.raw > 0.0 > #if $day.ET.has_data and $day.ET.sum.raw > 0.0 > <td class="label">$obs.label.ET</td> > <td class="units">$unit.label.ET</td> > <td class="data > new_row">$archive.ET.sum.format(add_label=False)</td> > > -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/00d0ee35-1073-4e14-8143-fe3425132e00n%40googlegroups.com.