Search found 7579 matches

by PoltoS
23 Aug 2018 01:44
Forum: Z-Uno
Topic: Fingerprintreader FPC1020
Replies: 3
Views: 4017

Re: Fingerprintreader FPC1020

Nice to know! You might share your adopted library with the community.

We can not port every sensor to Z-Uno, we do most popular and brings community contribution together. About 30% of existing libraries come from community.
by PoltoS
23 Aug 2018 01:41
Forum: RaZberry
Topic: Motion Sensor not updating?? (HS - FLS100+)
Replies: 10
Views: 10046

Re: Motion Sensor not updating?? (HS - FLS100+)

Check three things:
Do you have the sensor Sensor Binary suppressed (check settings of the device in smart home)

In expert UI check device settings - it certainly allows to change the type of events sent on Motion event.

Check that life line is set
by PoltoS
23 Aug 2018 01:09
Forum: Z-Uno
Topic: Wakeup not working at all
Replies: 14
Views: 14647

Re: Wakeup not working at all

Can you provide us some minimal code? We will check and fix this issue
by PoltoS
20 Aug 2018 02:31
Forum: RaZberry
Topic: Login error
Replies: 3
Views: 4009

Re: Login error

192.168.1.72:8083
by PoltoS
19 Aug 2018 01:52
Forum: Z-Uno
Topic: while(Serial.available()<=0);
Replies: 5
Views: 5570

Re: while(Serial.available()<=0);

Use:

Code: Select all

while(Serial1.available()<= 0) delay(10);
by PoltoS
18 Aug 2018 19:56
Forum: Z-Uno
Topic: while(Serial.available()<=0);
Replies: 5
Views: 5570

Re: while(Serial.available()<=0);

If you want to wait until there is something, you should add a delay(10) inside. Delay still allows radio and Z-Wave part to execute
by PoltoS
18 Aug 2018 19:53
Forum: Z-Uno
Topic: while(Serial.available()<=0);
Replies: 5
Views: 5570

Re: while(Serial.available()<=0);

Check our example like http://z-uno.z-wave.me/projects/control ... e-network/

You should use
while (Serial1.available()) {
by PoltoS
18 Aug 2018 19:46
Forum: Z-Uno
Topic: Wakeup not working at all
Replies: 14
Views: 14647

Re: Wakeup not working at all

May be it is related to https://forum.z-wave.me/viewtopic.php?f ... 99&p=77681

Please try beta 2.1.5
by PoltoS
16 Aug 2018 00:52
Forum: Discussions in English
Topic: UZB Firmware Update from 5.07 to 5.27 fails
Replies: 71
Views: 80658

Re: UZB Firmware Update from 5.07 to 5.27 fails

Can you send in PM remote access credentials or provide logs? This looks strange