From dfbb0ecc0688ee47078f159e4007669523f4a80d Mon Sep 17 00:00:00 2001 From: Maxwell Date: Tue, 10 Mar 2020 09:52:13 +0200 Subject: [PATCH] Add additional configurable parameters for buffers Adds additional `qpiws`, `qmod` and `qpigs` parameters with default values used in source code, these values are currently based on the **skymax** inverter --- config/inverter.conf | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/config/inverter.conf b/config/inverter.conf index c5976d9..3b8ecb7 100644 --- a/config/inverter.conf +++ b/config/inverter.conf @@ -22,6 +22,21 @@ amperage_factor=1.0 # reading compared to measurement tools. Normally this will remain '1' watt_factor=1.01 + +# The following settings allow you to modify runtime buffers. +# N.B. These values may not be applicable to all inverter types, as such you will +# need to run docker exec -it voltronic-mqtt bash -c '/opt/inverter-cli/bin/inverter_poller -d -1' +# or simply inverter_poller -d -1 to check for warnings or errors +# mentioned in https://github.com/ned-kelly/docker-voltronic-homeassistant/issues/5 + # This allows you to modify the buffersize for the qpiri command -# as mentioned in https://github.com/ned-kelly/docker-voltronic-homeassistant/issues/5 qpiri=97 + +# This allows you to modify the buffersize for the qpiws command +qpiws=36 + +# This allows you to modify the buffersize for the qmod command +qmod=5 + +# This allows you to modify the buffersize for the qpigs command +qpigs=110 \ No newline at end of file