Stuart Pittaway
Stuart Pittaway
> Each cell is reading off by about 400 to 500 mv. My guess is that the wrong version of the firmware has been installed (was this board from my...
> This is a JLCPCB right before shop was available. Original FW I used was module_fw_V490_AUTOBAUD_VREF4500_genericSTM32F030K6T6 I have just put on module_fw_V490_AUTOBAUD_VREF4096_genericSTM32F030K6T6.bin with no change in the two. This is...
> At the BATT header and from 0 to 16 I am getting 48.xxV while in GUI I am getting 43.xxV. Are you running 16 cells? Are you also connecting...
Hi @moscito1010 - I've not used the RS485 version, so can't directly support any problems you have with it, it was created by [ruza87](https://github.com/ruza87) Looking at the logs you sent...
Did you compile the code yourself? If you did, look in main.cpp for a line like... ```xTaskCreate(sdcardlog_outputs_task, "sdout", 3200, nullptr, 0, &sdcardlog_outputs_task_handle);``` and change the "3200" to a higher number...
I have considered implementing this previously, however without the added HTTPS/TLS encryption its sort of a half attempt at security, which may give people an over confident feeling of its...
Are you running batteries in an environment where they cannot ever be powered off or taken offline? The idea you listed is fine, but we are venturing into a high...
Does Victron have no capability for multiple battery systems? The trouble with CAN is that each controller would broadcast the same message Id's - so unless you can separate the...
As you are looking at a 4s4P setup, a single controller would operate that size of battery without an issue. Perhaps a different way to look at this, would to...
Have you considered moving the fuse/contactor onto each bank of cells? So you have 4 battery banks with a contactor on each before they are paralleled? You also need to...