-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Wifi Disconnecting #222
Comments
This is a log from esphome along with a disconnect after scan: NFO Reading configuration /config/esphome/tagreader-8bd140.yaml... |
I've spent a good deal of my spare time for the last week troubleshooting this. Emailed Andrea directly etc. I think I need to return the device unless someone has some advice. |
In the beginning I had issued getting the chip to even get an IP address and connect to Home Assistant. I would suggest you to hard code a static (local) IP address etc. and see if it helps. Both my tagreaders are working as expected since I did this. This, however, will require you to edit the yaml and flash it onto the chip, but it is not that complicated:
It it works, I guess the issue is out of Adonno's hands. |
Hi i stumbled on similar problems too (November 2023) with 12 NFC readers directly bought from adonno shop). Newest available homeassistant version (2023.11.2) and ESPHome version (2023.11.2). Tried with original firmware (as adonno has shipped them - 2023.7.0) and adopting them in ESPHome for the newest update as well (2023.11.2) The readers work normaly when you place and remove an tag immediately. In my use case the tags are placed, left there for some time and than removed and a new tag is placed. This works when the actions are executed in a time span of a few seconds. But the NCF reader locks up when the tag is left there for multiple seconds or minutes. It becomes unresponsive at PING. This is unacceptable for my usecase because we need a reliable recognition of the TAG read and TAG removed action. I have tried a lot of troubleshooting by myself, change powersource and cable, checking tags and different readers, trying to figure out if i can fix something on YAML. It seems to be the same problem as the OP, opened on January, but in my use case even with worse effects on the use case. Maybe there is someone that could help me with this? only alternative is request a refund for the adonno readers and search some other nfc solution, like arduino... EDIT: inserted HA and ESPHome versions |
according to esphome so you could try and change the value to more than 1sec to try but this shouldn't be the problem... how do you do this? add this |
Op here. |
Hi @conorokelly , thanks for reply. We have removed all functionallity (buzzer led etc except the simple on_tag and tag_removed functionallity). Then one of my readers works whitout locking up when a tag is left on (and it became very very responsive, reads tags very quickly) But i have 12 readers from another batch that keep locking up, so it seems that they could be from a defective batch, |
@foothook I'm currently facing the same problem. Would you be so kind as to upload the customized yaml code? |
The issue that was present with the modules are that the tag reader is too close to the antenna of the ESP, to solve the issue you have to separate the tag reader away from the motherboard |
thanks for the quick reply. However, that makes the solution difficult, I bought the sandwich version, here the circuit boards are firmly soldered. Do you see any way to shield the boards from each other? |
In the ESPhome discord there was a user who successfully desoldered the tag reader from the esp board, and he reported that the original firmware was working on the modified tag reader. I still can understand that it's not an easy task, you could try contacting @adonno |
Hi, as mentioned by @marioschulz93 the solution was to dissolder the nfc and space it away from the ESP because it seems that on the sandwich model the NFC module is interfering the wifi connection in the moment a tag is on the reader. Spacing out was the only fix for me, dissoldering is a bit tricky on the prefactored board without the right tools as you could overheat and destroy the conductor tracks or components. maybe reach out to @adonno for help with the sandwich board. |
I am getting very regular, but inconsistent, disconnects from WIFI with a brand new reader. The disconnects are caused by scanning a tag.
Sometimes the action is received by home assistant - sometimes not, sometimes it disconnects (the majority of the time). It is quite slow when it does work - long pauses - compared to swiping a tag on the home assistant app.
I have tried different cables, different power etc. Tried changing physical placement etc.
The particular tags can work sometimes and not others.
The text was updated successfully, but these errors were encountered: