DasData - Share your sensors datasets

Moderator: Telldus

mdi
Posts: 18
Joined: Fri Mar 17, 2023 9:45 am

DasData - Share your sensors datasets

Post by mdi »

Das Data is a platform where you can easily connect, visualize and share datasets.

Connect your sensors, devices, forms, tables, databases
Visualize and build dynamic realtime trends.
Share your datasets with the people, machines, web.

http://dasdata.co/?aspx=learnmore

This an early release and looking forward to hear back some opinions.
Last edited by mdi on Wed Jan 15, 2014 11:18 am, edited 1 time in total.
davka003
Posts: 187
Joined: Fri Mar 17, 2023 9:45 am
Location: Sweden
Contact:

Re: DasData - Share your sensors datasets

Post by davka003 »

I dont see any way to visualize tables as the short introduction states. Is this not yet included in the released functionality.

Also, someone needs to browse the web page with safari on iOS. Parts look terrible.

Anyhow I am interested in integrate such a service with automagically. Are you linked to the company in any way?
My home automation software: Automagically @ Raspberry Pi http://automagically.weebly.com
mdi
Posts: 18
Joined: Fri Mar 17, 2023 9:45 am

Re: DasData - Share your sensors datasets

Post by mdi »

you can see it and browse the data also fetch it as XML/Json as datetime interval or paged.

And you can send data as simple URL request... I can give you more details on private.

I have to look more into mobile browsers, thanks for the tip.

I've been developing this project for the last 2 years and after I bought today one TellStick I was so keen to share DasData with the community.
Last edited by mdi on Fri Jan 24, 2014 4:03 pm, edited 2 times in total.
davka003
Posts: 187
Joined: Fri Mar 17, 2023 9:45 am
Location: Sweden
Contact:

Re: DasData - Share your sensors datasets

Post by davka003 »

Please do share some more info. I have a couple of hundred users that I think would highly benefit from this. Especially if it is possible to embedd the presentation in an iframe or similar. Preferably on mobile browsers.

Is it possible to upload some historical data? (Give it time stamps in the past)
My home automation software: Automagically @ Raspberry Pi http://automagically.weebly.com
mdi
Posts: 18
Joined: Fri Mar 17, 2023 9:45 am

Re: DasData - Share your sensors datasets

Post by mdi »

I'll personally send an email with instructions (sample code and video) for anyone who will register (patience pls).

DasData introductory steps:
======================================
1. First you register and one sample dataset will be created out of the box.

2. Go at Configuration and change accordingly to your dataset.
Press + add new elements or modify the element name in the list and press enter.

3. After all is set, the POST URL is on the right hand side with a delimited text and some codes afterwards.
Let's say you have 2 elements then your links will be like ... ?d=oneElem|twoElem &a=UNIQ &s=CODE
Make a webrequest to this link from your app every time you want to update.

The other link will have a form so you can push data or share with others.

That's kind of all for adding data!

======================================

The system puts timestamps automatically when new entries will be sent. Importing old data it wasn't a priority so far, but as long will have the structure of the generated Xml structure can be easily be build.

Embedding widgets is something that will come to include in websites and mobile sites.
For now anyone can customize from XML/JSON as they need.
davka003
Posts: 187
Joined: Fri Mar 17, 2023 9:45 am
Location: Sweden
Contact:

Re: DasData - Share your sensors datasets

Post by davka003 »

I registered today to try it out. In your URL I assume that d=x|y|z& is where you put the actual values to save and that the list have to match the data sets you have registered. Hopefully are empty values allows resulting in nothing beeing saved.
From my point of view where my system generates new measurements one by one it would be preferred to be able to point out a specific data set to update instead of depending on correct place in a list, what happens when I remove a data set or have added 20 of them for testing but just use 4 of them.

Having an API for adding data set would also be awesome.

I hope you see this as constructive feedback and not as criticism.

I will start feed some data over the weekend when I am back at a big screen browser.
My home automation software: Automagically @ Raspberry Pi http://automagically.weebly.com
mdi
Posts: 18
Joined: Fri Mar 17, 2023 9:45 am

Re: DasData - Share your sensors datasets

Post by mdi »

You guessed right regarding the parameter, also this was a quick way to add simple datasets, not so long in URLs.
On the other hand there is a webservice implementation for bigger jobs, and probably based on feedback I'll go on the API direction as you said.

I do appreciate your valuable input and hopefully this will be useful for the community.

If you encounter any issues please let me know.
mdi
Posts: 18
Joined: Fri Mar 17, 2023 9:45 am

Re: DasData - Share your sensors datasets

Post by mdi »

I've got some new quick interface, features updates and a new video demo:
https://www.youtube.com/watch?v=EZTCuGYG928

Please complete also our short survey :help:
http://i4.ms/f.aspx?i=b30e3d20-c34b-465 ... &title=yes

Cheers!
davka003
Posts: 187
Joined: Fri Mar 17, 2023 9:45 am
Location: Sweden
Contact:

Re: DasData - Share your sensors datasets

Post by davka003 »

I am now uploading two temperature readings as often as I get them. About every minute. Will see when I get a chance to play with doing anything with the data.

I am lacking a definition for when to create a new data set and when to keep readings from different sensors in same data set.
Say I have two outdoor, one garage, three indoor temp and humidity sensors. And also a temp and humidity sensor in my summer house. How many data sets should that be?
My home automation software: Automagically @ Raspberry Pi http://automagically.weebly.com
mdi
Posts: 18
Joined: Fri Mar 17, 2023 9:45 am

Re: DasData - Share your sensors datasets

Post by mdi »

Well is up to you to organize them.
If you want to have them in one single page / line and also you can organize values in one single string then I guess you can have it in one.
It will be much easier also afterwards to have charts on the same sheet.

Or you can introduce with machine name, position .. etc, or these systems are independent.. then you could also consider having more.

If there are not so many fluctuations of temperature and values can be similar on longer periods you can update every 5, 10 min or more.
mdi
Posts: 18
Joined: Fri Mar 17, 2023 9:45 am

Re: DasData - Share your sensors datasets

Post by mdi »

I just created a short demo on how to create a weight log dataset.
http://www.youtube.com/watch?v=7cDxNxoa_RM

Wondering if there is any solution of connecting bathroom scale machines to extract data to Telldus
http://www.alibaba.com/showroom/bathroo ... ensor.html

:?
Orville
Posts: 1
Joined: Fri Mar 17, 2023 9:45 am
Location: USA
Contact:

Re: DasData - Share your sensors datasets

Post by Orville »

Please do share some more info. I have a couple of hundred users that I think would highly benefit from this. Especially if it is possible to embed the presentation in an i frame or similar. Preferably on mobile browsers
mdi
Posts: 18
Joined: Fri Mar 17, 2023 9:45 am

Re: DasData - Share your sensors datasets

Post by mdi »

I'd be more happy to tell you more. Please do refer to this address http://dasdata.co/?aspx=support
Send your request also to [md @ dasdata.co] if is more convenient.

On the presentation, I'm interested to know more about the way values should look like on the mobile (only the latest values or trends... etc.)
mdi
Posts: 18
Joined: Fri Mar 17, 2023 9:45 am

Re: DasData - Share your sensors datasets

Post by mdi »

Here is how you can see your latest data on your mobile.
Just copy paste the widget code on you page http://dasdata.co/?das=c69eb44a‪

Image
mdi
Posts: 18
Joined: Fri Mar 17, 2023 9:45 am

Re: DasData - Share your sensors datasets

Post by mdi »

Check latest values directly from your mobile http://dasdata.co/widget_trend.html

We introduced also trends into the widget page
Image

You just have to check the box
Image
Post Reply