IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
paulskpt
 
Posts: 30
Joined: Sat Oct 03, 2015 7:30 pm

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by paulskpt »

In the AIO Feed page, group of a Device, add the possibility to see the groups JSON record contents, like this is possible with the Default Group
See the following screenshots:

Image


Image

Image

As far as my experience goes: the only possibility to view the JSON record contents (with sensor feed data) of a Device Group, is to send a feed request via https,
as shown below, (sent from a MAGTAG:

Code: Select all

https://io.adafruit.com/api/v2/{<AIO_username>}/feeds/feather-esp826622<part_of_name>.ws-0x38-humidity?x-aio-key={<AIO_key>}
Image

User avatar
paulskpt
 
Posts: 30
Joined: Sat Oct 03, 2015 7:30 pm

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by paulskpt »

AIO device group JSON record.

Add: status ("Online" / "Offline").

A

Code: Select all

magtag.network.fetch("https://io.adafruit.com/api/v2/{}/groups/{}?x-aio-key={}.format(ADAFRUIT_IO_USERNAME, GRP_KEY, ADAFRUIT_IO_KEY)" )
results in the following data being received (Note data modified for Python (false > False etcetera)):
Image

while when one visites "io.adafruit.com" and redirected to: https://io.adafruit.com/<aio_username>/wippersnapper:
the page shows the wippersnapper device(s) available and their status ("Online" / "Offline").

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”