Hi,
I am a newbie.
My data not showing in dashboard gauge as I think the payload is in this format batt_val: 3.54
How do i change it to send value only?
Thank you
Change the last line to:
msg.payload = batt_val; return msg;
Thank you Nick it works now.