Search found 7571 matches

by PoltoS
26 Jul 2017 21:04
Forum: Z-Uno
Topic: Vera and extra switch
Replies: 5
Views: 5426

Re: Vera and extra switch

You can have up to 10 channels. Some produce one device, some (like Sensor Binary) two devices in the UI. Plus some are mapped to the root. In total it might result in more than 10 devices in the UI.
by PoltoS
26 Jul 2017 16:41
Forum: Z-Uno
Topic: Vera and extra switch
Replies: 5
Views: 5426

Re: Vera and extra switch

If you talk about the picture on http://z-uno.z-wave.me/z-wave/interoperability-with-z-wave-controllers/, note that not all of them are switches. Some are sensors. Actually I don't remember what sketch was loaded in Z-Uno exactly on that screenshot, but you can see few duplicate devices. I don't kno...
by PoltoS
26 Jul 2017 15:12
Forum: Discussions in English
Topic: What is ApplicationStatus commandclass?
Replies: 6
Views: 5921

Re: What is ApplicationStatus commandclass?

Application Status or Application Busy is a Command Class that allows the device to inform the sender (controller) that it is busy. It's ID is 0x22 (you should find it in the NIF). You can check Online Manual (https://github.com/Z-Wave-Me/Z-Way-Manual/blob/master/zwayDev.pdf) chapter 8.51 What means...
by PoltoS
26 Jul 2017 15:07
Forum: Z-Uno
Topic: Vera and extra switch
Replies: 5
Views: 5426

Re: Vera and extra switch

This is "by design" - according to the Z-Wave standard for multichannel devices there is a mapping of first channel to the "root device". This lead to one more device on the screen. Please check http://z-uno.z-wave.me/Reference/Z-Wave/#Channels for more info. It explains that the...
by PoltoS
25 Jul 2017 15:22
Forum: RaZberry
Topic: Impossible to include Fibaro devices
Replies: 6
Views: 7543

Re: Impossible to include Fibaro devices

Please update to the latest stable (go in Maintainance -> Firmware upgrade)
by PoltoS
25 Jul 2017 10:19
Forum: Discussions in English
Topic: Kwikset 910 and Z Way on My Cloud
Replies: 21
Views: 20565

Re: Kwikset 910 and Z Way on My Cloud

Please send us the log of inclusion
by PoltoS
25 Jul 2017 10:18
Forum: Discussions in English
Topic: Bind and unbind to devices.
Replies: 3
Views: 3404

Re: Bind and unbind to devices.

You can use AutoOff. It already does what you need. To still help you with your code: 1. You should not do devTimerSwitch.on inside the handler. Do it outside. Otherwise you subscribe many times. 2. Unsubscribe from it only on module stop. 3. Also unsubscribe on stop from the binding of Z-Way object...
by PoltoS
25 Jul 2017 10:10
Forum: Z-Uno
Topic: Voltage Control
Replies: 2
Views: 3741

Re: Voltage Control

You need to use standard TRIAC modules like with Arduino. we have such h a module

In brief you should trap zero cross interrupt, wait a bit depending on the dim level, turn on the TRIAC control PIN and the turn it off
by PoltoS
24 Jul 2017 10:10
Forum: RaZberry
Topic: What's the status of v2.3.4?
Replies: 12
Views: 14822

Re: What's the status of v2.3.4?

ghrayfahx wrote:
24 Jul 2017 05:37
Also, what is required for S2? I have a My Cloud and the UZB for it. I have a lock that isn’t learning in properly and I’m hoping some updates fix that.
Your lock is 100% not S2 yet, so nothing will change here. What kind of lock do you have and what problems?
by PoltoS
24 Jul 2017 10:09
Forum: RaZberry
Topic: What's the status of v2.3.4?
Replies: 12
Views: 14822

Re: What's the status of v2.3.4?

brianaker wrote:
24 Jul 2017 04:00
Does V3 work with S2 at this time?
I do have a raspberry attached to z-wave bridge controller but it is joined as an S2 device.
Yes, it does work as S2 primary controller and S2 seconddary. But we have not made enough tests yet. Use it on your own risk