Highest Cell Voltage (ID) #28
Answered
by
mr-manuel
o-snoopy-o
asked this question in
Q&A
-
Hello, here is part of my config file. [BATTERY_INFO]
; First part is the Cerbo name, second part is from arduiono payload.
MaxChargeVoltage = max_charge_voltage
MaxChargeCurrent = max_charge_current
MaxDischargeCurrent = max_discharge_current
Voltage = voltage
Current = current
Soc = Soc
Temperature = temperature
MinCellVoltage = MinCellVoltage
MaxCellVoltage = MaxCellVoltage
MinVoltageCellId = MinVoltageCellID
MaxVoltageCellId = MaxVoltageCellID
MinCellTemperature = MinCellTemperature
MaxCellTemperature = MaxCellTemperature
MinTemperatureCellId = MinTemperatureCellID
MaxTemperatureCellId = MaxTemperatureCellID
NrOfModulesOnline = NrOfModulesOnline
NrOfModulesOffline = NrOfModulesOffline
NrOfModulesBlockingCharge = modules_blocking_charge
NrOfModulesBlockingDischarge = modules_blocking_discharge
InstalledCapacity = InstalledCapacity you can see that the data is coming through as expected but it doesn't populate the fields in cerbo. any tips appreciated, thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
mr-manuel
Sep 28, 2024
Replies: 1 comment 6 replies
-
Did you troubleshoot and check the logs? What do they say? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The key is not valid, not the value. Therefore
/System/MaxVoltageCellID
is not valid.The assignment you are doing in the config is not valid. There does not exist such a thing. Additionally you have to use the correct case. You wrote ID instead of Id for example.