Everything runs with no problems except for the evapotranspiration.
The console has different values than those in the all-sensor.xml of meteohub!
Currently I have totals on the console of 7.1 mm per month, and year.
The daily values are added together to brave the total values.
Here, the current exodus of all-sensor.xml 15:02:12
The 7.1 mm are not available and worth the month and year are now for 1 week to 2.1 mm.<data timeframe="actual">
<item sensor="sol0" cat="evotranspiration" unit="inch">0.07</item>
<item sensor="sol0" cat="evotranspiration" unit="mm">1.8</item>
<data timeframe="alltime">
<item sensor="sol0" cat="et" unit="mm">2.1</item>
<item sensor="sol0" cat="et" unit="in">0.1</item>
<data timeframe="day1">
<item sensor="sol0" cat="et" unit="mm">0.5</item>
<item sensor="sol0" cat="et" unit="in">0.0</item>
<data timeframe="hour1">
<item sensor="sol0" cat="et" unit="mm">1.7</item>
<item sensor="sol0" cat="et" unit="in">0.1</item>
<data timeframe="last15m">
<item sensor="sol0" cat="et" unit="mm">1.5</item>
<item sensor="sol0" cat="et" unit="in">0.1</item>
<data timeframe="last24h">
<item sensor="sol0" cat="et" unit="mm">2.1</item>
<item sensor="sol0" cat="et" unit="in">0.1</item>
<data timeframe="last60m">
<item sensor="sol0" cat="et" unit="mm">1.4</item>
<item sensor="sol0" cat="et" unit="in">0.1</item>
<data timeframe="month1">
<item sensor="sol0" cat="et" unit="mm">2.1</item>
<item sensor="sol0" cat="et" unit="in">0.1</item>
<data timeframe="year1">
<item sensor="sol0" cat="et" unit="mm">2.1</item>
<item sensor="sol0" cat="et" unit="in">0.1</item>
The actual values are consistent with the Daily values of the console and not worth day1 morning start and end with 0.3 to 0 clock always at 2.1 mm.
Since the worm is inside

Because one has an idea where there is the problem?
Thank you!