Nfc scanned. Can write but not read. Same with QR code

So, Getting this error with NFC and QRcode. I can write to NFC but can not read. Not sure whats going on. Any help would be great.

Not sure where to start? Im using android HA app. I have latest HA installed on both phone and core.

logs: 2021-12-02 08:58:54 DEBUG (MainThread) [homeassistant.components.automation.tag_59984e6d_aa95_4f01_a058_e0b807fe6682_is_scanned] Loaded automation automation.tag_59984e6d_aa95_4f01_a058_e0b807fe6682_is_scanned with state True from state storage last state <state automation.tag_59984e6d_aa95_4f01_a058_e0b807fe6682_is_scanned=on; last_triggered=2021-10-25T22:32:18.912613+00:00, mode=single, current=0, id=1601309400665, friendly_name=Tag 59984e6d-aa95-4f01-a058-e0b807fe6682 is scanned @ 2021-12-02T08:54:26.486361-06:00>

this is a debug log and not an error log, can you look at the on device logs under app configuration for an error

where would that be on home assisant?

You open the menu at the top left hand corner when in the app, go to App Configuration > Show and Share Logs

Make sure to reproduce the issue then check the logs.

here you go

12-02 15:01:24.633 7087 7087 E TagReaderActivity: Unable to handle url (nfc): URL-Based Tag - Home Assistant
12-02 15:01:24.633 7087 7087 E TagReaderActivity: io.homeassistant.companion.android.common.data.integration.IntegrationException: Error calling integration request scan_tag
12-02 15:01:24.633 7087 7087 E TagReaderActivity: at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl.scanTag(IntegrationRepositoryImpl.kt:239)
12-02 15:01:24.633 7087 7087 E TagReaderActivity: at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl$scanTag$1.invokeSuspend(Unknown Source:15)
12-02 15:01:24.633 7087 7087 E TagReaderActivity: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)

ok looks like a random failure for whatever reason, i would try and start fresh to see if the issue is still there:

Ok fixed it. Not sure what was wrong. I went into webview and homeassisant companion app. I clear cache and data for both. Then I opened companion. Logged in. Then tested and works. Thanks for the help!

1 Like