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

Only found Apple devices #151

Open
sebyldino opened this issue Feb 22, 2022 · 6 comments
Open

Only found Apple devices #151

sebyldino opened this issue Feb 22, 2022 · 6 comments
Labels

Comments

@sebyldino
Copy link

sebyldino commented Feb 22, 2022

Hello,
I followed all step of the tutorial and the gateway works.
But i only see Apple devices (iPhone, iPad, Apple Watch) but not other devices.
I have a bluetooth tracker (Tile mate 2022) and i dont see it in the MQTT topics.

Is there a parameter must be modify for that will work?

Thank you

@shmuelzon
Copy link
Owner

Hey,

This application has separate handling for connectable devices and those that are just broadcasters (which I assume the Tile is).
For the latter, we need code to handle each type of device since parsing it's information isn't standard. If you can tell me what it publishes and how to extract the information, then I can try to add support for it.

Good day

@ozett
Copy link

ozett commented Mar 2, 2022

isnt there a standard to identify broadcasters?
i thought this identifies also broadcasters

image

i am interested to get RSSI from (broadcaster) tiles,
ESPresense/ESPresense#209 (comment)
so i follow here if a solution arises...

@ozett
Copy link

ozett commented Mar 2, 2022

does nrfconnect help to analyze advertisments from broadcasters?

image

@shmuelzon
Copy link
Owner

The ESP32 does receive the advertisement packets but it only sends on the MQTT bus those it knows how to parse. There's #12 which requested a generic broadcaster parser to just send the raw data on MQTT but that hasn't happened yet.

@ozett
Copy link

ozett commented Mar 2, 2022

i vote for #12 and a generic broadcaster.
thats my usecase 👍

@sebyldino
Copy link
Author

Hé,

Cette application a une gestion distincte pour les appareils connectables et ceux qui ne sont que des diffuseurs (ce que je suppose que Tile est). Pour ce dernier, nous avons besoin de code pour gérer chaque type de périphérique car l'analyse de ses informations n'est pas standard. Si vous pouvez me dire ce qu'il publie et comment extraire les informations, alors je peux essayer d'ajouter un support pour cela.

Bonne journée

Hello,

Tile send this message in MQTT:

{ "id":"E5:7B:12:24:GF:24", "mac_type":1, "rssi":-54, "servicedata":"03007b4322934c6ab9ab9" }

I found a solution with Open MQTT Gateway for my project. (https://docs.openmqttgateway.com/)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants