-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device Paired but no functions work #11
Comments
I also cannot reset lock with rest pin. I can enter the admin code to enter new passcodes. If I hold down the reset pin for longer I get asked for initialisation pin, but don't know what that is? logs
|
From the log you posted I would investigate a communication issue, but on the other hand the RSSI value is good. I'm not fammiliar with the model number but the firmware seems a bit older. Mine has version 5.1.0.200323. I would try to pair it with the app and check for an update. To reset the lock to factory defaults, there is a swith on the PCB behind the keypad. You need to remove the back plate to get to it. Hold it for 4s and the lock should beep and reset to defaults. Less than that would just reboot the lock. I'm not sure what you mean by the reset pin. There is no way that I am aware of to reset the lock after it was paired other than via the app it was paired with (besides using the hardware switch mentioned above). |
Reset pin = switch on back of keypad. Long hold - lock voice asks for initialisation pin Since doing this Unable to set lock time Or Unable to set admin password The lock says Either admin successfully added then admin successfully deleted Or Straight to admin successfully deleted Any ideas? |
Could you post a link to the lock you have ? The one I have does not have voice and does not ask for an initialisation pin when hardware reseting. Looking at the feature list I see the device reports HOTEL_LOCK. I remember from the Android SDK that those require some additional configuration steps during or after pairing. I'll have to look into it but it will take some time. |
Just to note. Even with the official TTlock app the app fails to set clock time -but still pairs and functions Im assuming your code in the sdk, deletes administrator if this fails?
|
Altho I'm not sure that the issues are from setting time, I've now made it optional during initial pairinig so that it can be skipped in case of an error. The SDK does not have a rollback procedure in case it fails at some point. The way it works is after all the setup commands have been issued there is an When you say II took a brief look at how the HOTEL locks are handled, but did not find anything yet that would differ from the regular pairing except you can set some extra info like buildinig number, floor number, room number etc. I did see some extra AES like keys that are used together with the hotel data, but not sure how those are obtained yet and what is their purpose so I need more time to dig in. So, you might try the new update but I don't think it will make any difference yet. |
hi any update i have same problem my hass-addons con't Connect to lock it failed |
I'm having a similar pairing issue. My lock also speaks. If I do a short-press of the reset button after a long-press factory reset, it says, "add bluetooth administrator" and if I short-press the reset once more, it says something like "input new administrator passcode". Then it asks me to confirm the new passcode and seems happy, but then the lock doesn't show in the HA/TTLock pairing list. If I do another factory reset, then I can see it in the pairing list, but it doesn't ever pair. Which of those two routes should I be taking please? |
I am having the same problem, I can get it to pair but then nothing, if I go to credentials I get 3 lines with swirls one for each type of input (fingerprint, keypad, card). It never moves on and I can not program it. Hitting any key causes it to say to input a "Bluetooth admin password". Resetting the lock will cause it to fail pairing until I delete the configuration information in your addon. I have tried two different locks on two different HA installations. Both use pi-3b and I have the locks within a few feet of them. Any help would be great! J |
I'm having the same problem. It seems that after pairing noble simply crash. no new commands are sent after pairing . I'm running the latest firmware (5.1) the deivce can pair but no fruther commands are processed after pairing. The logs show everything ok . but after disconnecting during the initialization of the addon no fruther commands can be sent to the lock Any ideas ? `
|
I'm sure this is unrelated, but please don't update firmwares when working with hacky stuff, since this will likely break stuff even more, not improve it. |
have the below in supervisor - not sure if related?
The text was updated successfully, but these errors were encountered: