We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
+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.
Sorry, something went wrong.
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
feat(ui): better scan of small qr codes
2ccd956
Fixes #2767
feat(ui): better scan of small qr codes (#3007
295bec0
* feat(ui): better scan of small qr codes Fixes #2767 * fix: remove useless methods * fix: put back on detect method * fix: add missing refresh
robertsLando
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: