-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Selectronic SP Pro 2i #82
Comments
Hi @mattthemadscientist, |
I've got it connected to the selectronic, but am getting some odd data and its throwing the selectronic into protection mode. odd results in the selectronic are as follows. charge voltage limit seems to be reading as 14.5v See below log snippet 2024-11-26 11:10:45.009 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:45.010 | INFO | Thread-2 | verter.BmsToInverter:320 | 2024-11-26 11:10:45.010 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:46.011 | DEBUG | Thread-2 | msungBmsCANProcessor:168 | 2024-11-26 11:10:46.011 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:46.011 | INFO | Thread-2 | verter.BmsToInverter:320 | 2024-11-26 11:10:46.012 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:46.012 | INFO | Thread-2 | verter.BmsToInverter:320 | 2024-11-26 11:10:46.012 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:46.012 | INFO | Thread-2 | verter.BmsToInverter:320 | 2024-11-26 11:10:46.013 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:47.015 | INFO | Thread-2 | verter.BmsToInverter:320 | 2024-11-26 11:10:47.015 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:47.022 | INFO | Thread-2 | verter.BmsToInverter:320 | 2024-11-26 11:10:47.023 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:47.025 | INFO | Thread-2 | verter.BmsToInverter:320 | 2024-11-26 11:10:47.025 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:47.027 | INFO | Thread-2 | verter.BmsToInverter:320 | 2024-11-26 11:10:47.027 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:48.028 | INFO | Thread-2 | verter.BmsToInverter:320 | 2024-11-26 11:10:48.028 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:48.029 | INFO | Thread-2 | verter.BmsToInverter:320 | 2024-11-26 11:10:48.030 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:48.031 | INFO | Thread-2 | verter.BmsToInverter:320 | 2024-11-26 11:10:48.032 | INFO | Thread-2 | verter.BmsToInverter:390 | BMS alarms: 2024-11-26 11:10:48.032 | INFO | Thread-2 | verter.BmsToInverter:320 | |
haha I just noticed this, 2024-11-26 11:10:46.011 | DEBUG | Thread-2 | msungBmsCANProcessor:168 | that would be 3,886 volts... something funny is going on |
@mattthemadscientist I guess the Max/MinCellmV needs to be divided by 1000 not multiplied 😉 |
mine are the elpm482-00005, I linked the architecture in an earlier post. the communication protocol can be found in the attached pdf... if it attaches for me. |
Hi @mattthemadscientist I updated some datatypes. For the cell voltage it was just outputting it wrong, but the reading was correct. Please do a Clean install with the Configurator app and let me now how it behaves 😄 |
G'day mate, I've finally got my pi up and running and reading the 4 Samsung batteries nicely. I'm using a 4b and 2-ch can hat. unfortunately, the individual cell data isn't coming across to the selectronic inverter.
Does the Pylontech protocol support individual battery cell data within a stack? I'll get onto selectronic too, as this may just be a setting on their end.
Also, there are only 2 pins, CAN_H and CAN_L on the selectronic, and no ground, does this need to be connected for it to equalise and communicate properly? and if so, should I be earthing the inverter chassis to the batteries?
Thanks mate!
The text was updated successfully, but these errors were encountered: