Skip to content

Bettapro/Solar-Tracer-Blynk-V3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

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

Tutorial

Supported board:

Available sync. options:

Some examples:

Sample screenshot

Realtime data BLYNK LEGACY PV data screen BLYNK LEGACY

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