diy solar

diy solar

Seplos bms 3.0 multi battery pack monitoring (MQTT & Home Assistant)

multimake

New Member
Joined
Apr 12, 2022
Messages
1
I have been doing some research on the seplos rs485 bus, and I have programmed a python script to "listen" the data from the complete battery pack (when there is more than one) and publish it to a MQTT server (with auto discovery for home assistant).
When there is only one battery, modbus can be used directly, but when there are several batteries the main one acts as "Master" and there can only be one master, so there is no other option but to listen to what the master asks and decode it.
The code (a draft version) is in: https://github.com/ferelarg/Seplos3MQTT
 
I have been doing some research on the seplos rs485 bus, and I have programmed a python script to "listen" the data from the complete battery pack (when there is more than one) and publish it to a MQTT server (with auto discovery for home assistant).
When there is only one battery, modbus can be used directly, but when there are several batteries the main one acts as "Master" and there can only be one master, so there is no other option but to listen to what the master asks and decode it.
The code (a draft version) is in: https://github.com/ferelarg/Seplos3MQTT
This is absolutely great. I've been trying to connect it directly to Node Red with an RS485 adapter for days. I will look at your ideas on how to address the SEPLOS V3. I have a question? Would you like to work together? How can I help you and or do something good for your work?

Vg Denny
 
Back
Top