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

Fixed implementation for BME680 sensor #482

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

n8many
Copy link
Contributor

@n8many n8many commented Feb 23, 2022

Hello @vitormhenrique,

I also was having issues with this sensor mentioned in #462 and after some investigation, I found the root cause, a space in a filename in 'init.py'.

This also led me to find some improper exception handling as well as some data that was not being read from the sensor, and therefore not being returned.

The changes below should fix the BME680 as well as enable it as a source of Humidity information.

Thanks,
Nathan

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

Successfully merging this pull request may close these issues.

2 participants