tobiasfaust / SolaxModbusGateway

Modbus RTU to MQTT Gateway
GNU General Public License v3.0
54 stars 17 forks source link

Add support for board #65

Open McMacaron opened 1 month ago

McMacaron commented 1 month ago

Hello Tobias, would it be possible to add support for this board? https://github.com/LaskaKit/ESPlan/tree/main I think it is all in one solution for your project.

tobiasfaust commented 1 month ago

Hi, it should still work well. Just define the right pins for Modbus Pins according pinout documentatation of ESPLan. https://github.com/LaskaKit/ESPlan/blob/main/HW/ESPlan_v1_1.pdf https://www.studiopieters.nl/esp32-pinout/

It is: Modbus-RX-Pin = RX1 = Sensor_VP = GPIO36 = D36 Modbus-TX Pin = TX1 = GPIO4 = D4 https://github.com/tobiasfaust/SolaxModbusGateway/wiki/configuration-modbus

LAN-Connectivity should still work too because I support the WT32-ETH01 Board that uses the LAN8720A chip, same like ESPLan

McMacaron commented 3 weeks ago

Hello Tobias,

I have spend whole weekend just to put libraries for your ESP32 devices. But I was not able to do build it. I have spent about 16hours and still nothing. My idea was to build it in your way and after working model to do it in my way.

There so many missing dependencies that I am not able to do it. And it is confusing because looking randomly on the internet trying libraries which could work is not way how to do it. So what i supposed to do? I can help you to make it compacta and useful for others but what should I do?

S pozdravem,

Robert Košulič

mob. +420 737 685 211


From: tobiasfaust @.> Sent: Thursday, May 16, 2024 7:20 To: tobiasfaust/SolaxModbusGateway @.> Cc: McMacaron @.>; Author @.> Subject: Re: [tobiasfaust/SolaxModbusGateway] Add support for board (Issue #65)

Hi, it should still work well. Just define the right pins for Modbus Pins according pinout documentatation of ESPLan. https://github.com/LaskaKit/ESPlan/blob/main/HW/ESPlan_v1_1.pdf https://www.studiopieters.nl/esp32-pinout/

It is: Modbus-RX-Pin = RX1 = Sensor_VP = GPIO36 = D36 Modbus-TX Pin = TX1 = GPIO4 = D4 https://github.com/tobiasfaust/SolaxModbusGateway/wiki/configuration-modbus

— Reply to this email directly, view it on GitHubhttps://github.com/tobiasfaust/SolaxModbusGateway/issues/65#issuecomment-2114050065, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGNYMXTS7XCNRAVZ3AUVU3LZCQ63RAVCNFSM6AAAAABHYW6BEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJUGA2TAMBWGU. You are receiving this because you authored the thread.Message ID: @.***>

tobiasfaust commented 3 weeks ago

Try this documentation: https://github.com/tobiasfaust/SolaxModbusGateway/wiki/build-with-gitpod

For a local installation its just very simple too! Install platformio, install platformio GitHub extension, clone the repo and no more. NO manual installation of libraries needed!