From 2dfc7ae6decd49c871b22d84c2cbc0de452b4450 Mon Sep 17 00:00:00 2001 From: Andreas2430 <102322614+Andreas2430@users.noreply.github.com> Date: Mon, 25 Jul 2022 12:56:50 +0200 Subject: [PATCH] Update integration.markdown (#23310) --- source/_integrations/integration.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/integration.markdown b/source/_integrations/integration.markdown index d60a996d200..456122bd216 100644 --- a/source/_integrations/integration.markdown +++ b/source/_integrations/integration.markdown @@ -93,7 +93,7 @@ method: default: trapezoidal {% endconfiguration %} -In case you have an appliance which produces spikey consumption (like an on/off electrical boiler) you should opt for the `left` method to get accurate readings. +In case you expect that your source sensor will provide several subsequent values that are equal, you should opt for the `left` method to get accurate readings. The unit of `source` together with `unit_prefix` and `unit_time` is used to generate a unit for the integral product (e.g. a source in `W` with prefix `k` and time `h` would result in `kWh`). Note that `unit_prefix` and `unit_time` are _also_ relevant to the Riemann sum calculation.