thingspeak icon indicating copy to clipboard operation
thingspeak copied to clipboard

Client library for the thingspeak.com API

Results 9 thingspeak issues
Sort by recently updated
recently updated
newest added

I am executing the code on my raspberry pi and i am getting this error AttributeError: 'module' object has no attribute 'Channel' CODE: import thingspeak import time import json channel_id...

The module uses wrong url like `https://api.thingspeak.com/channels/CHANNEL/fields/field1.json` instead of `https://api.thingspeak.com/channels/CHANNEL/fields/1.json` in `thingspeak.Channel.get_field`. ``` ...>python pull.py Traceback (most recent call last): File "D:\Anton\Devel\arduino-dev\ComfortMon\scripts\pull.py", line 15, in print(channel.get_field(field="field1", options={"results": 2})) File "C:\Program...

Previous API key implementation was faulty and unusable: for private channels there is a difference between User API key (for modifying a channel or viewing its setup), Read API key...

To view a channel the User APU key is used. But to get feed the read API key must be passed. This needs to change: `if self.api_key is not None:...

`pip install thingspeak -vvv` hangs: Using version 0.4.1 (newest of versions: 0.4.1) Collecting thingspeak==0.4.1 Created temporary directory: /private/var/folders/41/39__8bps2b7cncsp6kkp4x8c0000gn/T/pip-unpack-jsixg20o https://files.pythonhosted.org:443 "GET /packages/2f/3c/51e6f81254a8d50ca442445c7eeb7a9ee959cf759dd2f1056c141c0df82c/thingspeak-0.4.1.tar.gz HTTP/1.1" 200 7758 Downloading thingspeak-0.4.1.tar.gz (7.8 kB) Added thingspeak==0.4.1...

its api_key not write_key

Hello, I would use your library, but it is not up to date. Respective if I look an the options for example to read the last Entry: It is not...

Just a couple of changes related to #8 to get the upload working. Sorry, I'm not a ThingSpeak expert. - Make `id` optional as it's not needed for updates -...

For Home Assistant we have a integration which is using this module (see [1] for details). It looks like that there is an issue with the keys and the data...