softwarecrash / Daly2MQTT

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

What to do to convert you FW to ESP-01S #56

Closed profra closed 1 year ago

profra commented 1 year ago

Hello, I have a lot of old ESP-01S and 3 battery packs with BMS DALY "Lifepo4 16S 48V 200A" (I have my own photovoltaics on the roof of the house). I would like to transfer the BMS status information wirelessly using MQTT, not via a UART-USB converter. Could you provide the FW variant for this module with ESP8266 or advise what to adjust in your FW? Thank you for answer.

softwarecrash commented 1 year ago

hello, i think it will work with ESP-01 to. for future use, with the next release it will switched to other serial ports

profra commented 1 year ago

ESP-01S only has 1MB flash, can you advise how to do it?

softwarecrash commented 1 year ago

ah, in platformio.ini you must modify the partition settings and find the right config for wemos d1 is board_build.ldscript = eagle.flash.4m2m.ld ; 4MB (FS:2MB OTA:~1019KB) so try to comment out this line and flash directly. web update will not work.

profra commented 1 year ago

I am sending a picture from a web browser... I have 16 cells in the battery pack and as you can see in the picture there are only 6... sometimes the number 16 appears, but mostly there is the wrong number of cells... please look at that... a formatting error?

Selection_026

softwarecrash commented 1 year ago

thats correct, it displays the cell number with the highest and lowest voltage, not the whole cell pack. the descriptor left say Hi/Low/diff

profra commented 1 year ago

Ah, "my oak head"...you're right...sorry