Help with DALY BMS connection #58
Replies: 9 comments 2 replies
-
Does your Daly only support UART or also RS485? It would be better to use a RS485 or CAN connection. I have not tried it with UART and I'm not sure if it matches the RS485 protocol. Could you dump the data coming over the UART with |
Beta Was this translation helpful? Give feedback.
-
The unit has an RS port but it is inactive, ive spend a few weeks confirming this. I have been able to connect to the bms using the windows application on the same usb connection on another machine with RS485 settings. running cat on the interface as requested does not show any data =( ive found another thread with the same usb interface here #5 |
Beta Was this translation helpful? Give feedback.
-
Have you tried initializing your port before you start the application:
? |
Beta Was this translation helpful? Give feedback.
-
noob mistake on my part. I did not, i will give it a shot when i get home
in a few hours.
…On Mon, Sep 9, 2024 at 6:04 AM Torsten Oltmanns ***@***.***> wrote:
Have you tried initializing your port before you start the application:
stty -F /dev/ttyUSB0 9600
?
—
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFYYUWIXGMW5J76SYH5BZ3TZVWFETAVCNFSM6AAAAABN2TJAASVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANJZGAZDKNI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
One thing I noticed: The BMS id should be set to 1 for the Daly BMS. |
Beta Was this translation helpful? Give feedback.
-
Yes, but in the log file the BMS id is set to 0. Could you try to configure BMS id 1 in the Configurator application and click Update Configuration? |
Beta Was this translation helpful? Give feedback.
-
Good evening, I am reporting back that updating the ID in the configurator application to 1 did the trick to have the bms load data in the software. I can now see the data from the web portal and in the cli logs. So we can say that this issue is solved for me. I do however now get error messages from the inverter end but I am thinking that it may be because I may have a configuration bug somewhere. I will play with it for a bit before opening another thread. |
Beta Was this translation helpful? Give feedback.
-
Good to hear that your BMS is reporting back properly now! 😃 |
Beta Was this translation helpful? Give feedback.
-
Hi,
Thank you for providing us with such a useful piece of software, I hope you continue to support it in the future and folks like me having issues arent causing you much headache.
Ive been looking to connect an ecoworthy 5k (rebadged srne hyp4850s100-h) inverter to a daly smart BMS. But for the life of me i cant get past an error I am getting. I am connecting a USB-UART connector to a linux pc and have the configuration set to use the uart interface eg /dev/ttyusb0 DALY_RS485. when I startup the app logs show a connection is made but eventually fails. logs below:
do you have any advice for someone stuck on a particular bug.
Beta Was this translation helpful? Give feedback.
All reactions