Hallo,
I have a photovoltaic system with which I can read out the value for the energy generated via a DECT 210 of a Fritzbox. Now I want to use it in Node Red as well. Unfortunately I only get the AIN read out as a result of the function. Does anyone here have any advice?
msg.payload.ain = "xxxxxxxxxxx";
return msg;