My first post on this forum after happily using Domoticz for quite some time already.

A couple of months ago we got solar panels installed and I have connected a Raspberry Pi to the inverter to read out the statistics of the current and daily production. So far, so good.
From this Raspberry Pi I'm calling the JSON API to set the value for this dummy sensor using the following URL:
http://192.168.178.23:8080/json.htm?typ ... e=22;15600
Where 22 is the current power of the solar panels and 15600 the total amount of energy produced today. When this API endpoint is called, I can see under the Devices tab that the dummy sensor indeed shows 15.600 kWh as the amount of energy being produced today. However, when I go to the Utilities tab, the Today section of the widget shows only 15.500 kWh. The current power is correct. Why does Domoticz seem to substract 100 wH here?
Also, when I go to the graphs, in the Generated Last 24 hours graph, the amount of energy stays at 0 kWh during the day, while the power is again correct. However, the energy generated over the week is correct (even though there is 100 wH missing).
The sensor is set to Energy read: From device.
Does anyone know a solution to both of these minor issues?
Thanks in advance.
