How can I get the total energy consumed by the house #53
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Anyone can Help me ? I think there's a solution here : #13 Many thanks ! |
Beta Was this translation helpful? Give feedback.
-
Hi Vincent, The plugin will only provide the information shared by the inverter and attached meters (and batteries once that is working). You use the Domoticz scripting functionality to do the calculation that you are looking for. |
Beta Was this translation helpful? Give feedback.
-
Many Thanks for your answer addiejanssen and for you plugin ! |
Beta Was this translation helpful? Give feedback.
Hi Vincent,
The plugin will only provide the information shared by the inverter and attached meters (and batteries once that is working).
There is no functionality in the plugin to do these types of calculations.
Since every electrical installation can be different, it is impossible to implement a generic/re-usable solution.
You use the Domoticz scripting functionality to do the calculation that you are looking for.
I would recommend to look at https://www.domoticz.com/wiki/DzVents:_next_generation_Lua_scripting ; this allows you to collect the information from an inverter and meter and calculate the consumption applicable for your electrical installation.
If you need help with this, I wo…