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
Copy file name to clipboardExpand all lines: docs/configuration/setpoints.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,12 @@ To use the CSIP-AUS provided limits as a setpoint, add following property to `co
36
36
"csipAus": {
37
37
"host":"https://sep2-test.energyq.com.au", // (string) required: the CSIP-AUS server host
38
38
"dcapUri":"/api/v2/dcap", // (string) required: the device capability discovery URI
39
-
"nmi":"1234567890"// (string) optional: for utilities that require in-band registration, the NMI of the site
39
+
"nmi":"1234567890", // (string) optional: for utilities that require in-band registration, the NMI of the site
40
+
"fixedDefault":// (object) optional: the default limits in case CSIP-AUS server is unreachable and there is no default control which may be defined in the connection agreement
41
+
{
42
+
"exportLimitWatts":1500, // (number) the default export limit in watts
43
+
"importLimitWatts":1500, // (number) the default import limit in watts
0 commit comments