MartinDejmal / Solar-Tracer-Blynk-V3

Connect the EPSolar/EPEver Tracer A/B Series (RS-485 Modbus) to an ESP8266/ESP32 and monitor using Blynk app/Homeassistant/... .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solar-tracer-Blynk-V3

Compile Arduino Compile Platformio Spell Check

An Arduino project to connect one MPPT Solar Controllers to an ESP8266/ESP32 and monitor it using the Blynk mobile app!

You can take a look to the previous version of this software:

What you got with v3:

  1. lots of data from you solar controller (temps, charging/discharging/battery status, stats ... and more)
  2. wide range of customization using a single file (config.h)
  3. automatic time sync between the ESP and the controller on each boot, using NTP time
  4. platformio support
  5. ESP32 support
  6. Configuration over wifi, no needs to compile the code (if you don't want to)
  7. ready for future expansion (more solar charge controllers with different communication protocol/channel)

Feel free to make pull requests if you wish to help improving. There is also a support forum on the Blynk community forums: http://community.blynk.cc/t/epsolar-tracer-2210a-charge-controller-blynk-epic-solar-monitor/10596

You are welcome for suggestions, bugreports, and of course any further improvements of this code.

Solar Controller Supported

Triton Xtra Tracer-AN Tracer-BN

Sample screenshot

Realtime data screen v3 Battery data screen v3 PV data screen v3 Settings screen v3

Tutorial

Refer to Sw_getting_started.md

Some details:

  • ESP8266 + MAX485 + EPEVER Solar Tracer HOW TO
  • ESP32 + MAX485 + EPEVER Solar Tracer HOW TO

Credits

  • @jaminNZx:

    • Thanks to subtafuge on Reddit for lending me his working Tracer RS485 code!
  • @tekk:

    • Feel free to contact me about my code changes in this version
    • Thanks to @jaminNZx for the original code. Big up!
  • @bettapro:

    • Thanks to @tekk for his work. Big up!
    • Feel free to contact me about my code changes in this version

About

Connect the EPSolar/EPEver Tracer A/B Series (RS-485 Modbus) to an ESP8266/ESP32 and monitor using Blynk app/Homeassistant/... .

License:GNU General Public License v3.0


Languages

Language:C++ 69.4%Language:C 28.3%Language:Python 1.6%Language:Batchfile 0.7%