Page 1 of 1

energy meter: notification on energy usage in 1 day

Posted: Thursday 06 January 2022 20:49
by mancide
Hi,

I have several wallplugs measuring the energy usage. Is there a way to send a notification when the amount of energy is above or below a certain amount.

example: I have an airpump in my pond that normally uses +/-0.5kWh in 1 day. After a few months this starts to drop as the rubber seals need replacement. I would like to get a warning when the consumption drops below 0.4kWh

How can I do this?

Re: energy meter: notification on energy usage in 1 day

Posted: Thursday 06 January 2022 21:01
by psubiaco
Hi,
you can do that by a LUA or dzEvent script that check the daily energy consumed... if greater than X, send a notification.
It's not really a trivial solution, but if you know a bit of LUA programming....
in case I can help you writing a LUA script sample.