Hello everyone, sorry for the trivial question: how can I convert a decimal number to a string?
I'm trying to use "MQTT.publish (topic, message, qos, retain)" to send the measured power value (res.apower) where the "message" must obviously be a string.
A thousand thanks.