FurTrader / Overkill-Solar-BMS-Arduino-Library

Just the Arduino Library for Overkill Solar BMSs
BSD 3-Clause "New" or "Revised" License
32 stars 13 forks source link

ESP8266 or ESP32 #2

Open spidgrou opened 3 years ago

spidgrou commented 3 years ago

Hi, I would like to send data to my MQTT server. Do you have any Library for ESP8266 or ESP32?

Thanks.

dalklein commented 3 years ago

Max, have fun sailing. I've had this github project bookmarked for a while, until I decided how exactly to connect my JBD bms's over UART. I was considering connecting an arduino or ESP32 directly to the bms and control other items also. There are numerous projects, thanks to everyone sharing their work here. Thanks FurTrader!

I ended up using this one, connecting over wifi: This one does mqtt for the JBD/Overkill BMS UART, and I'm using the MQTT method successfully. https://github.com/sshoecraft/jbdtool It should work directly over UART also, but I'm using it with ESP-01 ESP8266 connected to the BMS UART, as a wifi serial port effectively, with the jbdtool on RPi.

Other discussion here: https://secondlifestorage.com/index.php?threads/jdb-xiaoxiang-bms-tool.10329/ (also discusses another JBD bms configuration & monitoring project) and here: https://diysolarforum.com/threads/jbd-bms-wi-fi-module.17252

spidgrou commented 3 years ago

@dalklein, thank you so much for your answer, you definetely help me alot, you open my mind. I've already check all the link that you sent me, I missed the good post in diysolarforum. I'm starting from there. Thanks Max

jbatx commented 3 years ago

Hi, I would like to send data to my MQTT server. Do you have any Library for ESP8266 or ESP32?

Thanks.

Did you ever get this lib working with an esp32?