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

mehr als 3 Jahre vor | 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...

mehr als 3 Jahre vor | 0

Beantwortet
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...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
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 ...

mehr als 3 Jahre vor | 1

Beantwortet
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 ...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 3 Jahre vor | 0

Beantwortet
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...

mehr als 3 Jahre vor | 0

Beantwortet
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 ...

mehr als 3 Jahre vor | 1

Beantwortet
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...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 3 Jahre vor | 0

Beantwortet
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 ...

mehr als 3 Jahre vor | 0

Beantwortet
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...

mehr als 3 Jahre vor | 1

Kanal


frizz test

mehr als 3 Jahre vor

Beantwortet
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...

mehr als 3 Jahre vor | 0

Beantwortet
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...

mehr als 3 Jahre vor | 1

Beantwortet
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...

mehr als 3 Jahre vor | 0

Beantwortet
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...

mehr als 3 Jahre vor | 0

Beantwortet
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...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
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, ...

fast 4 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 4 Jahre vor | 0

Beantwortet
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...

fast 4 Jahre vor | 0

Beantwortet
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)...

fast 4 Jahre vor | 0

Gelöst


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

fast 4 Jahre vor

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

fast 4 Jahre vor | 1

Beantwortet
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...

fast 4 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 4 Jahre vor | 0

Beantwortet
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...

fast 4 Jahre vor | 0

Beantwortet
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...

fast 4 Jahre vor | 0

Beantwortet
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...

fast 4 Jahre vor | 0

Beantwortet
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...

fast 4 Jahre vor | 0

Mehr laden