diy solar

diy solar

JK BMS CAN bus comms now possible for inverters that support Goodwe and Pylontech batteries

ok i'll try use this like 0,01V

can You explain me these settings
View attachment 213249

should I have these ON or OFF?

and I'd like to thank Your patience

These are functions that help prevent OVP from triggering with an unbalanced battery or with runner cells.

If your battery is well balanced and of good quality then it is not necessary to activate these functions.

 
I am about the only person not managing to get this to work and i have so many of the Atom Lite chips lying around -this is now a little frustrating

anyone can find out what i might be doing wrong

i perform first use 1st to have the DHCP release ip which i have used as the static config on the wifi section

Code attached .....
 

Attachments

  • JKBM-S3-Atomlite.zip
    14.9 KB · Views: 1
I am about the only person not managing to get this to work and i have so many of the Atom Lite chips lying around -this is now a little frustrating

anyone can find out what i might be doing wrong

i perform first use 1st to have the DHCP release ip which i have used as the static config on the wifi section

Code attached .....
how ever if i do an OTA update process after adding to network it flashes - but i dont think it will remain persistent after disconnecting the device


1714927617934.png
 
O.k - i figured it out -solved my own problem

means I was one of the first if not the first to really know how to flash an S3 on this project as i was one of the first to purchase it for this process and i did exactly what i did now except i didn't follow it all the way through to the final step which is to do an update over the wireless.
 
O.k - i figured it out -solved my own problem

means I was one of the first if not the first to really know how to flash an S3 on this project as i was one of the first to purchase it for this process and i did exactly what i did now except i didn't follow it all the way through to the final step which is to do an update over the wireless.

OK.

Sorry but I don't have Atom S3 board.
 
I have documented the process in the below link:


Hope it helps other HA EspHome users.
 
I have documented the process in the below link:


Hope it helps other HA EspHome users.

Thank you for taking the time to document your procedure.
 
Working on JK BMS B1A24S15P + Deye sun 6k sg03lp1 + DIY Battery 16S

Problem (attention test), the pinout of the wires in the connector is different than in the diagram
8.jpg

9.jpg
10.jpg
11.jpg
12.jpg
 
hello again why in the config with ATOM esp32 lite need to use:

Code:
# +--------------------------------------+
# | ESP32 CAN/serial port pins           |
# +--------------------------------------+
# GPIO pins your CAN bus transceiver ATOMIC CANBus Base (CA-IS3050G)
  can_tx_pin: GPIO5
  can_rx_pin: GPIO6

but connection is like on pic below GPIO 1 and 2 or i dont know smth :)

View attachment 212773

Be careful of GPIO asignement

the GPIO 5 and 6 are used if you use the ATOMIC CAN Base where you "plug" the ATOM S3
1715707686911.png

If you use the EXTERNAL adapter connected to Atom Groove port you need to assign the proper GPIO as reported in the sticker

Code:
can_tx_pin: GPIO2
can_rx_pin: GPIO1

Davide
 
Back
Top