softwarecrash / Daly2MQTT

ESP8266 Connector to get Daly / XENES / HI-BMS / BullTron BMS Data into MQTT systems
Other
147 stars 32 forks source link

BMS data not available #8

Closed robertdiers closed 2 years ago

robertdiers commented 2 years ago

Hi,

After connecting to my local network I tried to read data from 2 different daly BMS. Sadly I cannot see any values in HTML GUI. GUI itself is working fine. Do I need to use the ADUM or what are u using to read the debug log? Sorry I do not have experience with serial dev. Just used tasmotizer to flash the debug image.

Thanks Robert

Screenshot_20220806-104052_Chrome

softwarecrash commented 2 years ago

hello, for the debug log you need a usb-uart dongle. can you show me your wireing? its look like the esp cant read data from the bms

robertdiers commented 2 years ago

Hi, I used the orignal cable. Black to black, green to green, white to white, red to yellow (as i did not had red pin). I tried less -f for /dev/ttyUSB0 but there doesnt seems to be an output. ![Uploading 20220806_111118.jpg…]()

robertdiers commented 2 years ago

20220806_111145 20220806_111159

robertdiers commented 2 years ago

20220806_111118

softwarecrash commented 2 years ago

ah directly connected the bms to the esp. some bms dont like that, the bms have often not enugh power to pull down the rx pin from the esp, take a look at the readme, i have two versions for solve this problem. so you need the ADUM, or simple a transistor

robertdiers commented 2 years ago

Thanks - thats the info I need. Just have to buy the hardware first...

softwarecrash commented 2 years ago

please give feedback when it works or you have other problems

robertdiers commented 2 years ago

Yes, I will - thanks so far

PanicMan commented 2 years ago

Look at the readme page, either the ADUM or the transistor, both worked for me 👍

robertdiers commented 2 years ago

Yes, I already ordered the transistors. Will give feedback if that works.

robertdiers commented 2 years ago

Hi, it works great with BC327-25 transistor. Thanks for your help! Screenshot_20220811-102509_Chrome

robertdiers commented 2 years ago

16602066084468528339721034927936

softwarecrash commented 2 years ago

Hi, it works great with BC327-25 transistor. Thanks for your help! Screenshot_20220811-102509_Chrome

great! so happy logging :) please close the issue when no more problems

robertdiers commented 2 years ago

Fixed