Skip to content

ByteSeekerPro/PowMr-POW-SunSmart-12KL3-RS485-HomeAssistant-Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

PowMr-POW-SunSmart-12KL3-RS485-HomeAssistant-Integration

HomeAssistant ESPHome / RS485 Modbus Integration for all Inverters of the type

  • POW-SunSmart 8KL3

  • POW-SunSmart 10KL3

  • POW-SunSmart 12KL3 - tested with this one

  • some SRNE X3 Models - I don't know the models, but they should also work because the MODBUS communication protocol documentation I used is from SRNE.

What do you need?

Hardware

Software

  • HomeAssistant
  • ESPHome as HomeAssistant Integration

This adapter, based on an ESP32, can be connected to the WiFi or RS485 interface of the inverter.

ESP32 WROOM Pinout (38 Pin)

ESP is powered over USB.

Pins used:

  • 3V3 - VCC (TTL to RS485)
  • GND - GND (TTL to RS485)
  • GPIO16 (RX2) - TXD (TTL to RS485)
  • GPIO17 (TX2) - RXD (TTL to RS485)

image

TTL to RS485 Converter

Pins used:

  • A+ - Pin7 RJ45 Cable
  • B- - Pin8 RJ45 Cable

image

PowMr Inverter Wifi Port / RS485

image

Wiring Diagram

image

Fully assembled

ESP_1 ESP_2