I’ve been searching the community for a few days and can’t really find and help or a push in the right direction.
I have a sensor (sensor.batterij_input_output) that shows the input (= positive value) and output (= negative value) of my battery. I want to have this split in two sensors. So I have a battery_input and battery_output sensor.
I know that I have to use a template sensor for this, but as said before I can’t find any more information…
This shows both sensors (input and output) as positive numbers. If you want the output sensor to be negative just remove -1 * from the battery output template.