Search found 119 matches

by dolpheen
02 Mar 2015 01:21
Forum: Recipes
Topic: [Visualization] Charts for SensorValuesLogging Module
Replies: 28
Views: 107793

Re: [Visualization] Charts for SensorValuesLogging Module

Update 0.0.1
Improved code optimization.
Descrete charts type changed to continuos type , when every logged value is shown from history.
Added binary sensor type (0n - 1, Off - 0)
Added scale slider.
by dolpheen
01 Mar 2015 11:43
Forum: Recipes
Topic: [Visualization] Charts for SensorValuesLogging Module
Replies: 28
Views: 107793

Re: [Visualization] Charts for SensorValuesLogging Module

Thank you for the Blockley link - I wasn't aware of it, I see it's more affordable for integration than SNAP.
by dolpheen
01 Mar 2015 11:17
Forum: Recipes
Topic: [Visualization] Charts for SensorValuesLogging Module
Replies: 28
Views: 107793

Re: [Visualization] Charts for SensorValuesLogging Module

A rich RaZberry API provide a great possibilities of visualization - for ex. I'd like to experiment with Metro UI style dashboard where I could arrange info and controls in any way I prefer. Or what about SNAP! for RaZberry? http://snap.berkeley.edu/ :) For me, it would be a good thing that 'modules...
by dolpheen
01 Mar 2015 02:54
Forum: Recipes
Topic: [Visualization] Charts for SensorValuesLogging Module
Replies: 28
Views: 107793

[Visualization] Charts for SensorValuesLogging Module

Ok, here is my the very first try as a developer for wonderful RaZberry platform, maybe it will be usefull for someone else. I use logging module for testing purposes and made a simple visualization for it. Let's name it Z-Charts :) . At the moment the code is not optimized, just a working draft. Ho...
by dolpheen
28 Feb 2015 16:56
Forum: RaZberry
Topic: Read value from XML document
Replies: 25
Views: 23835

Re: Read value from XML document

Thank you for the info, pofs.
I'm also going to do some projects with XML. But now watching pz1 activities :)
by dolpheen
28 Feb 2015 16:04
Forum: RaZberry
Topic: Read value from XML document
Replies: 25
Views: 23835

Re: Read value from XML document

pz1 wrote:
dolpheen wrote: It still produces the same valid XML I get when using the call string in a browser.
So, it's just a string and not a ZXmlDocument object? Did you try my example?
by dolpheen
28 Feb 2015 15:40
Forum: RaZberry
Topic: Read value from XML document
Replies: 25
Views: 23835

Re: Read value from XML document

Then, I guess, you can use debugger or log to console the recieved data to see what type is that.
by dolpheen
28 Feb 2015 15:29
Forum: RaZberry
Topic: Read value from XML document
Replies: 25
Views: 23835

Re: Read value from XML document

Corrrected, xmlDoc of course

Code: Select all

var xmlDoc = new ZXmlDocument(doc);
parseInt(xmlDoc.findOne("/response/current_observation/temp_c/text()"));
by dolpheen
28 Feb 2015 15:15
Forum: RaZberry
Topic: Read value from XML document
Replies: 25
Views: 23835

Re: Read value from XML document

pz1 , in your 'try' section you use findOne() method of 'doc' variable that is simple a string, according to previous post you must create a ZXmlDocument object from your recieved data. Is 'response.data' automatically created as a ZXmlDocument object? Example var xmlDoc = new ZXmlDocument(doc); pa...
by dolpheen
27 Feb 2015 16:08
Forum: Discussions in English
Topic: password
Replies: 2
Views: 4274

Re: password

As I know currently not, I suppose they are working on Authentication for Web interfaces.