Answered
Is Thingspeak MQTT reliable?
I just tried this example for a few hours, admittedly it is on a Raspberry Pi, and had reliable results with no "holes" in the d...

meer dan 3 jaar ago | 0

Answered
Sending data securely, through thingspeak
ThingSpeak API servers support secure HTTPS and MQTT connections between devices and ThingSpeak. If you are looking for examples...

meer dan 3 jaar ago | 1

| accepted

Answered
Determine number of records availble in a ThingSpeak channel
I'd recommend the best solution is to retrieve data based on date range. Again, keep in mind the response will contain at most 8...

meer dan 3 jaar ago | 0

Answered
Arduino uno + esp8266 as wifi with 2 sensor code failed to send data to Channel
Take a look at my answer to this question.

meer dan 3 jaar ago | 0

Answered
Thingspeak (via ESP8622) is not showing any graphical data from 3 Fields.
I strongly recommend using the ThingSpeak library and starting from the examples provided with it.

meer dan 3 jaar ago | 0

| accepted

Answered
ThingSpeak not showing any data from my ESP32!
I strongly recommend using the ThingSpeak library and starting from the examples provided with it.

meer dan 3 jaar ago | 1

Answered
Get data from API (wio link) into thingspeak channel with free online tools
You can use a MATLAB Analysis app on ThingSpeak which uses WEBREAD to read data from your API and then write it to a ThingSpeak ...

meer dan 3 jaar ago | 1

| accepted

Answered
ESP8266 ESP-01 intermittently but regularly returning -301 error
I suspect that your router or internet connectivity gateway is caching DNS entries. This results in the request going to an IP a...

meer dan 3 jaar ago | 0

Answered
Bulk update 401. error unauthorized
Nothing has changed on the ThingSpeak end that will cause that. Have a look at the documentation for the bulk_update endpoint. ...

meer dan 3 jaar ago | 0

Answered
Not showing the graph in my thingspeak channel
Have you had a look at some of the examples that are part of the ThingSpeak Aruino Library? That would be an excellent starting ...

meer dan 3 jaar ago | 1

Answered
Can only access Write API every >15minutes
I suspect something on the device side or the connectivity on the device. Here's how you can confirm: 1) Using your web browser...

meer dan 3 jaar ago | 0

| accepted

Answered
Fail to Retrieve channel description
Here's a working Arduino Sketch I have tried on an ESP32. It can be modified as needed for your device. #include <WiFi.h> ...

meer dan 3 jaar ago | 0

Answered
Fail to Retrieve channel description
Have you checked your GSM module to see that it still has data capacity? Nothing has changed on ThingSpeak early August that can...

meer dan 3 jaar ago | 0

Answered
Selecting specific data to show on Thingspeak graph app
I suspect your MQTT gateway is not formatting the data correctly. Why not directly send the MQTT data to mqtt.thingspeak.com ins...

meer dan 3 jaar ago | 1

Answered
openstreetmap zoomable map on thingspeak
The functionality to embed a dynamically zoomable open street map on ThingSpeak with user code is not currently available. The d...

meer dan 3 jaar ago | 0

| accepted

Answered
Using Thingspeak React with "dynamic" channels
My recommendation would be to set up a TimeControl that triggers MATLAB code that reads data across all your channels. Your MATL...

meer dan 3 jaar ago | 0

Answered
Updating Thingspeak channel - multiple devices at same time
A ThingSpeak channel can be updated at most once a second with a paid license, or once every 15 seconds with a free license. If ...

meer dan 3 jaar ago | 1

Answered
Error 429 for Bulk Update Data using JSON Document: Too Many Requests
Please refer to the documentation for Bulk Update endpoint, specifically "The number of messages in a single bulk-update is limi...

meer dan 3 jaar ago | 1

Answered
ThingSpeak MQTT omits first field.
I think it is because you are missing an important separator in your request. Try modifying to asprintf(&data, "?field1=%d&fiel...

meer dan 3 jaar ago | 0

Answered
'controlchart' requires Statistics and Machine Learning Toolbox.
To use the controlchart function in MATLAB visualization apps on ThingSpeak, the account you use to log in to ThingSpeak will ne...

meer dan 3 jaar ago | 0

Answered
Calculate Dew point Channel 1120609
Can you share your MATLAB code that is doing the dew-point calculation on ThingSpeak? Remember to redact or replace your channel...

meer dan 3 jaar ago | 0

Answered
how to send thingspeak data to matlab
thingSpeakRead will get your data from ThingSpeak to MATLAB. Are you using MATLAB on your computer, MATLAB Online, or MATLAB Ana...

meer dan 3 jaar ago | 0

Answered
How to set the time zone in my account
Log in to ThingSpeak and go to the profile page, edit your timezone to what you want and remember to "Update Profile".

meer dan 3 jaar ago | 1

Answered
MATLAB Visualizations in ThingSpeak
You can upload your files into your MATLAB Drive for sharing. It will require the user to log in to MATLAB Drive to access it. M...

meer dan 3 jaar ago | 1

Answered
Update of TS data?
What is the status code you get from ThingSpeak when you update your channel? If you are using the Write Data API and get a HTTP...

meer dan 3 jaar ago | 0

| accepted

Answered
Problem sending GPS Data from TTGO T-Call (ESP32) board to Thingspeak using integrated SIM800L.
Try to strip down the example to the minimum to find the source of your issue. Since this is a build issue, I suspect your toolc...

meer dan 3 jaar ago | 0

Answered
Arduino built in example "WriteMultipleFields" gets error code -301
Have you made sure you're using the latest version of the library? Are you unable to see channel updates with the examples that ...

meer dan 3 jaar ago | 0

Answered
How do I get ThingSpeak (Channel ID: 1077109) to update the ThingSpeak page automatically every 2 minutes.
The MATLAB visualization will update if you reload the page or visit it again every 5 minutes.

meer dan 3 jaar ago | 0

Answered
Send GPIO Status to Thingspeak (Lamp Indicator Widget)
Take a look at this example. You can modify it to show your pump status instead of CPU percent utilization quite easily.

bijna 4 jaar ago | 0

Answered
Update channels with Arduino MKR NB 1500 or Dfrobot SIM7600CE-T 4G(LTE) Shield
I'm guessing you're using AT commands to send the data to ThingSpeak. It is likely you will need to modify the AT commands from ...

bijna 4 jaar ago | 0

Load more