diff --git a/src/nodes/config-client.html b/src/nodes/config-client.html index 4ef2cf6..3e6585e 100644 --- a/src/nodes/config-client.html +++ b/src/nodes/config-client.html @@ -3489,6 +3489,19 @@
With this node several settings can be read. Currently the focus is mainly on the Carlo Gavazzi Wired AC Sensors (cgwacs).
With this node several settings can be adjusted. Currently the focus is mainly on the Carlo Gavazzi Wired AC Sensors (cgwacs).
With this node several settings can be read. Currently the focus is mainly on the Carlo Gavazzi Wired AC Sensors (cgwacs).
", "settings": [ + { + "path": "/Settings/CGwacs/AcExportLimit", + "type": "float", + "name": "AC export current limit (A)" + }, + { + "path": "/Settings/CGwacs/AcImportLimit", + "type": "float", + "name": "AC import current limit (A)" + }, + { + "path": "/Settings/CGwacs/AlwaysPeakShave", + "type": "enum", + "name": "Mode for peakshaving", + "enum": { + "0": "Above minimum SOC only", + "1": "Always" + } + }, { "path": "/Settings/CGwacs/MaxChargePercentage", "type": "float", @@ -6938,9 +6957,25 @@ "help": "With this node several settings can be adjusted. Currently the focus is mainly on the Carlo Gavazzi Wired AC Sensors (cgwacs).
", "settings": [ { - "path": "/Settings/CGwacs/AcPowerSetPoint", + "path": "/Settings/CGwacs/AcExportLimit", + "type": "float", + "name": "AC export current limit (A)", + "writable": true + }, + { + "path": "/Settings/CGwacs/AcImportLimit", "type": "float", - "name": "ESS control loop setpoint (W)", + "name": "AC import current limit (A)", + "writable": true + }, + { + "path": "/Settings/CGwacs/AlwaysPeakShave", + "type": "enum", + "name": "Mode for peakshaving", + "enum": { + "0": "Above minimum SOC only", + "1": "Always" + }, "writable": true }, {