I get values from my wallbox, but only when a charging session is done.
I managed to get the kWh value from the last charging session and store it in input_number.carchargingkwhhelper (only when the last charging session, stop_at value has changed - so I know its a new charging session.)
Now I want to ADD the value from input_number.carchargingkwhhelper to an Utility Meter which resets daily. One charge in the morning may be 5 kWh, one in the afternoon 3 kWh and one in the evening 13kWh, so at the end of the day the utility sensor should show 21kWh.
The UI does not allow input_sensor as source (expected sensor), and I doubt it would ADD values.
how can I do this?