Skip to content

4llonsy/sofar_solar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sofar_solar

A project that logs data from sofar solar on-grid inverter and sends the data to the blynk server using RS485 modbus interface.

Images

blynk-data blynk-superchart

Hardware requirements:

  • On-Grid Solar Powerplant with Sofar inverter (I am using Sofar 3300TL-G3 inverter)
  • NodeMCU (or any other ESP8266 based microcontroller)
  • Max485 module
  • Twisted pair cable
  • Power supply

Diagram

Schematics

Software requirements:

NOTE: The registry information varies slightly for every sofar inverter. So one either needs to get the exact datasheet of the inverter from the manufacturer or just guess what information each registry holds using the above pdf as reference.

Libraries required:

  • ModbusMaster for communicating with Modbus slaves over RS232/485 (via RTU protocol).
  • Blynk for communicating with the Blynk server.