0
Under review

alert on dash

Paolo 1 year ago in Dashboard and Widgets updated 1 year ago 4

Hi,

I have a D105 used as water counter.

I am trying to setup a lot of alert ( mail)  when a certain Number ov pulses in a ineterval will be exceeded.

I.E.  if I consume more than 200l in a hour, a mail will be send.

But also if I consume more than 1000l in a day, a mail will be send.

But also, if I consume more than 3000l in a week a mail will be send

But also, if I consume more than 10000l in a month a mail will be send

So, in case of a water leak, I will found it in advance.

There is a kind of Widget in the dash to do this?

Thanks, P.

Under review

The task is clear, but unfortunately there is no possibility to create such conditions yet.

You can only create simple conditions > <  in the device settings.

At least for the Ch1 and Ch2 pulse inputs, it seems that the value you use for the conditions is the instantaneous value, would it be possible to use the accumulated value in the conditions? This would allow you to perform actions when you reach certain levels.

In practice, the values of Ch1 and Ch2 cannot be used for the condition.

The conditions are checked every 5 seconds, and there will always be a too low value, the number of pulses in the last 5 seconds.

+1

Ok,

I solved the issue with a little server that's collect the counter and observe the time per consume Triggers.

Your API are very simle!

Thanks.