dreadnought

Results 28 comments of dreadnought

Hey, I don't have experience with connecting through other interfaces than USB adapters. On Linux and Windows the [pySerial](https://pythonhosted.org/pyserial/) module that I'm using does a good job in handling it...

The CLI tool doesn't have the functionality to connect via Bluetooth implemented yet, only the Python module does. If you're interested in using the Python module to create a small...

I would assume that the SOC gets calibrated automatically after a few charge/discharge cycles, but I don't know for sure. My tool doesn't have anything implemented to set parameters of...

Hi, I see this behavior when the battery gets discharged, not while being idle or charging. The same happens to the `current` in `--soc`, while the `total_voltage` is stable. ![screenshot-bms](https://user-images.githubusercontent.com/13079298/162399900-b572b6f7-8f61-40d6-97ab-bb198ceae4bd.png)...

The CLI tool doesn't have the functionality to connect via Bluetooth implemented yet, only the Python module does. If you are interested in integrating it in your own application, have...

Hi, allowing connections to Sinoweealth devices via Bluetooth was not implemented yet. In case that they use the same communication protocol via Bluetooth than via serial connections, the work that...

Hi, you can try to investigate it with bluetoothctl. Start `bluetoothctl` and run in its CLI `scan on`, `connect 26:62:04:12:34:56` (enter with your Daly devices MAC, that should be in...

Hi, I didn't have the chance to test it on Windows yet, but I've added a small change that might solve your issue. Please get the latest code from Github...

Copying the `daly-bms-cli` file is not enough, you need to install the new version the same way as the old one. Currently the installed module is still older than the...

Hi, the bytes that you receive look already quite familiar to me. `\xa5\x01\x95\x08` is the "header" for the cell voltage responses, the next byte (`\x01`-`\x08`) mark the eight responses, with...