Hey there!
I am running some sensors on my RasPi with python scripts. Now i want to store this data in InfluxDB. I want node red to do this job, how can node red access the data? Is there a way of just implementig the python script directly in node red?
Use node-red nodes to communicate directly with the sensors (depending on what they are).
Run the python scripts using an Exec node.
Modify the scripts so they are long running and then start them as services, or as daemons from node-red. Communicate the data back to node-red using, for example, MQTT.