Hello
i have this script
[{"id":"88e25ccc.26438","type":"inject","z":"3ddc05.29f503fc","name":"20min","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":130,"y":1380,"wires":[["6e9bd378.23487c","6b1bf86a.7f7d68","1c54e009.db931"]]},{"id":"6e9bd378.23487c","type":"http request","z":"3ddc05.29f503fc","name":"station=WYN","method":"GET","ret":"obj","paytoqs":"ignore","url":"https://app-prod-ws.meteoswiss-app.ch/v1/stationOverview?station=WYN","tls":"","persist":false,"proxy":"","authType":"","x":350,"y":1320,"wires":[["9cc540f5.dcb39"]]},{"id":"9cc540f5.dcb39","type":"change","z":"3ddc05.29f503fc","name":"","rules":[{"t":"move","p":"payload.WYN","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":610,"y":1320,"wires":[["cc0cee7c.d7fcf"]]},{"id":"cc0cee7c.d7fcf","type":"function","z":"3ddc05.29f503fc","name":"","func":"msg.payload = {\nTemperatur: msg.payload.temperature\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":840,"y":1320,"wires":[["84c8f28.bc2491"]]},{"id":"84c8f28.bc2491","type":"debug","z":"3ddc05.29f503fc","name":"","active":true,"tosidebar":true,"console":true,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":1020,"y":1320,"wires":[]},{"id":"6b1bf86a.7f7d68","type":"http request","z":"3ddc05.29f503fc","name":"station=GOE","method":"GET","ret":"obj","paytoqs":"ignore","url":"https://app-prod-ws.meteoswiss-app.ch/v1/stationOverview?station=GOE","tls":"","persist":false,"proxy":"","authType":"","x":350,"y":1460,"wires":[["625b3202.b68ebc"]]},{"id":"625b3202.b68ebc","type":"change","z":"3ddc05.29f503fc","name":"","rules":[{"t":"move","p":"payload.GOE","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":610,"y":1460,"wires":[["4eba41c.51e9ec"]]},{"id":"4eba41c.51e9ec","type":"function","z":"3ddc05.29f503fc","name":"","func":"msg.payload = {\nTemperatur: msg.payload.temperature\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":840,"y":1460,"wires":[["8174003a.08764"]]},{"id":"8174003a.08764","type":"debug","z":"3ddc05.29f503fc","name":"","active":true,"tosidebar":true,"console":true,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":1020,"y":1460,"wires":[]},{"id":"1c54e009.db931","type":"http request","z":"3ddc05.29f503fc","name":"station=EGO","method":"GET","ret":"obj","paytoqs":"ignore","url":"https://app-prod-ws.meteoswiss-app.ch/v1/stationOverview?station=EGO","tls":"","persist":false,"proxy":"","authType":"","x":350,"y":1600,"wires":[["6411ddf2.fed4c4"]]},{"id":"6411ddf2.fed4c4","type":"change","z":"3ddc05.29f503fc","name":"","rules":[{"t":"move","p":"payload.EGO","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":610,"y":1600,"wires":[["33488a96.e7ce16"]]},{"id":"33488a96.e7ce16","type":"function","z":"3ddc05.29f503fc","name":"","func":"msg.payload = {\nTemperatur: msg.payload.temperature\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":840,"y":1600,"wires":[["b1e7633b.51ceb"]]},{"id":"b1e7633b.51ceb","type":"debug","z":"3ddc05.29f503fc","name":"","active":true,"tosidebar":true,"console":true,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":1020,"y":1600,"wires":[]}]
at the end i wish to have a AVG of this 3 Temperature is there a node for?
have a nice day
vinc