photon 2 webhook sending data. Not seeing visual graph from my channel
Dave
on 15 Feb 2024
Latest activity Reply by Christopher Stapels
on 16 Feb 2024
New to ThingsSpeak. I have a Photon 2 and vreated a webhook with simple code to send random numbers reprsented as 'temp' to a channel in ThingSpeak. All good with the code and my device shows the webhook is sending data and the events corespond to the same number of entries received in my channel. However, I do not see any visual graph of the data. What am i missing?
3 Comments
Time DescendingMost likely answer is that you are sending string data i.e 'temp is 34'. Read the data using url format shown in the API keys tab (you can just paste it into a browser) or use the data import / export tab to download a csv. Then you can see if there is data making it to the channel at all.
Sign in to participate