Search found 6 matches

by havivi
28 Jan 2020 09:16
Forum: Discussions in English
Topic: Can't make sensor trigger Neo coolcam siren
Replies: 3
Views: 3172

Re: Can't make sensor trigger Neo coolcam siren

I'm using Aeotec Gen5 USB stick for controller. I'm writing the application myself.
by havivi
28 Jan 2020 00:01
Forum: Discussions in English
Topic: Can't make sensor trigger Neo coolcam siren
Replies: 3
Views: 3172

Can't make sensor trigger Neo coolcam siren

Hi all, I've bought 2 ZWave devices, both of Neo Coolcam - * Siren - https://products.z-wavealliance.org/products/3069 * Door/Window sensor - https://products.z-wavealliance.org/products/1782 When I'm sending Basic command class (255) from my controller to the siren, the siren starts to noise. I reg...
by havivi
23 Dec 2018 21:16
Forum: Z-Uno
Topic: basic c++ class
Replies: 2
Views: 2865

Re: basic c++ class

I just hit the exact same thing! Anyone?
by havivi
15 Jun 2018 21:45
Forum: Z-Uno
Topic: Multiple sensors under one multiLevelSensor command class
Replies: 5
Views: 5155

Re: Multiple sensors under one multiLevelSensor command class

Thanks PoltoS! I'm not sure I understand what do you mean by using MultiChannel Associations. I do see that my Zuno supports MultiChannel Associations command class (version 3). I do see that my zuno have only one group defined (group #1, LifeLine), and it connected to my controller (node 1). What d...
by havivi
11 Jun 2018 14:47
Forum: Z-Uno
Topic: Multiple sensors under one multiLevelSensor command class
Replies: 5
Views: 5155

Multiple sensors under one multiLevelSensor command class

Hi all. I'm using DHT11 to create temperature + humidity multi level sensors. I've initialized my ZUno with this sensors like this: ZUNO_SETUP_CHANNELS( ZUNO_SENSOR_MULTILEVEL_TEMPERATURE(getterTemperature), ZUNO_SENSOR_MULTILEVEL_HUMIDITY(getterHumidity) ); In my app, I asking for the node capabili...