Fixed implementation for BME680 sensor #482

Merged
n8many merged 1 commits from master into master 2022-02-23 03:13:04 +00:00
n8many commented 2022-02-23 02:51:23 +00:00 (Migrated from github.com)

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

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 in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#482