Hey guys
how can I Notify myself with the battery SoC in a message?
I have a Sensor with my SoC but I dont know how to send me the Number…
Hey guys
how can I Notify myself with the battery SoC in a message?
I have a Sensor with my SoC but I dont know how to send me the Number…
got it.
With a simple function node.
msg.payload = "Das Auto hat ein Ladestand von "+msg.payload+"%";
return msg;