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

Two and more air gradient sensors seems to block each other #1

Open
Impatience71 opened this issue Feb 14, 2022 · 2 comments
Open

Two and more air gradient sensors seems to block each other #1

Impatience71 opened this issue Feb 14, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Impatience71
Copy link

Its more a question than an issue: when I run two of them, one of them stop sending mqtt messages. In the mqtt explorer I can see that for a short time they ran in parallel, but after some updates, one stop working. They have different IP addresses and different names. Would it be possible, that they block each other somehow ?
Thanks a lot for this great software !
Peter

@oparaskos
Copy link
Owner

There's probably a bug here, I've only been playing with one so far so i've not come across this myself. best guess is the chip id is not somewhere it should be or, less likely, there is a collision and happen to be the same (it's the 3 least-significant bytes of the mac address).

If you happen to find the issue feel free to raise a PR :)

@oparaskos oparaskos self-assigned this May 6, 2022
@oparaskos oparaskos added the bug Something isn't working label May 6, 2022
@oparaskos
Copy link
Owner

from looking at the code, and with no equipment to reproduce and test, the unique_id it sends should be unique (assuming no collisions). I wonder if the node name needs to be unique also.
You can try setting the 'device name' in the WiFi-config/settings page to see if that fixes your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants