Search found 6 matches

by hannez82
19 Oct 2015 19:52
Forum: RaZberry
Topic: Delayed event, cause?
Replies: 2
Views: 3425

Re: Delayed event, cause?

Sorry for spam but I think I resolved this. For some reason the "interview" didn't work when I connected in and a forced interview didnt work either. I decoupled the sensor and connected it again and now it works like the other.
by hannez82
19 Oct 2015 16:49
Forum: RaZberry
Topic: Delayed event, cause?
Replies: 2
Views: 3425

Re: Delayed event, cause?

]The sensor that was deleyed seems to be in sleep mode more or less all the time but my other door sensor is not. How come? It's exatctly the same sensors. The name of the device that failed was "MainDoor", it also don't have the "security" flag. What does that mean? sensors.png ...
by hannez82
19 Oct 2015 16:04
Forum: RaZberry
Topic: Delayed event, cause?
Replies: 2
Views: 3425

Delayed event, cause?

Hi, Today when i opened my front door the razberry didn't get the event. About 10 minutes later I got an event that I think was the event that didn't arrive earlier. The open and close event was extremely close together. Is there a way to see when the event left the sensor? I'm interested to know if...
by hannez82
19 Oct 2015 15:46
Forum: RaZberry
Topic: False trigger?
Replies: 4
Views: 5623

Re: False trigger?

Ok thnx. It seems though that my pir-sensor from dlink always sends 65(DEC) as type and never 1. However it solved my problems regaring the magnet sensors.
by hannez82
18 Oct 2015 20:47
Forum: RaZberry
Topic: False trigger?
Replies: 4
Views: 5623

Re: False trigger?

I see, I found some code : zway.devices[4].instances[0].SwitchBinary.data.level.bind(function(type) { if (type !==1){ return; } Is this what you mean? I'm having trouble understand what the type-variable is. I've tried the code but sometime my magnet sensor sends 65 when it's a correct event. Very c...
by hannez82
18 Oct 2015 11:26
Forum: RaZberry
Topic: False trigger?
Replies: 4
Views: 5623

False trigger?

Hi, I'm having a magnet sensor connected to my razberry. Over night I've have som false triggers that I see in the log. However, I don't see these events in the razberry gui so for some reason the gui filters these but my code that binds to the event gets triggered. Is there some feature in the devi...