tfyoung / esphome-junctek_kgf

Component for esphome to read status from a Junctek KG-F coulometer/battery monitor via UART
MIT License
24 stars 14 forks source link

wiring diagram #20

Open avfoto opened 6 months ago

avfoto commented 6 months ago

Forgive me if I'm wrong, but to connect the KG140F to my Esp32, is it correct that I have to connect the two cables (A and B) that come out of the RS485 port of the unit, to the corresponding GPIO ports of my Esp32? Thanks for the work.

Captura de pantalla 2023-12-30 a las 21 02 04

gropi75 commented 4 months ago

Not really. You need also an RS485 bus driver. Like here.

avfoto commented 4 months ago

Ah ok, many thanks.