We need more information than that.

What time zone? UTC+02:00?

How did you install? Using setup.py, or Debian? Or, something else?

Do you want to zero out all rain data for the day? Or, is there just one
bad value? If just one value, roughly how big is the value?

Try this and tell me what you get

cd /var/lib/weewx
echo "SELECT dateTime, rain FROM archive WHERE dateTime > 1492725600 and
dateTime <= 1492812000 AND rain > 0;" | sqlite3 weewx.sdb

(NB: 1492725600 is midnight 21-04-2017, and 1492812000 is midnight
22-04-2017 in the time zone UTC+02:00.)

-tk


-tk


On Fri, Apr 21, 2017 at 3:09 PM, Massimiliano Neri <[email protected]>
wrote:

>
> Hello Thomas, I would like to reset the content of the rain of the day on
> 21-04-2017, how can I make the SQL statement?
>
>
> Il giorno venerdì 21 aprile 2017 21:00:32 UTC+2, Massimiliano Neri ha
> scritto:
>>
>> I am using Weewx for 2 weeks, I need to correct the amount of rain fall, 
>> either daily, monthly and annually. You can tell me the procedure for making 
>> these fixes. thank you.
>>
>> --
> 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].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to