Dashboard Question

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
geotek
 
Posts: 65
Joined: Thu Mar 07, 2013 1:39 pm

Dashboard Question

Post by geotek »

Greetings

I presently have three feeds temp,pressure,humidity.
Can I show all three feeds by creating one block?
I noticed the temp reading is 32,the humidity is 35 but pressure is 970.
Or do Ineed a block for each reading?
Thanks
Tom

User avatar
jwcooper
 
Posts: 1003
Joined: Tue May 01, 2012 9:08 pm

Re: Dashboard Question

Post by jwcooper »

Some blocks can have multiple feeds attached, and some only allow a single feed.

You could use a "Stream" block and just see the data stream in like from a log file, multiple feeds works fine with that.

Chart block allows up to 5 feeds, but you may want pressure on it's own chart as it will distort the temp/humidity a bit.

Could use a text block to just show the value of each feed individually (one block per feed) in big numbers.

Lots of options to try to see what looks best.

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”