Search found 7649 matches

by PoltoS
26 Nov 2016 12:26
Forum: Z-Uno
Topic: How to transport data to Z-UNO
Replies: 7
Views: 10976

Re: How to transport data to Z-UNO

We plan to add Configuration Command Class with user defined config parameters. They will be 4 bytes params. 100 paramteres will be available. This will become available in January. Beside this there is a ScreenMD Command Class, but no controllers support it. NodeNaming is not for this, it is to nam...
by PoltoS
26 Nov 2016 12:23
Forum: Z-Uno
Topic: Cannot find endpoint map to instance for Command Class
Replies: 1
Views: 4692

Re: Cannot find endpoint map to instance for Command Class

As I got from OpenHAB developers, they require each sketch to have an individual template to handle it. This is quite pitty as it is totally agains Z-Wave interoperable and plug&play style.
by PoltoS
26 Nov 2016 12:21
Forum: Z-Uno
Topic: SPI documentation
Replies: 18
Views: 20693

Re: SPI documentation

Done. We will soon make an example with SPI.

Have you made something meanwhile
by PoltoS
15 Nov 2016 10:27
Forum: Z-Uno
Topic: Unknown error
Replies: 23
Views: 28147

Re: Unknown error

Can you share the code so we can look on it?
by PoltoS
15 Nov 2016 03:44
Forum: Обсуждение на русском / Discussions in Russian
Topic: радиус :(
Replies: 6
Views: 9203

Re: радиус :(

На новых RaZBerry есть место по u.fl. Его легко припаять
by PoltoS
15 Nov 2016 03:40
Forum: Official announcements
Topic: v2.2.4 is out
Replies: 23
Views: 96707

Re: v2.2.4 is out

No, rules are based on vDev ID. They are not changed.

This ChangeLog string ("change device name) means that this PostFix API allows you to write rule on how to name the device during inclusion. It does not affect it's ID
by PoltoS
14 Nov 2016 23:15
Forum: Z-Uno
Topic: SPI documentation
Replies: 18
Views: 20693

Re: SPI documentation

This is correct, we can not pass objects as parameters but reference (pointer) only. The API is slightly different from Arduino.

14MHz looks like a typo. Fixed
by PoltoS
14 Nov 2016 23:12
Forum: Z-Uno
Topic: Sleeping Z-Uno - Power consumption
Replies: 17
Views: 23295

Re: Sleeping Z-Uno - Power consumption

R12 is for ultimate tunning. Un most cases you will not need it. But we will think about making a jumper. Thanks
by PoltoS
13 Nov 2016 13:32
Forum: Z-Uno
Topic: SPI documentation
Replies: 18
Views: 20693

Re: SPI documentation

Thanks, fixed the doc
by PoltoS
13 Nov 2016 13:12
Forum: Z-Uno
Topic: Project "Battery powered wall switch"
Replies: 2
Views: 5046

Re: Project "Battery powered wall switch"

Indeed we had this isIdle added recently. Please check https://github.com/Z-Wave-Me/Z-Uno-Core/issues/103