I'll try to explain why. On the smart meter, the current power is shown as a positive value if more power is used than generated, and a negative value if more power is generated than used. This is also the case in the Domoticz Electricity Device. It doesn't show you exactly how much power is used or generated, but at least it's possible to calculate how much it will cost.
The Usage and Return Devices in Domoticz work differently. The Usage Device shows the current power used minus the power generated ONLY if more power is used than generated. In this case, the other Device (Delivery) is 0, as if the pv-panels are not delivering power.
If more power is generated than used, the value of the Delivery Device shows the generated amount minus the power used, but the Usage Device show 0, as if no power is consumed.
This is confusing. If, for example, the oven in my kitchen is on and uses 2kW and the pv-panels are delivering 2kW at the same time, the devices will show:
Code: Select all
Current consumption: 0 kW
Current return: 0 kWCode: Select all
Current consumption: 1 kW
Current return: 0 kWCode: Select all
Current consumption: 0.000 kW
Current return: 1 kWCode: Select all
Current consumption: 0.000 kW
Current return: 1 kW