What you are seeing is whatever value is emitted by your hardware, which is
generally rain since "last reset."

For the total rain over all time, you would have to do a database query.

select sum(sum) from archive_day_rain;


-tk

On Tue, Apr 25, 2017 at 2:37 AM, Daniel Jönsson <
daniel.jonsson.andr...@gmail.com> wrote:

> Hello!
>
> I am trying to write a custom service that feeds weather data to my home
> automation server (Domoticz) with json calls.
> Everything is working fine except rain data.
>
> Domoticz wants a counter value, but the record 'rainTotal' is not the
> counter i expected it to be.
>
> Is there a way to access a total amount of rain since the beginning of
> time in the event.record?
>

Reply via email to