Hello all,
i try to get the total power from Node Red.
have one RS450/200
and 2x Hoymiles intrigued about the EM24
i try now to get total power
But it look like the VAR came Time shifted in and no calculation start.
Thank a lot
Roberto
Hello all,
i try to get the total power from Node Red.
have one RS450/200
and 2x Hoymiles intrigued about the EM24
i try now to get total power
But it look like the VAR came Time shifted in and no calculation start.
Thank a lot
Roberto
Hello Roberto,
use a join-node to combine the two values, after that you should be able to route the result to the function-node.
I‘m doing exactly the same thing. And it works.
You don’t even need to do that. If you use a node it is loaded into a global variable, so you can just directly add it from a function node without all the stuff in the middle. Much simpler.