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

In case of multiple sensors attached for a type, collected data is overwritten by the last probed one. #14

Closed
BabyCakes13 opened this issue Aug 6, 2020 · 1 comment · Fixed by #23
Assignees
Labels
bug Something isn't working

Comments

@BabyCakes13
Copy link
Member

When a sensor type has multiple sensors, it actually overwrites the last value rather than having different values for different sensors. Example: if both bme260 and bme680 are active, only the data from the last probed sensor will be collected, overwriting the one from bme260.

@BabyCakes13 BabyCakes13 added the bug Something isn't working label Aug 6, 2020
@BabyCakes13
Copy link
Member Author

Fix in #23. After restructuring this part of the project, this bug no longer exists.

@BabyCakes13 BabyCakes13 linked a pull request Aug 18, 2020 that will close this issue
@BabyCakes13 BabyCakes13 self-assigned this Aug 18, 2020
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

Successfully merging a pull request may close this issue.

1 participant