Replies: 2 comments 12 replies
-
have you connected a inverter or something else? |
Beta Was this translation helpful? Give feedback.
11 replies
-
I have a 60A Daly BMS with a small 15S 48V battery and a HM300 inverter connected. Here an example how the power values reported as "Pack Power" from the BMS look like versus the DC power reported by the HM300 via OpenDTU. |
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
-
A few days ago I started writing some code to connect via CANbus to a Daly Smart BMS 250 A for my 400 Ah 48 V battery.
Not only does it have a weird CAN protocol, but the data it publishes/provides is all over the shop.
The following listing shows current undulating almost like a sine curve, yet the battery is being discharged at a constant load of 700 W. It event reports charging when this is definitely not the case.
What do other people experience? Seeing this project, I am inclined to ditch my project and adopt this one. However, if this incorrect current reporting is the issue for others, I may well replace this BMS with another brand. BTW: the Bluetooth app shows the same variations, however, its update cycle is slower, hence, the variation is somewhat less strong, compared to the recording below.
Any hints appreciated, thanks.
The following graph shows current over 20 minutes and 1850 data points; weird indeed; actually it is unusable.
Beta Was this translation helpful? Give feedback.
All reactions