python-daly-bms icon indicating copy to clipboard operation
python-daly-bms copied to clipboard

Python module for Daly BMS devices

Results 26 python-daly-bms issues
Sort by recently updated
recently updated
newest added

Hi, is there a way to monitor 2+ boards via RS485 with one adapter and this software?

Hi, Thanks for your code, it's very helpful. Where did you find the doc to interact with the BMS through Bluetooth ? I was able to find that my Daly...

Bluetooth

Run with following error. It seems that characteristics specified is different in my bluetooth sensor. But it reads data correctly on Android app. ``` File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run...

…ytes frames - added support for more bluetooth commands - added unit tests

TypeError: 'NoneType' object is not iterable ![image](https://user-images.githubusercontent.com/46324148/177005750-80b06317-0ff6-4bb6-b8b3-81f8e34f1d7e.png) Sorry sure. I get this problem when doing some iteration commands. Thx

The voltage of my 1. cell is different with every request. These requests were made directly after each other: ``` { "1": 4.258, "2": 3.367, "3": 3.369, "4": 3.366 }...

Hi, my goal here is to gather information about the different BMS models sold under the Daly brand. We know that there are two different models around, the "normal" ones...

documentation

Hi, I could successfully connect to my BMS using serial and It is obviously `sinowealth` as it's only working with this option. I'm trying to do same over bluetooth following...

Bluetooth

I'm now trying another daly-BMS, which is a 5s -12 V 40A unit and I have managed to get the script to run under windows 10 using ipython, simply running...

Thanks for this repo! I was looking for ways to interface with my Daly BMS. Wondering if you have worked/are working on a feature to turn on and off the...