Domoticz container for battery
Posted: Thursday 12 November 2020 12:19
Hi all,
one of the elements of my photovoltaic installation is a battery. The inverter starts to load the battery before pushing the excess energy to the grid. And of course the inverter will use the energy in the battery before pulling it from the grid. So the battery is a device with inflow and outflow (both power Wh) and a scalar for the current contained energy (kWh).
I get reports from the system every 5 mins about the power flow: a positive number means charging, negative number means discharging. I used a general counter (mode computed) to keep track of the changes, but:
one of the elements of my photovoltaic installation is a battery. The inverter starts to load the battery before pushing the excess energy to the grid. And of course the inverter will use the energy in the battery before pulling it from the grid. So the battery is a device with inflow and outflow (both power Wh) and a scalar for the current contained energy (kWh).
I get reports from the system every 5 mins about the power flow: a positive number means charging, negative number means discharging. I used a general counter (mode computed) to keep track of the changes, but:
- the meter is reset at midnight, but the battery contains still 10% of its max energy
- if for an hour the battery is discharging, the calculated amount of contained energy becomes less (oke!
) but the graph is not showing the discharge
.
- is there a meter that can be used for this purpose, i.e. a meter with positive/negative power use that can compute and record both energy usage and return in one scalar?
- anyone out there with the same 'problem'? if so, how did you solve it?