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