Beantwortet
Can't export all channel's feed from Thinsgspeak - HTTP time out error 504
This is a known problem and we are developing a fix. In the meantime, you can use the read data API call to read up to 8000 poi...

mehr als 6 Jahre vor | 1

Beantwortet
how to write to a ThingSpeak field from an iphone
If I understand what you would like to do, the REST API is exactly what you need. Click the API keys tab on your channel view...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
How do I get Field_ID in Thingspeak?
Field ID's are numeric 1-8. The label for the fields can be seen if you read https://api.thingspeak.com/channels/<channel_id>...

mehr als 6 Jahre vor | 1

| akzeptiert

Beantwortet
ESP8266 Wifi error code -301
For simplicity, perhaps you could try to write single field example in the thingSpeak library under esp8266. Im a big fan of th...

mehr als 6 Jahre vor | 0

Beantwortet
Thingspeak "data export" button not working
We are able to reproduce this issue and we are working on a fix. In the meantime, if you need access to the data from this chan...

mehr als 6 Jahre vor | 0

Beantwortet
How to add a timestamp to body?
You should also be able to call the THingHTTP with React and the replacement key will work. So have the device write data (for ...

mehr als 6 Jahre vor | 0

Beantwortet
Reading from Thingspeak: Daily averages are easy. How do I get a monthly average?
I also like the look of your result. But I am afraid that it makes a bunch of API requests to the server in a big burst. Its f...

mehr als 6 Jahre vor | 1

Beantwortet
mqtt via ESP8266 connected but not subscribing
You can have up to three simultaneous MQTT connections with a free license. Thanks for posting that you got it working again.

mehr als 6 Jahre vor | 1

Beantwortet
mqtt via ESP8266 connected but not subscribing
The mqtt server should reset the count when your devces disconnect, though there may be a short delay. Are you still having thi...

mehr als 6 Jahre vor | 1

| akzeptiert

Beantwortet
ThingSpeak Communications Library - how to read multiple fields with one fetch
Yes its on the enhancement request list, but unfortunately has been for some time. I hope it isnt too much longer.

mehr als 6 Jahre vor | 0

Beantwortet
Thingspeak "data export" button not working
If your channel is public, can you share the channel number so someone else can try it? Are you sure there is data in the chann...

mehr als 6 Jahre vor | 0

Beantwortet
Getting -310 error on simple MathWorks ThingSpeak get temperature example
I got a -301 error when I didnt have the Ethernet cable plugged in, but now it is working fine on an arduino Uno with ethernet S...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Getting -310 error on simple MathWorks ThingSpeak get temperature example
What hardware you are using? We will try to reproduce the error. EDIT I am sttempting to verify the error with an arduino Uno w...

mehr als 6 Jahre vor | 0

Beantwortet
Reading from Thingspeak: Daily averages are easy. How do I get a monthly average?
There are built in template codes to help you develop MATLAB code. If you go to the MATLAB analysis or MATLAB Visualizations ap...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Channel ID doesn't matter during upload data
You are correct. It is better for security reasons to provide both the API key and channel ID. Additionally it makes tracking yo...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
How to add a timestamp to body?
Yes this is the expected behavior. As described above, you need to call the thingHTTP with TimeControl or React to use the date...

mehr als 6 Jahre vor | 0

Beantwortet
How to add a timestamp to body?
What time would you want to see in the response? I would have guessed you want to see the time it was called. It might help fo...

mehr als 6 Jahre vor | 0

Beantwortet
How to test for thing speak plugin using user input's?
Can you rephrase your question? It does not seem to be clear what you are asking.

mehr als 6 Jahre vor | 0

Beantwortet
How to add a timestamp to body?
Can you take screen shots of the thingHTTP and TimeControl settings? Make sure you blur out the api keys if you want to keep th...

mehr als 6 Jahre vor | 0

Beantwortet
How to add a timestamp to body?
You need to trigger the request with a TimeControl or React. I just tested it with a TimeControl, I'm sure I've tested with a R...

mehr als 6 Jahre vor | 0

Beantwortet
how to export data in time range using thingspeak?
You can see the documentation for the read data API call. There is a dateRange parameter you can use. Just be extra careful a...

mehr als 6 Jahre vor | 0

Beantwortet
Bulk upload working on arduino. But thingspeak graph update only shows last data entry, unless i refresh the page
ThingSpeak plots on your channel view should update in the interval defined in the plot settings (as fast as 15 seconds I think)...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
How to change state of a message to be true or false in jquery?
Perhaps you could try this jquery forum? Are you trying to chnage the status field in your channel feed? if so have a look at ...

mehr als 6 Jahre vor | 0

Beantwortet
assign variable for the data read from channel
If you have a time control set for a specific time, that should take care of the running at a specific time. You could probably...

mehr als 6 Jahre vor | 1

| akzeptiert

Beantwortet
Unable to post to Thingspeak channel
Have you had this account for several years? If so you probably would have recieved am email with instructions about how to ren...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Unable to post to Thingspeak channel
GET https://api.thingspeak.com/update?api_key=KYY2MERT251RV2OM&field1=111 That would be the format to try if those are truly th...

mehr als 6 Jahre vor | 0

Kanal


COVID-19 Statistics
8 countries of COVID-19 data, updated daily from: https://github.com/pomber/covid19

mehr als 6 Jahre vor

Gelöst


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

mehr als 6 Jahre vor

Gelöst


Return area of square
Side of square=input=a Area=output=b

mehr als 6 Jahre vor

Gelöst


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

mehr als 6 Jahre vor

Mehr laden