-
Notifications
You must be signed in to change notification settings - Fork 47
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
possible night latch fix - lock pro #245
Conversation
Needs to be tested...
Hi, I just tried it on my lock, sadly to no avail. Nothing positive or negative, just the same as before. If you need someone for further testing, I would be happy to help. |
@funkyweb In switchbot integration enable debug logging then make some action with your lock unlock or lock does not matter. Thanks |
@Michal4K 2024-07-25 19:37:52.967 DEBUG (MainThread) [switchbot.adv_parsers.lock] mfr_data: XXXXXXXXXXXX109200640000 |
@funkyweb |
@Michal4K XXXXXXXXXXXX209a00640000 |
@funkyweb For now you can update your pySwitchbot library from my repo to branch lock_pro_night_latch_enabled. I set nighlatch in adv there to be always true. |
@Michal4K Thank you very much, looking forward to seeing this in HA. |
@Michal4K Thank you so much for this workaround! Just bought the Lock Pro, and was about to return the device because of this issue. |
After analyzing publicly posted lock pro adv data. I think I found the right bit indicating night latch.
But this needs to be tested by someone who actually have lock pro.
update pySwitchbot library in HomeAssistent from my fork
pip install --upgrade --no-deps --force-reinstall git+https://github.com/Michal4K/pySwitchbot@night_latch_lock_pro
Do not forget --no-deps, unless you want broke up your HA dependencies.
Then restart HA and reload switchbot integration.
So anyone feel free to test this and report back.