Beantwortet
Can't import csv file into thingspeak.
The enforcement of time stamps seems to have become more strict. I will look into what changed. I was able to upload this file...

etwa 6 Jahre vor | 0

Beantwortet
Insert the fields into a web site
If you just want the field value from a channel field, you can use the Read Data API call to get the data and embed it in your s...

etwa 6 Jahre vor | 0

Beantwortet
Thingspeak, Delete channel with HTTP DELETE, webwrite
Make the api_key a querry string parameter. url = ['https://api.thingspeak.com/channels/' channelID '.json?api_key=<userAPIKey>...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Sending data from TTN
What TTN server are you using? I was having trouble with the meshed server in Australia.

mehr als 6 Jahre vor | 0

Beantwortet
MQTT Connection keep alive time value
Ive used 15 second sucessfully for a log time now. Its the default for the arduino mqtt pubsub library. I havent detected any ...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Passing data from ThingHTTP to IFTTT Webhook send email
I reccomend you use the new alerts feature in ThingSpeak. You wont need IFTTT at all! you can pass data in the subject and the...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Uploaded data is not appearing in Imported data function
I've found it easier to do a POST for update requests, since there is more control. I would recomend using the ThingSpeak Libr...

mehr als 6 Jahre vor | 0

Beantwortet
Uploaded data is not appearing in Imported data function
Are you using the data export on the web site, or an HTTP call? If so, can you show the format of your HTTP call? ( you dont n...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
How to simultaneously publish the data to multi fields of thingspeak channel from a raspberry pi via code generation deployment using MATLAB code(not via Simulink) .
Have a look at the Write Data page. You can append &fieldX=value to add additional fields to an update.

mehr als 6 Jahre vor | 0

Beantwortet
Sending data from another cloud provider to ThingSpeak
ThingSpeak will most likely be able to accept your data. I would suggest you start with the Get Started tutorial. Its a really ...

mehr als 6 Jahre vor | 0

Beantwortet
IOT4SH01DS problem Thingspeak-automatic parameter reset
While we apprciate the app, MathWorks does not make or support the ThingViewer app, or the IOT4SH01DS device. I would suggest...

mehr als 6 Jahre vor | 0

Beantwortet
Error 401 Arduino ESP8266
Are you able to update your channel from a web browser? Use the format https://api.thingspeak.com/update?api_key=xxxxxxxxxxxx...

mehr als 6 Jahre vor | 0

Beantwortet
Unable to post to Thingspeak channel via TCP
No problem. If you look at the code in the doc examples, the way I generally do it is to check the connection for each loop, bu...

mehr als 6 Jahre vor | 0

Beantwortet
Creating email alert using Matlab, but getting error
change avg_temperature to aveTemp.

mehr als 6 Jahre vor | 0

Beantwortet
Unrecognised function or variable 'avg_temperature' on Matlab
Change avg_temperature to aveTemp.

mehr als 6 Jahre vor | 0

Beantwortet
How to use new feature of sending alerts on thingspeak?
There is a terrific overview at the Alerts API doc page, and you can see all the links to the specific pages for the functions a...

mehr als 6 Jahre vor | 0

Kanal


Data Store Environmental Monitor
Testing Inputs and outputs

mehr als 6 Jahre vor

Gelöst


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...

mehr als 6 Jahre vor

Beantwortet
Why feeds on your request API only contains few fields?
Have a look at the Read Data doc page. You can use the timezone parameter to control the time format for the response. Are a...

mehr als 6 Jahre vor | 0

Beantwortet
How does IFTTT works in conjunction with your email notification?
ThingSpeak now has its own alerts service! You wont need IFTTT to do the integration. Have a look at Vinods response in this p...

mehr als 6 Jahre vor | 0

Beantwortet
Unable to write data to ThingSpeak , HTTP error 400
Can you try to update your channel from a web browser? Use the format https://api.thingspeak.com/update?api_key=xxxxxxxxxxxxxx...

mehr als 6 Jahre vor | 0

Kanal


floor Temp Still Water

mehr als 6 Jahre vor

Beantwortet
How to edit ThingSpeak data gathering script
When you are logged in to ThingSpeak, click on apps, and choose MATLAB analysis. The script should appera in the list of MATLAB...

mehr als 6 Jahre vor | 0

Beantwortet
How to use React to send threshold and email to your thingspeak?
There is a demonstration in the documentation for using a time control to trigger an email via the IFTTT service. There is a si...

mehr als 6 Jahre vor | 0

Beantwortet
How to use date range for your timezone in thingspeak?
You can use the timezone or offset parameters. They are documented in the Read Data documentation page. Be sure to change the ...

mehr als 6 Jahre vor | 0

Beantwortet
Sampling rate of accelerometer data
It may be difficult to update accelerometer data to ThingSpeak if your sampling rate is very high. If the data are collected in ...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
mqtt via ESP8266 connected but not subscribing
My monitor channel seems is consistently publishing messages with none lost. I have two subscriptions. I would say perhaps your...

mehr als 6 Jahre vor | 0

Beantwortet
Thingspeak - Public Channel - Viewer Counter
Thank you for this request. I agree that this would be interesting information. I will add it to our list of enhancement request...

mehr als 6 Jahre vor | 0

Beantwortet
Display daily values at a certain time
Is the field you want to plot the one called "brennerlaufzeit"?

mehr als 6 Jahre vor | 0

Beantwortet
Geographic plot: plotting a third variable other than lat and long in geoscatter
Here is a ThingSpeak example showing how to use geoscatter to plot some additional variables. You can also use the same code in...

mehr als 6 Jahre vor | 0

Mehr laden