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

When creating a tag, the QR code corresponding QR only contains the Tag ID #19484

Closed
henriklund opened this issue Jan 9, 2024 · 8 comments · Fixed by #19552
Closed

When creating a tag, the QR code corresponding QR only contains the Tag ID #19484

henriklund opened this issue Jan 9, 2024 · 8 comments · Fixed by #19552
Assignees

Comments

@henriklund
Copy link

The problem

When creating a tag, the QR code corresponding QR only contains the Tag ID, ie. the 'https://www.home-assistant.io/tag/' part is missing and the QR code cannot be used in conjunction with the companion app .

  • Go to Settings -> Tags
  • Add Tag (provide a name) and Create
  • Click on Gear right of newly created tag
  • Scan QR code with camera (or a dedicated QR scanner app): The scanned value will be equal to the Tag ID and missing the 'https://www.home-assistant.io/tag/' part

Problem persists whether anything is written to an NFC tag or not.

What version of Home Assistant Core has the issue?

2024.1.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Tags

Link to integration documentation on our website

https://www.home-assistant.io/integrations/tag/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

home-assistant bot commented Jan 9, 2024

Hey there @balloob, @dmulcahey, mind taking a look at this issue as it has been labeled with an integration (tag) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of tag can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign tag Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


tag documentation
tag source
(message by IssueLinks)

@Aleksey-nt
Copy link

You can use this integration. Upload the desired tag from tag and create your own link. Both temporary and permanent solution. https://github.com/DeerMaximum/QR-Code-Generator

@abcrawford
Copy link

I can confirm the same issue with the QR code generated by Home Assistant ver 2024.1.3. Don’t know if this also affects NFC Tags as I was using this as a precursor to picking up NFC tags to test some automations.

My work around at the moment is to manually create the URL with the tag ID and use that to create the QR code in an external application. But kind of a pain if multiples need to be created.

Not related but a nice feature would be to have a download link under the QR code instead of having right click the image to download. It would also be nice to offer the download of an SVG version of the QR code as well.

@balloob balloob transferred this issue from home-assistant/core Jan 20, 2024
@henriklund
Copy link
Author

You can use this integration. Upload the desired tag from tag and create your own link. Both temporary and permanent solution. https://github.com/DeerMaximum/QR-Code-Generator

Thanks for the suggestion. I already have a working QR generator running (for generating the Wi-Fi code for the guest network). It is an option to repurpose, however, I rather prefer if the generated QR code would include the URL missing.

@henriklund
Copy link
Author

Don’t know if this also affects NFC Tags as I was using this as a precursor to picking up NFC tags to test some automations

It does not. NFC tags work like a charm :)

@karwosts
Copy link
Contributor

Likely broken by #19155

@abcrawford
Copy link

Don’t know if this also affects NFC Tags as I was using this as a precursor to picking up NFC tags to test some automations

It does not. NFC tags work like a charm :)

Good to know, thanks.

@samueldowd
Copy link

I’d like to add to this that it seems to extend beyond new codes.

Attached are screenshots of the same code, but one (the one in dark mode) is from 12/7 (before 2024.1.2) and the second (in light mode) is from today on 2024.1.5. You can see that the id is the same, but the QR code is different.

The dark mode code launches the HA companion app correctly, while the light mode only contains the tag id as described above.

Dark Mode from 12/7

Light Mode from 1/25

@karwosts karwosts mentioned this issue Jan 28, 2024
9 tasks
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants