bluehash 1,581 Posted March 18, 2015 Share Posted March 18, 2015 Luke Beno, the creator of Analog.io, reached out to us to embed IoT streams into your 43oh forum posts. The design is clean and minimal and we found no reason not to go ahead and have embedded IoT streams. Here is how you do it. 1. Create an account on Analog.io. Once done, create your stream or you can even search for streams other people have put up. 2. Once you select a stream, look for the number at the end followed by an 's', something like s430. Let's select a stream, such as, http://analog.io/#/s1 In this case, the parameter at the end is 's1'. Note this down. 3. Go to your forum post on 43oh in edit mode and look for the green box icon after the eraser. Click it and select "Embed Analog.io data" from the BBCode listing. 4. The following code gets generated. [analog_io='s1'] 5. Post/Preview your edit and you should see your stream rendered up. spirilis, pine and dubnet 3 Link to post Share on other sites
cubeberg 540 Posted March 18, 2015 Share Posted March 18, 2015 Looks good! I'm using the site to monitor a bunch of my sensors as well. Moved my sensors off of data.sparkfun.com to an analog.io hosted phant server (mongo back end instead of NoDB) - queries are more responsive for my node-red alerts. bluehash 1 Link to post Share on other sites
Lgbeno 189 Posted March 18, 2015 Share Posted March 18, 2015 Seems to be working great, I'll add some data to another thread as well! The other aspect of the site is that it tracks pingbacks to the forum so if you embed data into a forum, a link to it will appear on analog.io Here's an example of the stream that Bluehash embedded: I just need to clean up the parser so that it doesn't include the link parameters, otherwise the list may get very long... bluehash and cubeberg 2 Link to post Share on other sites
bluehash 1,581 Posted March 18, 2015 Author Share Posted March 18, 2015 Seems to be working great, I'll add some data to another thread as well! The other aspect of the site is that it tracks pingbacks to the forum so if you embed data into a forum, a link to it will appear on analog.io Here's an example of the stream that Bluehash embedded: Screen Shot 2015-03-18 at 6.55.08 AM.png I just need to clean up the parser so that it doesn't include the link parameters, otherwise the list may get very long... @@Lgbeno some suggestions: 1. Is it possible for you to take the forum subject line only. eg: Analog.io bbcode embed testing 2. In the embedded stream, can you make a link back to the actual stream. Right now it takes me to the main page of analog.io. Link to post Share on other sites
Lgbeno 189 Posted March 18, 2015 Share Posted March 18, 2015 @@Lgbeno some suggestions: 1. Is it possible for you to take the forum subject line only. eg: Analog.io bbcode embed testing 2. In the embedded stream, can you make a link back to the actual stream. Right now it takes me to the main page of analog.io. Those are both really good points. Both of these features should be very easy to implement. Link to post Share on other sites
cubeberg 540 Posted March 18, 2015 Share Posted March 18, 2015 Here's one of my streams from my sensor setup s3L" height = "400px" width="800px" scrolling="no" style="border:0"> bluehash 1 Link to post Share on other sites
bluehash 1,581 Posted March 18, 2015 Author Share Posted March 18, 2015 Looks awesome, @@cubeberg cubeberg 1 Link to post Share on other sites
Lgbeno 189 Posted March 19, 2015 Share Posted March 19, 2015 @@Lgbeno some suggestions: 1. Is it possible for you to take the forum subject line only. eg: Analog.io bbcode embed testing 2. In the embedded stream, can you make a link back to the actual stream. Right now it takes me to the main page of analog.io. I spent some time tonight adding these features. Now you can click on the stream title and it will open a new tab directed at the appropriate stream in analog.io. Also I cleaned up the embed links view including using the page title Another new feature is an index view of all of the links from a particular host (such as forum.43oh.com) with embedded streams. Here's the index for 43oh http://analog.io/#/e2 bluehash 1 Link to post Share on other sites
bluehash 1,581 Posted March 19, 2015 Author Share Posted March 19, 2015 Thanks for the implementing the suggestions @@Lgbeno! I noticed that you need to be logged in to take you to the particular stream when clicked, otherwise you go to the main page. If it is intentional, I understand. Moving to announcements. Modified first post for usage. Link to post Share on other sites
Lgbeno 189 Posted March 19, 2015 Share Posted March 19, 2015 Thanks for the implementing the suggestions @@Lgbeno! I noticed that you need to be logged in to take you to the particular stream when clicked, otherwise you go to the main page. If it is intentional, I understand. Moving to announcements. Modified first post for usage. No problems, Feedback like this is exactly what I need to make the site better. For now it is true that users need to be logged in to view the dedicated stream on the analog.io website. In the future I do plan to add functionality for anonymous users as well but there are some features that I'm looking to develop first One think that will change in the next few days is I will be converting all stream id's to base 36 numbers, right now they are just base 10. It's part of my obsession with short, tweet friendly urls. bluehash 1 Link to post Share on other sites
Lgbeno 189 Posted April 5, 2015 Share Posted April 5, 2015 Hey @@cubeberg, would you be able to update your embedded stream to s3L. I just made the update to shorten all stream IDs using base32 coding. Link to post Share on other sites
cubeberg 540 Posted April 5, 2015 Share Posted April 5, 2015 @@Lgbeno - done! @@bluehash - the link for @mention isn't working correctly for me anymore Link to post Share on other sites
bluehash 1,581 Posted April 5, 2015 Author Share Posted April 5, 2015 @@Lgbeno - done! @@bluehash - the link for @mention isn't working correctly for me anymore I can see it worked above. Were you referring to the above post? Link to post Share on other sites
cubeberg 540 Posted April 6, 2015 Share Posted April 6, 2015 @@bluehash - seems to be working now - was getting a javascript error earlier. Link to post Share on other sites
Recommended Posts