You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now, if I want to get total power of PV on my sg04lp3 inverter, I have to add deye/dc/pv1/power+deye/dc/pv2/power. But for my integration to other system, I can only subscribe to one mqtt topic to get this information (there is no way to do the addition).
Describe the solution you'd like
Export deye/dc/total_power - Total production power, which would be the combination of modbus addresses 672/673 (concluding from these docs
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now, if I want to get total power of PV on my sg04lp3 inverter, I have to add
deye/dc/pv1/power
+deye/dc/pv2/power
. But for my integration to other system, I can only subscribe to one mqtt topic to get this information (there is no way to do the addition).Describe the solution you'd like
Export
deye/dc/total_power
- Total production power, which would be the combination of modbus addresses 672/673 (concluding from these docsThe text was updated successfully, but these errors were encountered: