You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,9 +43,46 @@ This request does not care about the configured visibility of single inverters.
40
43
- P3InverterData (3PInverterData) - Values which are provided by 3phase Fronius inverters.
41
44
- MinMaxInverterData - Minimum and Maximum values of various inverter values.
42
45
46
+
### Archive Data Requests
47
+
Archive requests are provided whenever access to historic device-data is possible. The Datalogger web can only provide what is stored in its internal memory and has not been overwritten by newer data yet, it can loose data due to capacity reasons. The number of days stored is dependant on the number of connected units that are logging data.
48
+
49
+
#### Channels
50
+
Each channel is handled and requested by name. Most of the channels are recorded in constant cyclic intervals which can be set between 5 and 30 minutes. Only `Digital_PowerManagementRelay_Out_1`, `InverterErrors`, `InverterEvents` and `Hybrid_Operating_State` are event triggered and may occur every time.
0 commit comments