Hi Russ,
I am using it to open the door, since I have no handle on the outside of my door, just a knob. So the main purpose was to be able to open it from anywhere by phone if me or my family locks out themselves.
However you can also double tap the button in the app to send the command twice. In this way you can use the lock and unlock functionality.
Unfortunately if you would like to use both function with voice control and not only open the door, It can be also done with some extra steps.
An extra sonoff and arduino mini/nano or any other Arduino board to repeat the signal could do the trick.
I would not go for the rf enabled sonoff. If you want to use a remote, the bluetooth key which comes with the lock is way more secure than an rf remote which can be easily sniffed and copied.
If you use Zigbee or zwave devices, these are a bit more secure.
And if you use wifi, you can open the door wherever you are, with an rf remote the range is limited to a few hundred meters.
Did you find a solution i have the same issue i sent email for all since 1601/2020 i brought this device and fix it but i cant use it until now i have sent many mails for everyone didn’t get any reply anyone have a solution
Hi is this reliable? I use a similar hack (nodemcu and 10k resistor) and it works, but many times I have to repeat the command (and I s not consistent, sometimes 1 time, sometimes 2 sometimes 3 and even 4). It always works but never know how many times I have to give the open (or close) command
I use my spare fob sometimes and it has the same issue as my esp32 + hacked fob (signal “sent” but no response from door"). So I wonder if it is more of a receiving issue than a transmission issue? The repeats I have set up get it eventually, but add to the lag. I’m still VERY happy with it overall after a few teething issues.
Battery life update: I have not recharged it yet since March 2019. I would estimate I unlock and relock the lock about 2 x lock, 2 x unlock per day (so pretty low usage). I’m impressed with battery life!
no member of my family can activate the Sherlock smart app.
They download the app, activate all permissions and location is open. Enter the phone number (message is: Verify code request failed)
then we try with the email. email link i avtivated. we enter new password (message is: the client session is expired, please try again) All this is done in 60sec of time. Then we try again (message is: Mailbox is bound)
This is the same on 2 diferent phones android 9.0 and 1 iphone. Has anyone have this problem, any fix. Thank you
For those that are having connection issues between the keyfob and the lock, what I did that reduced a lot the number of failure attempts (not completelly but I can say that maybe 90% of the cases are correct the first time and the other 10% are solved with a second attempt) was to increase a little bit the time that the button is pressed and also increasing the pause between clicks to close.
Hi I want to ask if the skerlock s model is compatible with Xiaomi Multimode ZigBee 3.0 WIFI Bluetooth Mesh HomeKit Smart Home Gateway Compatible with Xiaomi Zigbee 2.0.
I finally made it but unfortunately can not open the door because double click does not activate in sonoff, closing the door with one click works ok. Any solution for this?
Yes, for me it is reliable. Probably because the power is not suplied by a battery cell, it is getting constant power and it is also close to the device.
Maybe something is jaming the signal?
If you just want to unlock the door like me, then reverse the lock operation in the app to unlock on one click.
If you would like to use the double click option, you can just use a micro controller (like Arduino mini, nano or any module you find) to repeat the signal like in the code above. Will draw some example for you how to hook it up.
I think this is the easiest hook up to get both lock and unlock function enabled. If you use an Arduino board which has an output of 3v (like the UNO), you don’t even need the stepdown module(on the second drawing). It requires very little programing and an extra Arduino and sonoff board.