-
Notifications
You must be signed in to change notification settings - Fork 119
What about add support for Lifepo4 "SEPLOS" 200A BMS Bluetooth interface on BATMON?
All reactions
Replies: 17 comments 15 replies
No progress on this one yet.
issue #52
All reactions
Yes, that would solve the problem if you use several Seploas BMS in series, then the master is invisible.
At the moment there is probably no solution via BT.
All reactions
It would make me happy too if the Seplos BMS was supported
Seplos was the first BMS to come out to manage the parallel
And so there are a lot of them around and installed
All reactions
check syssi/esphome-seplos-bms on github for the esp32 ble version.
it works like a charm: this is for a single bms, but I easily extended it to 4 bms seplos v2 in a stack.
https://github.com/syssi/esphome-seplos-bms/blob/main/esp32-ble-example.yaml
All reactions
batmon now support seplos BMS
All reactions
batmon now support seplos BMS
From which version does it support it?
I tried this configuration yesterday,
but it still only showed DalyBMS.
- address: 02:11:23:xx:xx:xx
type: daly
alias: DalyBms - address: 60:6E:41:xx:xx:xx
type: seplosv2
alias: Seplos1 - address: 60:6E:41:xx:xx:xx
type: seplosv2
alias: Seplos2 - address: 60:6E:41:xx:xx:xx
type: seplosv2
alias: Seplos3
All reactions
All reactions
i have the bluetooth protocol from seplos if that helps. got it from seplos after asking some times... where can i send it? - Andy
All reactions
Hi Andy, yes it helps. you can attach it here
All reactions
Seplos bluetooth protocol 2.0.docx
here you are.
All reactions
thanks! i'll have a look
All reactions
Seplos.bluetooth.protocol.2.pdf
same document as pdf
All reactions
All reactions
I gave the doc to Sussi as well. But I did not get any feedback. Did he use it?
I would love to somehow read data out from Bluetooth on the seplos as the BMS can’t be monitored by cable when in can bus mode and connected to my deye inverter.
All reactions
All reactions
file mentioned
DataRecord_20240201_034205.xls
All reactions
Any update on this? It would be great to have Seplos support
All reactions
Yes, I'm waiting too, it would be really fantastic
have Seplos BMS support in Bluetooth
together with the Daly they are the most used BMS
All reactions
-
👍 5
Push. PLEASE Add Seplos BMS. This would make many people happy.
All reactions
up
All reactions
There is already one integration working with bluetooth and Seplos.
Check it.
https://github.com/patman15/BMS_BLE-HA
All reactions
-
👍 2
There is already one integration working with bluetooth and Seplos.
Check it. https://github.com/patman15/BMS_BLE-HA
I'll check
but it seems to me that this doesn't send data in MQTT
like Batmon does, which I already use for the Daly BMS.
And it would be nice not to add any other integrations to
also see the Seplos BMS in BT.
All reactions
Has Seplos BMS V2 support via Bluetooth been added?
All reactions
I don't think so. Just use the integration mentioned above. Works great!
All reactions
Yes, I'm trying it, but it doesn't send data in MQTT
and it has many fewer sensors than this one.
It doesn't have the sensors for the individual 16 cells and many others.
It works well with BT integration
which happens automatically
and it sees Seplos V2 BMS without problems.
But it has many limitations compared to BatMon,
which from what I see on DalyBms is much more complete.
I'm attaching what I see with the two integrations so you can understand that this one is indeed much more complete, in addition to having native MQTT data.
DalyBMS BatMon
image
Seplos V2 [BMS_BLE-HA
image
All reactions
All reactions
This is great news.
So I can use just one ESP32
to integrate up to 4 Seplos V2 BMSs in BT?
Do you have the code for 4 BMSs so I can try it? I should replace
only the BT MAC addresses of my BMSs in your code. Is that correct?
All reactions
All reactions
check https://github.com/fl4p/batmon-ha?tab=readme-ov-file#supported-devices-bluetooth-low-energy
Not sure, I don't own a Seplos, you can just try and let me know
All reactions
All reactions
All reactions
-
👍 1