I'm waiting on installation of a PV system with a Solis Hybrid inverter (RHI-6k-48ES-5G). I've independantly bought 16x Eve 280ah LiFePo4 cells and a JK Bms.
I'll use homeassistant to monitor not the bms and the inverter and occasionally change settings based on solar forecast - this is well covered on other threads.
My question is around the best way to get the inverter to charge the battery. I see two options:
- Place a pi/esp32 between the inverter and the bms, and use it to translate between the BMS modbus protocol and Pylontech Canbus protocol. The BMS/modbus side has got good libraries, but I've not seen one for the propriatary canbus protocol. Has anybody seen a library for this (or even good documentation for the protocol?)
- Tell the inverter that it's connected to a lead-acid battery, and tweak the parameters below into a profile that's suitable. Does anybody understand how the inverter behaves based on these parameters?
Thanks