Search found 201 matches

by A.Harrenberg
17 Dec 2016 14:43
Forum: Z-Uno
Topic: Direct Link to "Meter" documentation, 404 error for header
Replies: 1
Views: 3103

Direct Link to "Meter" documentation, 404 error for header

Hi, there is no direct link to the documentation of the meter class available on the top level of the "Reference page". Currently the documentation can (only?) be reached through the "ZUNO_SETUP_CHANNELS()" documentation, a direct link to http://z-uno.z-wave.me/Reference/ZUNO_MET...
by A.Harrenberg
16 Dec 2016 23:22
Forum: Z-Uno
Topic: Release candidate for Z-Uno software version 2.0.7
Replies: 22
Views: 21301

Re: Release candidate for Z-Uno software version 2.0.7

Hi p0lyg0n1,
thanks for the feeback, then I think I have to do the above steps, I think I am ony on RC2 which was updated before the 15.12.

Regards,
Andreas.
by A.Harrenberg
16 Dec 2016 20:06
Forum: Z-Uno
Topic: Release candidate for Z-Uno software version 2.0.7
Replies: 22
Views: 21301

Re: Release candidate for Z-Uno software version 2.0.7

Hi,

I am on the latest testversion of 2.07 (test-ucxx), can I stay on this or should I delete the packages and install a fresh official 2.07 by using http://z-uno.z-wave.me/files/z-uno/pack ... index.json?

Regards,
Andreas.
by A.Harrenberg
12 Dec 2016 20:36
Forum: Z-Uno
Topic: Release candidate for Z-Uno software version 2.0.7
Replies: 22
Views: 21301

Re: Release candidate for Z-Uno software version 2.0.7

Hi, I can confirm that using a pointer to a byte as an argument in a function call is working again with the update as before. The library is compiling but not running/crashing due to the amount of stack used by the code (this was always the case, so no problem of some changes). If I find something ...
by A.Harrenberg
11 Dec 2016 15:34
Forum: Z-Uno
Topic: Release candidate for Z-Uno software version 2.0.7
Replies: 22
Views: 21301

Re: Release candidate for Z-Uno software version 2.0.7

Hi p0lyg0n1,

thanks for the feedback.

Is there some way to force the old behavior in 2.07? Or do I have to step back to 2.06 until the next release candidate to continue working on the library?

Best regards,
Andreas.
by A.Harrenberg
08 Dec 2016 22:38
Forum: Z-Uno
Topic: Release candidate for Z-Uno software version 2.0.7
Replies: 22
Views: 21301

Re: Release candidate for Z-Uno software version 2.0.7

Hi p0lyg0n1, Hi, Andreas. Can you, please, check the same code with this: static byte bufferSize; bufferSize = sizeof(buffer_array); testfunction( &bufferSize); This code will be 100% work if you create bufferSize in the global area. I just put static byte bufferSize = 2; in the global area for ...
by A.Harrenberg
08 Dec 2016 02:38
Forum: Z-Uno
Topic: Reduction of stack usage
Replies: 10
Views: 10748

Re: Reduction of stack usage

Hi p0lyg0n1, The small notes about reduction of stack usage. 1. to pass parameters inside our function. they will be with negative values in assign map, like: 2. to make some local varriables: 3. to return to previous function: yes, I think I understood this principle. But you have a lot of 2-nd gro...
by A.Harrenberg
08 Dec 2016 02:24
Forum: Z-Uno
Topic: Please share example .ino with multiple DS18B20?
Replies: 24
Views: 25516

Re: Please share example .ino with multiple DS18B20?

Hi,

yes, waiting a litte seems to be a good idea as it seems that there are some issues with 2.07 that are not fully explained...
I have a 2.07 now on my normal machine but can go back to 2.06 on a linux server or on my laptop...

Regards,
Andreas.
by A.Harrenberg
07 Dec 2016 16:54
Forum: Z-Uno
Topic: Release candidate for Z-Uno software version 2.0.7
Replies: 22
Views: 21301

Re: Release candidate for Z-Uno software version 2.0.7

Hi,
I can only try this earliest tomorrow evening and will give a feedback as soon as I have analyzed it.

Regards,
Andreas.
by A.Harrenberg
07 Dec 2016 14:31
Forum: Z-Uno
Topic: Release candidate for Z-Uno software version 2.0.7
Replies: 22
Views: 21301

Re: Release candidate for Z-Uno software version 2.0.7

Hi, I updated yesterday night and did some very short testing this morning while eating my breakfast... I also noted something strange... I am at work now, so I have to describe it based on my (limited) memory.. I have a byte declared in one function, let's say byte bufferSize = sizeof(buffer_array)...