Bettapro / Solar-Tracer-Blynk-V3

Connect the EPSolar/EPEver Tracer A/B Series (RS-485 Modbus) to an ESP8266/ESP32 and monitor using Blynk /Homeassistant/MQTT... .
GNU General Public License v3.0
51 stars 11 forks source link

solar PV status, device SCC status and battery control parameter #31

Closed mr12obot closed 2 years ago

mr12obot commented 2 years ago

I already try originally software from the Epever solar station monitor via USB cable to PC

Is it possible to have feature for solar PV status, device SCC status and battery control parameter capture below?

So we can read and write all battery parameter over blynk app.

752_21November2021

754_21November2021

Bettapro commented 2 years ago

image

As far as I can see solar status, charging status, device status are related to the same variable address:

here we have them merged in one: image

Battery settings are already in progress, data read from epever controller is done, still need to implement to set them from blynk app (big question on the validation done by controller itself...) For the moment I will be happy to have all voltage levels + battery capacity. 🤔 As you can see, I still have to label them all 😆

image

Bettapro commented 2 years ago

Screenshot_20211124_142632.jpg

Implemented most of the battery charge and discharge parameters (read/write). The other still missing (you first comment) will follow at some point.😉 Controller does not validate them in any way, so proceed with attention. Sometimes the change requests fails due timeouts, increasing the ms between refreshes helps. The sync all button comes handy to verify all parameters are set correctly.

mr12obot commented 2 years ago

Yes, already try this read/write battery parameter is working now and validate with sync all button manually.

Still missing for the Battery Type, Battery Capacity, Boost Duration, Eq Duration and etc.

image

mr12obot commented 2 years ago

Is there any implemented code for the other still missing battery control parameter?

Bettapro commented 2 years ago

Is there any implemented code for the other still missing battery control parameter?

Not yet, currently I'm taking a small break from the active dev. of this project. Then v3.0.4 will be my main focus (check milestone 3.0.4). Then, I think we can say I could plan it for the next version.

You'll be notified as I'll reference this issue.