Hi everyone, I integrated my seplos bms with modbus protocol with my esp8266, when I only had one battery everything worked, now I added a second battery with a second BMS which is connected to the first via port 485, and my entire esp system has often doesn’t work, I have no idea how to reconfigure my file. can anyone give me a hand?? I attach my current configuration that works with a single battery and the description of the Modbus protocol of my BMS. Please if anyone can help me I would be grateful
ok thank you I’ll do this test, instead what address should I give to call the sensors of the various batteries? First I called it with 0x1007 now having two how do I differentiate them?
I am just starting on this path.
I have 2 Seplos Mason units. They are paralleled but not for communication. Only one talks to Inverter and reports SoC etc.
I am thinking of going your route and wondered if you can’t just have 2 instance ESP8266 connecting to each ?
Hi, it’s not possible because the two batteries have to communicate with each other and you can’t use the free port on the second battery to read modbus, you have to read everything from the master battery. If you have any ideas let me know!