diy solar

diy solar

Most reacted posts

  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    V1.17.4 has been released on GitHub: https://github.com/Sleeper85/esphome-jk-bms-can Changelog: - Added "SMA" to CAN BMS names - Added function "Auto Charge Voltage Control" to avoid OVP alarms and improve balancing - Categorised sensors - Set time source to SNTP - Min battery voltage based on...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    @chaosnature, I feel like a broken record here, but if you want real, targeted and effective help, you need to share useful details. Trend views of SOC, total voltage, charging status, etc - these are some of the things needed. A snapshot view or anecdotal recall really doesn't help much. You...
  • Post in thread: JK BMS CAN bus comms now possible for inverters that support Goodwe and Pylontech batteries

    Same, I bought a Victron smartshunt late last week for this exact reason. I intend to design a PCB with: - ESP32 module - RJ45 connector - JK BMS connector - Smartshunt connector - Relay (for heater, etc) - Spare GPIO breakout - Isolated power from JK BMS All in a 3d printed housing. If / when...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    MultiBMS support is on the list for development in the next version, which @Der_Hannes has been involved with. @Sleeper85 has been working on reconfiguring the code so it's more modular, making it possible to 'plug in' different functions like displays, multiBMS, etc.
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    I'm inclined to agree with @Der_Hannes, it's proving rather intense troubleshooting your system, @chaosnature. The reality is that it's not just the open source software running on the ESP32 units that's being covered. We're spending a lot of time troubleshooting an entire setup, from...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    V1.17.5 has been released on GitHub: https://github.com/Sleeper85/esphome-jk-bms-can Changelog: - Auto Charge Voltage Control function rewritten - EOC cycle threshold added to reduce premature triggering of float phase This is a small release whilst we continue to work towards a modular and...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    @chaosnature, I'd suggest starting up another thread re. time of use and your Solis inverter. It's not directly related to this project.
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    Set the 'discharge_knee_v' to 3.5 in your YAML, and it will work as expected now that you have set UVPR to 3.1v. I'm glad we're understanding what went wrong, but I'm frustrated that you were quick to blame the code - these batteries are not toys (especially the li-ion cells you have) and...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    There's no timeline for release at this point, it's still very, very early days and multiBMS support is still in planning stages. For me personally, multi BMS support will need to be reliable and capable of running without WiFi, etc, so that might make a MQTT method unfeasible. Once we get to...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    Thanks @Sleeper85! Enjoy your trip! Regarding the new Auto Charge/Discharge Current Control, this feature has been introduced to hopefully prevent OVP and UVP alarms. At a high level, the ESP will check the maximum and minimum cell voltage every refresh cycle, compare it to a BMS threshold and...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    The latest code on @Sleeper85's GitHub will automatically reduce current as a cell approaches UVPR or OVPR, so you should no longer have that issue. This feature is called Auto (Dis)Charge Current Control and is enabled by default. In addition to that, we're testing an updated version (v1.17.4)...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    I personally have a Solis EH1P and a friend has a Solis RHI inverter, both work as expected with v1.17.3. It is extremely difficult to debug your system because you are making system and configuration changes in every post you make. To debug this properly, you'll need to: - Reflash the...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    Ok, look at it from my point of view. That screenshot appears to show a subset of information from two JK-BMS ESP32s. I don't know which one is connected to the inverter via CANbus. I don't know what the maximum cell voltage is. I don't know what the CAN status is. I can't see the all of the...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    I don't think it's best to leave the old logic in, no. Supporting two sets of logic is more work, plus testing indicates this solution should work effectively when used in conjunction with Auto Charge Current control.
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    I would like to redesign the algorithm to smoothly decrease CVL as a cell exceeds target. Going straight to a full offset could lead to some CVL oscillation. This algorithm is based heavily on that used in the diyBMS, as it was a quick win to gain some additional control. If we improve it then...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    @silverstone, let's move this conversation to GitHub issues. It's making this thread super long for anyone new wanting to come in. Can you create two issues? - Current control oscillation - Premature triggering of EOC
  • Post in thread: JK BMS CAN bus comms now possible for inverters that support Goodwe and Pylontech batteries

    I use an earlier forked version of the uksa007 code with different logic that acts similar to the smart shunt (terminate charging based on tail current, time, etc). My Solis inverter stops charging when the BMS reads 100%, regardless of the battery voltage. In my case, I set the max SOC sent...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    @silverstone, I'll be enhancing documentation this week and will have much more detail & examples. As for your final point, requested voltage will go back up as cell imbalance reduces. This auto voltage is only active during bulk and balancing stages.
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    Perhaps you needed to build clean files, but worked around it with that approach?
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    One last point @chaosnature, I think I have mentioned this before to you. You are starting balancing at 3.0v, this means you are essentially middle-balancing your cells. I would recommend setting the balance start voltage to 3.9v, perhaps 3.8v if you prefer. That way you will be top balancing...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    As it's a bus with the inverter at one end, ESP32 at the other (for now at least), put the 120ohm resistor across the high and low on the ESP32. That will properly terminate the bus, reducing errors.
  • Post in thread: Beginning My Energy Storage Journey In The UK!

    I agree, panels can be quite effective, even in non-standard places. I have an array of 10 on a garage roof and 3 on a wall, all working well.
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    It's not finalised yet, we're doing some internal testing first to make sure nothing blows up.
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    You can use either Pylon or SMA. I recommend SMA for the Solis inverter, mainly because Solis apply some Pylontech specific logic for the pylon protocol. That logic tends to affect how BMS voltage is used, plus prevents (from what I've seen) recharging until the SOC drops to 97%. Of course...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    It's definitely feasible, do you have any good reference for C-rate vs temp? I use EVE LF304 cells, with rates as below:
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    This is on the list to do, but as you can probably appreciate, life gets in the way. If you want, please feel free to submit a pull request with the requested changes to the readme. We can then review and merge if appropriate.
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    That's already in v1.17.3 which has been released for a little while - I think I saw @Der_Hannes said it was part of his code too.
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    There's an enhancement issue on the GitHub repository, you're welcome to follow and comment as required. As for every parameter being exposed, I guess that's personal preference. For me, the more that is exposed, the more opportunity there is to make mistakes when tweaking things. Many of the...
  • Post in thread: JK-BMS-CAN with new Cut-Off Charging Logic (open-source)

    Looking at your screenshot as below: As you can see, the requested charge voltage is essentially the same as current battery voltage. If your inverter respects CVL correctly, the current going into the battery should approach zero, allowing time for the balancer to pull the max cell back. This...
Back
Top