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
This commit is contained in:
+16
-1
@@ -22,6 +22,21 @@ amperage_factor=1.0
|
|||||||
# reading compared to measurement tools. Normally this will remain '1'
|
# reading compared to measurement tools. Normally this will remain '1'
|
||||||
watt_factor=1.01
|
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
|
# 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
|
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
|
||||||
Reference in New Issue
Block a user