
I want to use an ESP32 to publish data to Thinkspeak.
I have an API key to write and read.
The URL is: api.thingspeak.com according to the site.
I have an channel ID....
What else do I need?
From the examples I found on the FC8.. forum, I found out I need to use the MQTT component.
This component has mqtt.thingspeak.com as standard value for the host, I think I must change this one into the above.
But where do I need to enter the write key? The "topic"?
The setup I have right now is this: So I guess that now it's as simple as publishing a topic and payload?
Does anyone have a working example for me to investigate?.
Thanks again.