Page 1 of 1

Door status info wrong open/close

PostPosted: Tue Jan 12, 2016 4:09 pm
by gilles
Hi,
I have installes a door contact and connected the cables to Pin 3 and Ground.
When the door is now closed the status indicates open and when the door is closed the app indicates open.
Do you know what I need to change to get the right status.

Thanks

Re: Door status info wrong open/close

PostPosted: Thu Jan 21, 2016 1:01 am
by support
Search the Arduino code for STATUS_STRATEGY_NORMALLY_CLOSED and STATUS_STRATEGY_NORMALLY_OPENED. You'll most likely want to invert whatever you currently have set.

Re: Door status info wrong open/close

PostPosted: Thu Jun 16, 2016 3:10 pm
by Kjetil
Have a similar issue.
Have connected a switch that make contact between gnd and A3.
When I have the door open or that the cable to A3 is disconnected the app shows that the gate is closed. When I close the gate then it shows that the gate is open. Is there anywhere in the app where I can change open to closed?

Re: Door status info wrong open/close

PostPosted: Mon Jun 20, 2016 8:16 pm
by support
See our previous comment on this very thread.