Writing data to channel using urllib python package

2 次查看(过去 30 天)
Hello,
I am trying to write instrument data to a ThingSpeak channel using python. I have installed the urllib package and I am using using the urlopen command to write data. I am able to write data for multiple fields (I have shown t1 as an example but I also have t2, t3), however the rate is inconsistent. More explicitly, the time in between data points varies. I have tried different length delays between events, still inconsistent.
Is this because of Thingspeak, or my python script?
c1 = 'https://api.thingspeak.com/update?api_key=__________&field4='
t1 = urllib.urlopen(c1+str(temp4))
t1.close()
sleep(30)
  3 个评论
Owen Medeiros
Owen Medeiros 2019-11-5
Ok thank you for the info! I did not know about the 15 second delay, I have been using 30 second delays as a standard so I assume that would not be the issue.
Vinod
Vinod 2019-11-5
If you've resolved that, then another reason your rate is incosistent could be device being capacity limited. Are you sure your computer/device running the python code is not being capacity limited (CPU, memory, network bandwidth, etc.) and is not going to sleep?

请先登录,再进行评论。

回答(0 个)

社区

更多回答在  ThingSpeak Community

类别

Help CenterFile Exchange 中查找有关 Write Data to Channel 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by