Send Total Power and Yield too MQTT #858
dhaberhausen
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thats already implemented. Lines 17 to 27 in 90a0cb6 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have four micro converters and I need the total power and energy from all converters as a MQTT value.
Therefore changed the WebApi_ws_live.cpp file and set the values after calculation int the MqttHandleDtuClass.
177 MqttHandleDtu.setTotalPvYield(totalPower, totalYieldDay, totalYieldTotal);
In the MqttHandleDtuClass is publish the values with the other DTU values
What do you think? Is this a general good feature? Should I check it in? Or is there a better way to do it?
Beta Was this translation helpful? Give feedback.
All reactions