Hi y'all i'm having trouble on my node-red. THe problem is I'm using my raspberry pi as my weather station while it being my web server. My raspberry pi has different types of sensors and i want my MQTT to read my python script that prints
example code:
python
data = "{"
data += "\"humidity\": " + str(humiditySensorData) + ","
data += "}"
print(data)
i'm wondering which node to connect to my MQTT out
my mqqt in is connected to my influxdb out.