Today I have two sensors:
“sensor.power_production” (From a solaredge interation)
and’
“sensor.solaredge_current_power” (from a P1 energy meter intergation)
I like to substract the first from the secon and call it “sensor.diff_power”
“sensor.solaredge_current_power” - “sensor.power_production” = “sensor.diff_power”
I want to see if the diference - positive or negative but dobt know how t do this.
I hope someone can help