Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

22 lines (22 loc) · 1.3 KB

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.