Hi
Fairly new to NodeRed, only managed to make a few automations (Turn on LED light at specific time to alert my son, that it is bedtime)
I wanted to make another automation.
I have a solarcell system with a battery.
We offcourse want to run the washer, the dryer and the dishwasher, whenever we produce more power than we use. (We get very little for power we sell to the supplier so we need to maximize the self-use of power)
So...My wife is not that technical and always asks me if it is ok to start this and that machine, and i wanted to do a simple automation
Its more or less like this.
If the battery is charged above 30% and (Solar cell production minus current use) is more than X Kwh then turn on a lamp.
I have entities for battery charge state, current solar cell production and the current useage.
I was thinking this was easy...Just find something that i could drag in, and say
"If this integration has a value of >=30 then set output high" and connect that to another similar one that had
"if current production minus current comsumption is > 1 kw" then set output high and then connect that to a Call service node, that would then turn on the lamp.
If either of the conditions fell below, the lamp would then turn off.
But all of the examples of something that looks a bit like what i want, seems to be programming, not dragging a box in and changing some parameters and adding an entity.
So..Does such a node exist, and if so, what is it called.