Skip to content
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

Allow to scan small QR Codes #2767

Closed
robertsLando opened this issue Oct 28, 2022 · 2 comments · Fixed by #3007
Closed

Allow to scan small QR Codes #2767

robertsLando opened this issue Oct 28, 2022 · 2 comments · Fixed by #3007
Assignees
Labels
enhancement New feature or request

Comments

@robertsLando
Copy link
Member

Actually seems the QR code scanner doesn't recognize QR codes smaller then 20x20mm, a possible fix could be using this workaround replacing the vue-qrcode-reader library with that one, see https://github.com/mebjas/html5-qrcode/tree/master/examples/vuejs

@robertsLando robertsLando added the enhancement New feature or request label Oct 28, 2022
@robertsLando robertsLando self-assigned this Oct 28, 2022
@PartemImperium
Copy link

+1 on this. The QR codes on most zooz switches are pretty small and I have never been able to get zwavejs to read them.

@robertsLando
Copy link
Member Author

robertsLando commented Mar 13, 2023

actually the trick is to take a photo of the qr codes with your phone, zoom it (2 fingers pinch) and scan the zoomed photo

robertsLando added a commit that referenced this issue Mar 17, 2023
robertsLando added a commit that referenced this issue Mar 17, 2023
* feat(ui): better scan of small qr codes

Fixes #2767

* fix: remove useless methods

* fix: put back on detect method

* fix: add missing refresh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants