helgeerbe / OpenDTU-OnBattery

Software for ESP32 to talk to Hoymiles Inverters and Victrons MPPT battery chargers (Ve.Direct)
GNU General Public License v2.0
253 stars 56 forks source link

Add MQTT Information when "Full Solar Passthrough" is active #996

Open Manos1966 opened 1 month ago

Manos1966 commented 1 month ago

Is your feature request related to a problem? Please describe.

When looking at historic data, it is very difficult to follow up the results of "zero feed" (Nulleinspeisung) because (mostly during summer time) when the Fulle Solar Passtrhough is activated, the numbers jump off the scale.

Of course, one can clean up the results if he examines the battery SOC% and compares it to the limit set and compares it to the Victron Production etc etc... But such a database cleanup requires a lot of SQL knowledge, probably beyond the level of the the average OpenDTU user.

Describe the solution you'd like

Have an additional MQTT Information e.g. FullSolarPassThrough with values 0/1 which will indicate whether Full Solar Passthrough is active

Describe alternatives you've considered

No response

Additional context

No response