-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f573b5e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
i see your project is very interesting..especially about controlling Litio battery charging using data from Bms,not the one from Inverter;
Need accurate voltage, Soc,Amp..from Bms to control inverter stop charging..for example stop charging when Bms SOC is 80%.
I see now have https://esphome.io/components/pipsolar.html?highlight=pipsolar and https://esphome.io/components/sensor/daly_bms.html,
to use with esp 32/8266;should mix the 2 component to get a new component sending Bms data,to Inverter BMS port.
by Rs485/Modbus protocol.This will tell inverter to stop charging according to BMS data.
Now have many new inverter model with Bms port;Pip 5048MGX Pip 5048GK Pip 5048MK ecc ecc
Pip Inverter communication protocol is available...
Unfortunatelly JKBS and DALY Bms(cheap DIY Bms) cant talk with Inverter because have different protocols.
Would be very usefull.