Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Problems uploading AQM data to ThingSpeak
#1
Photo 

Hi All,

I wonder if anyone can help me with a problem uploading AQM data to ThingSpeak.

I'm running a WD Compact Rx (Software version WeatherDuino_P2ESP8266_RX_v4.0_b002) and have:

1) Enabled the TS upload:
Code:
 
// --------------------------------------------------------------------------------------
//   Enable / Disable data transmission to ThingSpeak
// --------------------------------------------------------------------------------------
#define ENABLE_TS_UPLOAD   1                         // 1= Enable, 0= Disable

2) Set the API key:
Code:
 
// --------------------------------------------------------------------------------------
//   ThingSpeak Credentials - Just needed if you want to upload data to a ThingSpeak channel
// --------------------------------------------------------------------------------------
const char* TS_WRITEAPIKEY = "xxxxxxxxxxxxxxxxx";   // Put here your ThingSpeak WRITE key
Which is definitely correct. Here it is copied from the channel -  xxxxxxxxxxxxxxxxxxx

3) Enabled the internet connection and confirmed it is working.
4) Set up my ThingSpeak channel with four fields PM2.5, PM10, AQI and CO2 as per this thread: https://www.meteocercal.info/forum/Threa...ThingSpeak

However, I am getting no data appearing in the channel after 10 mins or more: https://thingspeak.com/channels/1082934

Any help with debugging this would be much appreciated.

Rgds,

Zak


EDIT by ADMIN: ThingSpeak WRITE key replaced by xxxxxxxxxxxxxxxxx
Reply


Messages In This Thread



Users browsing this thread: 1 Guest(s)