Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 2.99 KB

README.md

File metadata and controls

58 lines (48 loc) · 2.99 KB

SOLO

self.meter_uart = UART(1, baudrate=9600, tx=13, rx=14)  <--> self.panel_uart = UART(2, baudrate=9600, tx=21, rx=22)   
┌─────────┐            ┌─────────┐            ┌─────────┐              ┌─────────┐            ┌──────────┐
│  Meter  │<--- A+ --->│         │<--- TX --->│         │<----- TX --->|         |            |          |
│         │<--- B- --->│  RS485  │<--- RX --->│  ESP32  │<----- RX --->|  RS485  |<--- A+ --->| Inverter |
│         │<--- GND -->│         │<--- GND -->|         |<----- GND -->|         |<--- B- --->|          |
│         │            │         │<--- 3.3V-->|         |<----- 3.3V-->|         |<--- GND -->|          |
└─────────┘            └─────────┘            └─────────┘              └─────────┘            └──────────┘

ESPNOW

Client: self.meter_uart = UART(1, baudrate=9600, tx=13, rx=14)
┌─────────┐            ┌─────────┐            ┌─────────┐
│  Meter  │<--- A+ --->│         │<--- TX --->│         │
│         │<--- B- --->│  RS485  │<--- RX --->│  ESP32  │<---> Wifi/ESPNOW
│         │<--- GND -->│         │<--- GND -->|         |
│         │            │         │<--- 3.3V-->|         |
└─────────┘            └─────────┘            └─────────┘             

Server: self.panel_uart = UART(1, baudrate=9600, tx=13, rx=14)
┌─────────┐            ┌─────────┐            ┌─────────┐
│Inverter │<--- A+ --->│         │<--- TX --->│         │
│         │<--- B- --->│  RS485  │<--- RX --->│  ESP32  │<---> Wifi/ESPNOW
│         │<--- GND -->│         │<--- GND -->|         |
│         │            │         │<--- 3.3V-->|         |
└─────────┘            └─────────┘            └─────────┘   

Inverter:

Tested

  • Solax - X1 mini any model , Gen2/Gen3
  • Deye - DSUN-3.6/5/6K-SG03LP1-EU

Meter with RS485 Modbus:

  • EASTRON SDM230 1P or 3P
  • CHINT: 1P or 3P
  • Can be any Meter with Import/Export Watt.

Board.

RS485 modbus

UART <-> RS485: https://www.aliexpress.com/item/32705625990.html

Info

version

More Details: