Respondida
Thingspeak REST API READ results in data from wrong timezone
Check out the timezone and offset parameters in the read data endpoint.

más de 3 años hace | 2

Discussion


Secure ThingSpeak communications and security certificate
The ThingSpeak certificate was updated recently. If you are using secure communication for your devices, you may need to update...

más de 3 años hace | 0

Respondida
MQTT via esp8266 suddenly stopped connecting giving mqttClient.state() = -2 error!?
ThingSpeak recently updated the security certificate. Can you try reprogamming with the new cert? The ESP8266 MQTT example co...

más de 3 años hace | 0

| aceptada

Respondida
In thingspeak , how can I visualize two or more channels on one page so I can view different fields from different nodes at a time ?
In the tabs on the top of the ThingSpeak site, Click on Apps > MATLAB Visualizations then click the green 'New' button, and you ...

más de 3 años hace | 1

Respondida
The graph couldn't be seen on the chart although the code ha been run correctly
We strongly reccomend using the ThingSpeak library for arduino, it takes care of a lot of code issues for you. Troubleshooting ...

más de 3 años hace | 0

| aceptada

Respondida
Contents of Channel Status Updates disappears
I thnk the idea was to remove noise if you had a system that reports everytime (like the system on the channel in the code I sha...

más de 3 años hace | 0

Respondida
Contents of Channel Status Updates disappears
Is this true after refreshing the page? The channel status updates widget shows onlu the last 24 hours of status. You could c...

más de 3 años hace | 0

Respondida
Need to increase more fields in Free ThingSpeak account?
You can use the status and location field, use multiple channels per device, or pack more inforamtion into a single field (they ...

más de 3 años hace | 1

Respondida
Is there a way to get a channel's last update data by using MQTT API?
There is not a way to get the last update via MQTT. Here is a fairly complicated workaround however: Set up a react on a new ch...

más de 3 años hace | 0

| aceptada

Respondida
Data TTN to Thingspeak problem with Payload Decoder from Array
Around 4:01 in this video, I'm explaining my payload formatter. Or you can see the instructions in this example in the doc. Th...

más de 3 años hace | 0

Respondida
Ethernet shield Arduino 2560
Are you trying to add the visualizations to your own web page? I'd look here: Embed plots on Web pages Embed a Chart Charts ...

más de 3 años hace | 0

Respondida
ThingHTTP pulling MarketWatch data stops working during trading hours
In case anyone stubles on this, Ill promote Derek's findings to an answer. During business hours, the xpath for the data change...

más de 3 años hace | 1

Canal


frizz test

más de 3 años hace

Respondida
Unable to download from dropbox to ThingSpeak using Matlab code.
I think you are calling the function with no input arguments. You have at least two options. You can call the functionin your...

más de 3 años hace | 0

Respondida
How do I make calculations with ThingSpeak fields?
Use the MATLAB analysis app. Write MATLAB code to read your channel data, do the calculation, and write the AQ value to a new c...

más de 3 años hace | 1

Respondida
Data not show in thingspeak using sim800l
How about adding Serial.println("<description>") each time you write to the sim card? Then you can make sure everything is bein...

más de 3 años hace | 0

Respondida
Data not show in thingspeak using sim800l
Here is a sim 800l example, that the autor says is working. Can you compare to that one and see what is different? There shoul...

más de 3 años hace | 0

Respondida
How should I present multiple point on the map in ThingSpeak Visualization code?
I recommend writing the position data to your channel feed in the latitude and longitude fields. https://api.thingspeak.com/upd...

más de 3 años hace | 0

| aceptada

Respondida
Cannot import data into ThingSpeak due to missing timestamp
There are 8 fields available for measurements. Your file has 13. You can also have elevation, status, longitude, and lattitude, ...

casi 4 años hace | 0

| aceptada

Respondida
Unable to retrieve data from Thingspeak API (PurpleAir)
Thank you for noting that the issue you had is resolved. If you are reading multiple channels, please be sure to use a short de...

casi 4 años hace | 0

Respondida
Can i compare two channels
You definitely can as long as there is data in your channel. Change the part of the code from days(1) to years(1). your final c...

casi 4 años hace | 0

Respondida
How do I create a function finding Surface Area, Volume, and Density of a cone?
Looks like the OP had it right, but Im adding the formula back here for completeness. function [SA,V,D] = coneProperties(r,m,h)...

casi 4 años hace | 0

Resuelto


Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...

casi 4 años hace

Respondida
How to read data from ThingSpeak private channel field1 by Arduino Uno and ESP8266?
Have a look at the ThingSpeak Library for Arduino.

casi 4 años hace | 1

Respondida
Analytics with Data on Thingspeak
We strognly reccomend the getting started tutorial in the help documentation and this new video series, Iot from Data to Actio...

casi 4 años hace | 0

| aceptada

Respondida
Sending data to ThingSpeak without data
You can use an ethernet connection, or LoRa (Long Range wireless) through The Things Network and the ThingSpeak integration ther...

casi 4 años hace | 0

Respondida
I want to send mobile messages from Arduino and ThingSpeak
If you have email on your phone, you can use theThingSpeak alerts service to trigger emails from the Arduino and from other conn...

casi 4 años hace | 0

Respondida
minimum and maximum date
If you click the pencil icon on the top of a field chart, you can choose the number of points or number of days to display. The...

casi 4 años hace | 0

Respondida
Thingspeak ESPHome configuration error
Your topic syntax is incorrect. The syntax has changed from the previous MQTT broker. Have a look at the MQTT publish to a fee...

casi 4 años hace | 0

Respondida
Iam Getting error ^~~~~~~~ exit status 1 call of overloaded 'setField(int, uint16_t&)' is ambiguousn while compiling code to Arduino Uno wifi rev 2
Can you cast it to a string or float before setting the field? I know this will require more memory. perhaps like this: Thing...

casi 4 años hace | 0

Cargar más