-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAN socket on latest Seplos revision has rs485 #45
Comments
Thanks for your feedback! I'm would be happy about your contribution. I don't think the ESP connected via RS485(!) is able to interver the current measurement. |
Could you provide a photo of your BMS or the accessible connectors? |
@archi Friendly reminder. Could you provide a photo of your BMS / the accessible connectors? |
Hi @syssi, the battery is assembled in one of these metal boxes (like seplos mason). A photo of the exterior is probably rather uninteresting, and I'd like to avoid having to disassemble the front assembly. Since this is part of a bigger group order, I can attach some images of what should be the same device: External connectors are the usual three rj45 sockets (that's my actual battery): |
I have the same case/battery - does the "normal" software version and connection through the RS485-TTL converter not work or why does this issue exist? |
Oh, @archi - and which Neey balancer project (this I also have in my battery - I somehow feel we might have joined the same group order on the Akkudoktor forum... *g) |
@andreas-bulling yes, we are :) I don't understand the intention of your question ;-) I have no idea if the original software works or not, since I don't use it (I don't have a Windows laptop, and my desktop is not exactly portable). I just use a different set of pins for the esphome. |
Sorry, I realise that my question is not clear. With "normal software version" I didn't mean the Windows software but the code and corresponding instructions here in this repository. Particularly the RS485/TTL hardware converter that is required. Did you find a different way of connecting the Seplos battery to ESPHome? Does it work equally well? Also, if you don't use the Windows software - how do you configure the BMS and Neey? I've just assembled my battery today and don't see either of them when scanning for Bluetooth devices... |
I'd like to point out: This isn't a tech support issue, this is an issue regarding improving the docs. You should/could have asked the same questions in the forum or WA group of the group buy; and I guess that has been discussed there several times already. With that being said... The essential info is in the opening post: I use pins 1&2 (A: green, B: orange). Gnd not connected. The TTL converter is just some cheap part (this one). The code version is whatever was in For BT connection to the Neey & BMS you need some luck with your phone: Works well with my Pixel 4a and 4a 5G, but not at all with my Huawei tablet. Mind: The app versions matter. The Neey could be installed from the Play Store, but it's not listed anymore. It's mirrored here, but don't ask me if that link is safe. The BMS needs some apk. I've saved it to my Google Drive, but no idea if there is newer/better version out.. |
If this is still an issue I would be happy about an bug report some day. I'm not aware of any stability issues. |
I have run into the same reboot issue on my EG4 based on what appears to be the same hardware but different firmware (commands are slightly different). The solution in my case was to increase the timeout between requests. The BMS seems to get overwhelmed and lock up if you send it too many commands when it hasn't responded yet. It may or may not help with this different firmware. Timeout of 2 seconds helped for me, you may consider increasing it to as much as say 5 in case of no response. |
Thanks for the project! And the Neey balancer one! (And for the generous FOSS work overall <3).
I have the latest revision of the Seplos 200A 48V 16S BMS (if the seller didn't lie - I haven't disassembled the battery far enough to verify). That one supports RS485 on the CAN socket. Pins are 1&2 (A: green, B: orange), did not test 7/8. Ground is disconnected.
Maybe you want to reflect this in your docs? Should I open a PR?
(I'm not sure if that's advertised anywhere, but I just realized that it shouldn't work when comparing my setup with that of a friend; though the Seplos advertises only half the charging current and I'm afraid that's because it thinks the esp is another charger).
The text was updated successfully, but these errors were encountered: