roscoe81/enviro-monitor

Example json and Adafruit IO Feed Setup

vschinazi opened this issue · 1 comments

Hi

This project looks incredible and I have tried to implement but without too much success. I was able to create an Adafruit account and actually saw the feeds and dashboard being created in the Adafruit IO site. However, the data did stream to the site. The Envriro+ unit was definitely working but it really seems to be a streaming issue. Specifically, I struggled with these fields in the config file:

"aio_user_name": "<>",
"aio_key": "<>",
"aio_feed_window": 0,
"aio_feed_sequence": 0,
"aio_household_prefix": "<>",
"aio_location_prefix": "<>",

and these fields in the Adafruit IO Feed Setup:

{'Property 1 Name': {'key': 'property1key', 'package': '<aio_package>', 'locations': {'': '<location1key', '': '<location2key'}, 'visibility': '<"public" or "private">'},
'Property 2 Name': {'key': 'property2key', 'package': '<aio_package>', 'locations': {'': ''}, 'visibility': '<"public" or "private">'}}

Can you provide an example of a short tutorial?

Thank you!

Victor

I am closing this issue and I have opened a more detailed one after some more troubleshooting.