Search found 4 matches

by ryanjennings
Tue Oct 11, 2016 4:15 am
Forum: General Discussion and Questions
Topic: urequests with post - buffer protocol required
Replies: 2
Views: 7011

Re: urequests with post - buffer protocol required

Thanks for the help things are working better now.
by ryanjennings
Tue Sep 27, 2016 10:02 pm
Forum: General Discussion and Questions
Topic: urequests with post - buffer protocol required
Replies: 2
Views: 7011

urequests with post - buffer protocol required

I am trying to do a post with urequests. I am running into a TypeError. >>> r = urequests.post("http://www.xxxxxxxxxxxxxx.com:8086", data = {'basement' : 60.2, 'outside': 80.4}) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "urequests.py", line 104, in post File "ureque...
by ryanjennings
Thu Sep 01, 2016 1:53 am
Forum: ESP8266 boards
Topic: Looking for some help with mqtt
Replies: 7
Views: 8362

Re: Looking for some help with mqtt

Thanks for the help. I will give that a try. I thought I had read that mqtt was included after 1.8.2 I was assuming that meant I didn't need to upload it. I had read this before from [quote]"It was, in the official 1.8.2 release, and intended to be part of future releases.[/quote] What does "in the ...
by ryanjennings
Wed Aug 31, 2016 10:16 pm
Forum: ESP8266 boards
Topic: Looking for some help with mqtt
Replies: 7
Views: 8362

Looking for some help with mqtt

I am just getting started with micropython and the esp8266 so I am sure this is a pretty low level question, but I am stuck. I have read over http://forum.micropython.org/viewtopic.php?f=16&t=2155 and I am sure the answer is there somewhere, but I must need more detail. When I do from umqtt.simple i...