Search found 7579 matches

by PoltoS
25 Nov 2017 21:38
Forum: Official announcements
Topic: v2.3.6 is out!
Replies: 37
Views: 146287

Re: v2.3.6 is out!

Please show your controller capabilities. Looks like license is not applied
by PoltoS
25 Nov 2017 00:08
Forum: Discussions in English
Topic: find.z-wave.me not reachable -> no remote access
Replies: 5
Views: 5281

Re: find.z-wave.me not reachable -> no remote access

Fixed. We have reached a limit of our server resources - we are working on optimization, but looks like it is late compared to our client base growth. We will certainly add more resources.
by PoltoS
24 Nov 2017 21:43
Forum: Z-Uno
Topic: No ACK before Reset
Replies: 16
Views: 13654

Re: No ACK before Reset

Putting all work with the Serial in the loop function leaving only simple variable assignment in the getter and setter
by PoltoS
24 Nov 2017 16:33
Forum: Z-Uno
Topic: No ACK before Reset
Replies: 16
Views: 13654

Re: No ACK before Reset

I would suggest to minimize your getter and setter by moving all serial in loop. This should help and make this code even smaller.
by PoltoS
24 Nov 2017 16:29
Forum: Z-Uno
Topic: Controller does not get ack from z-uno
Replies: 22
Views: 19036

Re: Controller does not get ack from z-uno

One because controller polls the channel it controls - it do not know about mapping and don't poll the mapped one
by PoltoS
24 Nov 2017 16:28
Forum: Z-Uno
Topic: Controller does not get ack from z-uno
Replies: 22
Views: 19036

Re: Controller does not get ack from z-uno

One solicited on poll
by PoltoS
24 Nov 2017 12:27
Forum: Discussions in English
Topic: Z/IP and Razberry boards
Replies: 1
Views: 2896

Re: Z/IP and Razberry boards

Because ttyACM0 is the USB port for UZB1. Please change it to ttyAMA0.

I also suggest to install Z-Way first (and then turn it off) to let it configure the ttyAMA0 port and disable the Bluetooth.

But better to use Z-Way ;)
by PoltoS
24 Nov 2017 12:19
Forum: Discussions in English
Topic: Sonos App missing feature...
Replies: 1
Views: 2846

Re: Sonos App missing feature...

The device (dimmer) that corresponds to the volume should update its state when volume level is changed. You can use it in rules
by PoltoS
24 Nov 2017 12:13
Forum: Z-Uno
Topic: Controller does not get ack from z-uno
Replies: 22
Views: 19036

Re: Controller does not get ack from z-uno

The only thing I do not understand, is why channel one getter is called three times instead of two...
Because Z-Uno does unsolicited report on the channel and in the mapped non-channeled CC.
by PoltoS
23 Nov 2017 11:57
Forum: Discussions in English
Topic: find.z-wave.me not reachable -> no remote access
Replies: 5
Views: 5281

Re: find.z-wave.me not reachable -> no remote access

We are working on it - will be back soon.