From 79da5f477d10b61d0ee11718d46183b4c01f38af Mon Sep 17 00:00:00 2001 From: Sven Date: Tue, 15 Oct 2024 20:05:19 +0200 Subject: [PATCH] Update set_parameter.md --- docs/set_parameter.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/set_parameter.md b/docs/set_parameter.md index 7c12af9..02dd434 100644 --- a/docs/set_parameter.md +++ b/docs/set_parameter.md @@ -1,15 +1,23 @@ -With enneox-OS based devices, it is possible to change selected parameters via Service Call. +With some devices, it is possible to change selected parameters via Service Call. - -Currently supported parameters: +Before changing a value, you should first check which values are allowed: + + +After that, you can change the parameter at your own risk: + + +# Temporary zero feed-in +The following parameters have been successfully used by people to control the feed-in. This is helpful, for example, if the feed-in tariff is negative at certain times. + | Interface | Sensor | SMA-Name / Description | |---|---|--| | ennexos | Inverter Power Limit | Set active power limit
Parameter.Inverter.WMax
same as Modbus 30233 -| webconnect | Active Power Limitation | Set active power limit
Parameter.Inverter.WMax
same as Modbus 30233 -| webconnect | Operating Mode | Switching the system on and off - -As a Tripower X device has over 400 parameters, I will not implement all of them. For additional parameters, please open an issue and briefly describe what you need the parameter for. +| webconnect | Active Power Limitation | Set active power limit
Webconnect Code: 6802_00832B00
Parameter.Inverter.WMax
same as Modbus 30233 +| webconnect | Operating Mode | Switching the system on and off
Webconnect Code: 6800_08831E00
Operation.OpMod
same as Modbus 40009
Value 381: Stopp
1467: Start +| webconnect | Active Power Limitation GCP | Active Power limit at grid connection point
Webconnect Code 6800_0092D70
PCC.WMax +# Remark +As a Tripower X device or a webconnect device has over 400, some of them over 900, parameters, I will not implement all of them. For additional parameters, please open an issue and briefly describe what you need the parameter for. It is helpful if the webconnect code (e.g. 6802_00832B00) or enneoxos sensor name (e.g. Parameter.Inverter.WMax) is provided. Devices via Speedwire cannot be changed due to the lack of a specification. Here I refer to the use of Modbus.