Page 3 of 3

Re: Thingspeak Plugin

PostPosted: Sat Feb 21, 2015 3:15 pm
by DaveL17
I didn't even know that you could run your own Thingspeak server.

So, in modifying the plugin, I'm assuming that you changed this:
Code: Select all
f = httplib.HTTPConnection("api.thingspeak.com:80")
to this:
Code: Select all
f = httplib.HTTPConnection("YOUR_IP_ADDRESS:3000")
Were there any other changes that you needed to make? (It won't be possible for me to be able to test a local server...)

Thanks,
Dave

Re: Thingspeak Plugin

PostPosted: Sun Feb 22, 2015 9:33 am
by BassMint
That was the only change I had to make.
I followed the linux install instructions to install on the OS X Lion MBP I have Indigo running on.
I don't like to be dependent to running stuff in the "cloud".

https://gist.github.com/abythell/8225124

that is what I used to install in on the mac. I did not use the script, followed the steps manually.

Re: Thingspeak Plugin

PostPosted: Sun Feb 22, 2015 11:56 am
by DaveL17
Thanks BassMint. I'll have that functionality included in the next version. I think I will have each device use its own IP as you suggested--and may move the upload frequency setting to the device config as well--which would allow for each device to be truly independent.

Re: Thingspeak Plugin

PostPosted: Wed Feb 25, 2015 8:49 am
by BassMint
Nice!!!

Re: Thingspeak Plugin

PostPosted: Thu Feb 26, 2015 9:31 pm
by DaveL17
@BassMint: I've uploaded a revised version of the plugin that will allow direct assignment of local IPs. I'm unable to test it myself, so would appreciate any bug reports if you find something fishy.

I didn't include individual update frequencies in this version because it's more of a non-trivial change. Still on the ToDo list, however.

Cheers,
Dave

Re: Thingspeak Plugin

PostPosted: Sat Feb 28, 2015 3:38 am
by BassMint
Updated and running. All appears to be OK.

Thanks !!!!!

Re: Thingspeak Plugin

PostPosted: Sat Feb 28, 2015 5:59 am
by DaveL17
BassMint wrote:
Updated and running. All appears to be OK.

Thanks !!!!!

Excellent. Thanks for letting me know.
Dave