Polinovel #486
seamaster101
started this conversation in
New BMS requests
Polinovel
#486
Replies: 3 comments 3 replies
-
Please fork this repository and add your script in your forked repository. This would be easier to see your progress and help you with development. If you have no programming editor yet, I can recommend you to use VS Code. Once the driver is working, you can open a pull request to merge it with the |
Beta Was this translation helpful? Give feedback.
2 replies
-
The 485 driver does not run on the RPI. It does run on a piece of custom hardware, therefore will not work for anyone else as they don’t have that hardware. I did start trying to make driver from Louise's code, but I got stuck :(. I got it up to the point where it pareces one value. I don’t know if that file could be of assistance My programming skills are not sufficient to finish the driver on my own. Jordan
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
My batteries are from manufacturer called Polinovel. I know that the they are 300Ahrs and have 150A BMSs with RS-485 communications.
It uses the protocol attached in a PDF file. I would like to make them work with dbus-serialbattery. The batteries manufacturer did not tell me what make and model the BMSs are, but at least provided the communication protocol.
Can someone recognize the protocol and tell me what type is the BMS they used tin my batteries?
BMS-RS232-RS485-protocol-20191108.pdf
I also started a driver, but honestly programming is not my forte. The first part of the driver works, and I'm able to query the BMS and the BMS sends data back, but from there I have problems parsing the voltages and other parameters.
The polinovel.py.ziip is the file I started, but can not make work.
polinovell.py.zip
Please help!
Beta Was this translation helpful? Give feedback.
All reactions