My Node Red just died

Looking at the tutorials now.. And will look into the MQTT Explorer too... since I didn't know about this until now

Wow this MQTT Explorer is so cool, wish I knew about this when I started with MQTT
The Avg GPU Temp is in the explorer, so the data is there. The problem is on the Python side like you suggested.

NR_mqtt_4

Is it updating at the high rate as it should? MQTT explorer shows the last version it was given.

Not sure what to look for concerning the rate in MQTT explorer.
But the AVG_GPU_TEMP Updates every 10 sec, since the data from the ESP8266 feeds this every 10 sec to the Function Node named "ESP DATA". S

OK I think it works now, two things I've changed.

1/ In Python I set the sleep time to 1sec ( instead of 0.5sec ) right after the client.publish(topic,send_msg)
2/ In NR I set the Qos to 1 and Retain to True

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.