Hi all,
I'm struggeling with an easy addtition of two valueas in a function node. I'm able to handover flow-variables and send it to a debug node but I'm too stupid to add this two values and hand it over to a dashboard text node. can someone please help me out?
[{"id":"84614ad9.405f98","type":"function","z":"79a8ef90.aeb6f","name":"","func":"var f_pv = flow.get('f_pv');\n\nmsg.pv = f_pv;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":280,"y":600,"wires":[["864775b5.916fa8"]]},{"id":"13f3836a.accb4d","type":"function","z":"79a8ef90.aeb6f","name":"","func":"var f_stromzaehler = flow.get('f_stromzaehler');\n\nmsg.zaehler = f_stromzaehler;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":280,"y":660,"wires":[["36174598.6cb99a"]]},{"id":"864775b5.916fa8","type":"debug","z":"79a8ef90.aeb6f","name":"","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"pv","targetType":"msg","statusVal":"payload","statusType":"auto","x":480,"y":600,"wires":[]},{"id":"36174598.6cb99a","type":"debug","z":"79a8ef90.aeb6f","name":"","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"zaehler","targetType":"msg","statusVal":"payload","statusType":"auto","x":490,"y":660,"wires":[]},{"id":"ca0ddf76.42082","type":"inject","z":"79a8ef90.aeb6f","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":100,"y":620,"wires":[["84614ad9.405f98","13f3836a.accb4d"]]}]