-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You might want to try something like https://github.com/syssi/esphome-jk-bms Serial communication is always between a master and a slave. RS485 does support mulitple slaves and one master, but then you need to address each slave with it's own slave. Most BMS does not have different address availabe in their protocol, including JKBMS, so you can only talk between 1 master and 1 slave. |
Beta Was this translation helpful? Give feedback.
-
Thank you . I didn't know where to start from the huge amount of documentation, but thanks to your advice, I think I can get started. |
Beta Was this translation helpful? Give feedback.
You might want to try something like https://github.com/syssi/esphome-jk-bms
dbus-serialbattery only work with Victron Energy's VenusOS, and while you can use that as a stand alone set up as well other inverters do not interface with VenusOS that I have seen.
Serial communication is always between a master and a slave. RS485 does support mulitple slaves and one master, but then you need to address each slave with it's own slave. Most BMS does not have different address availabe in their protocol, including JKBMS, so you can only talk between 1 master and 1 slave.