The Emonio transmits energy data to the telemetry server at the set send interval. The default interval is one second, but for the sake of clarity, we will assume a send interval of one minute in the following. The Emonio basically transmits two types of energy values:
- Quarter-hour values:
Every 15 minutes, a summary of the last quarter hour is sent. - Current values:
These are sent at the set interval (in this case, every minute).
The current values are averages from the last minute. This means that if a data packet is transmitted at 13:01, the values are the average for the minute from 13:00 to 13:01. It could therefore be that the current was 100A for 5 seconds, but only 10A for the other 55 seconds. The average value transmitted is 17.5A. Whether this resolution is sufficient or more detail is required depends on various factors. For example, if only the peak values are important, for example to design a fuse, it is sufficient to transmit the extreme values.
If the transmission of extreme values is enabled, a minimum and maximum value is transmitted every minute. In the case described, the maximum current would be 100A and the minimum 10A.
The extreme values are transmitted for voltage, current and active power. The corresponding telemetry keys contain the suffix "max"/“min” (e.g. "egy_irms_max_a" for the maximum current on phase A).