Skip to content

Fix Attribute Error, set_socket #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2020

Conversation

brentru
Copy link
Member

@brentru brentru commented Aug 6, 2020

Addresses #42

Examples tested on Adafruit CircuitPython 5.3.1 on 2020-07-13; Adafruit PyPortal with samd51j20


groups

code.py output:
Connecting to WiFi...
Connected!
Connecting to Adafruit IO...
Connected to Adafruit IO!
Publishing new messages to group feeds every 5 seconds...
Publishing value 23 to feed: weatherstation.temperature
Publishing value 92 to feed: weatherstation.humidity
Feed ['temperature'] received new value: ['23']
Publishing value 97 to feed: weatherstation.temperature
Publishing value 25 to feed: weatherstation.humidity

location

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Connecting to WiFi...
Connected!
Connected to Adafruit IO!
Sending data and location metadata to IO...
Data sent!
Feed location received new value: 42

simpletest

Connecting to WiFi...
Connected!
Connecting to Adafruit IO...
Connected to Adafruit IO!  Listening for DemoFeed changes...
Subscribed to brubell/feeds/DemoFeed with QOS level 0
Publishing a new message every 10 seconds...
Publishing 23 to DemoFeed.
Feed DemoFeed received new value: 23
Publishing 74 to DemoFeed.
Feed DemoFeed received new value: 74

@brentru brentru requested a review from a team August 6, 2020 13:46
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@tannewt tannewt merged commit 2fcef79 into adafruit:master Aug 7, 2020
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Aug 8, 2020
Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO055 to 5.2.0 from 5.1.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_BNO055#51 from adafruit/accel_config

Updating https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO to 4.0.0 from 3.3.3:
  > Merge pull request adafruit/Adafruit_CircuitPython_AdafruitIO#43 from brentru/fix-attribute-error
  > Merge pull request adafruit/Adafruit_CircuitPython_AdafruitIO#41 from 2bndy5/master

Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
  > Added the following libraries: Adafruit_CircuitPython_MS8607
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants