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.

Is it updating at the high rate as it should? MQTT explorer shows the last version it was given.
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
