Skip to content
Daniel Öster edited this page Dec 31, 2023 · 13 revisions

Why use double LilyGo's?

Some Inverters do not like to see automotive CAN frames on the CAN channel meant for stationary storage. When they see these messages, they enter a fault state. To get around this, we can use two LilyGo's in tandem, one interfacing only with battery, and the other interfacing only with inverter. They then talk to each other via Serial communication on the RS485 pins, to relay the data without CAN.

How to connect it

Use twisted pair wires between the RS485 pins on both LilyGo's RS_A <-> RS_A RS_B <-> RS_B 34e5de10-ba9e-465d-a39c-362f6daaa2ed

How to configure it

Example configuration, using a Tesla battery with Solax inverter. All configurations are done in the USER_SETTINGS.h file. The two new options (#define SERIAL_LINK_RECEIVER & #define SERIAL_LINK_TRANSMITTER) can be found here.

Inverter connected LilyGo: bild

Battery connected LilyGo: bild

Clone this wiki locally