Search found 8 matches

by maddam
09 Sep 2017 22:17
Forum: Z-Uno
Topic: Configuration Parameter
Replies: 11
Views: 16138

Re: Configuration Parameter

Please could you add example for Configuration command class ? Z-Uno supports Command Class but information is missing even in REFERENCE webpage so there is no idea how to use it.
by maddam
19 Aug 2016 07:57
Forum: Z-Uno
Topic: What libraries would you want to use with Z-Uno?
Replies: 41
Views: 50258

Re: What libraries would you want to use with Z-Uno?

What about to consider MPR121 Capacitive Touch Sensor library ?
by maddam
13 Aug 2016 21:09
Forum: Z-Uno
Topic: What libraries would you want to use with Z-Uno?
Replies: 41
Views: 50258

Re: What libraries would you want to use with Z-Uno?

- SHT31, humidity and temperature sensor - will consider - Arduino TimerOne - Why do you need it? We have h/w timers in Z-Uno, but how do you want to use it? You can add whole Sensirion SHTxx family. SHT31 is latest one. SHT will be big bonus as sharp factory calibrated hum and temp sensor. This on...
by maddam
12 Aug 2016 21:30
Forum: Z-Uno
Topic: What libraries would you want to use with Z-Uno?
Replies: 41
Views: 50258

Re: What libraries would you want to use with Z-Uno?

I2C a must

- MCP23017, I2C 16-bit serial expander
- SHT31, humidity and temperature sensor
- Arduino TimerOne
- SSD1306, 128x64 OLED display
by maddam
07 Aug 2016 23:50
Forum: Z-Uno
Topic: Scene Activation to Main Controller (Life Line)
Replies: 1
Views: 4190

Scene Activation to Main Controller (Life Line)

I am not sure how to sent Scene activation to main controller (Life Line). zunoSendToGroupScene(CTRL_GROUP_1, 3); // Activate scene #3 Note: Real association groups number are shifted by one. Means CTRL_GROUP_1 is in reality number 2. This is because number 1 is Life Line group. Read more in descrip...
by maddam
07 Aug 2016 23:34
Forum: Z-Uno
Topic: Configuration Parameter
Replies: 11
Views: 16138

Re: Configuration Parameter

Yes and No. e.g. If I want to have in one system more Z-unos act as buttons with different behaviour (one Z-uno toggle switch, another one standard switch), it is better for maintenance to have parameter accessible directly from Z-wave controller, against development tool and various sketches upload...
by maddam
06 Aug 2016 23:17
Forum: Z-Uno
Topic: All-On, All-Off
Replies: 1
Views: 4173

All-On, All-Off

How to catch All-On, All-Off messages to be able to respond on them in Z-Uno ? Example will be helpful. Thank you.
by maddam
06 Aug 2016 23:07
Forum: Z-Uno
Topic: Configuration Parameter
Replies: 11
Views: 16138

Configuration Parameter

Almost all Z-Wave devices are configurable from Z-Wave controller via its own Configuration Parameters.
How to achieve similar functionality in Z-Uno ? Example will be helpful. Thank you.