-
Notifications
You must be signed in to change notification settings - Fork 203
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
Adafruit BME680 Temperature sensor not connecting to Enclosure Plugin #462
Comments
If I select logging, this is what I found in the octoprint log: 2022-01-09 10:46:24,700 - octoprint.plugins.enclosure - WARNING - An exception of type ValueError occurred on log_error. Arguments: |
octoprint-systeminfo-20220109120332.zip |
Hi, I think I have this fixed in #482. Can you test to make sure the changes in that pull request resolve this for you? Thanks |
I have a Raspberry Pi 4 wired up to an Adafruit BME680 board over the 4 cable quick connector, connected like this
But I am not able to get it to work with the Enclosure plugin. I believe I would set the Enclosure plugin for GPIO 2 or 3 but any time I change it from 4 I am not able to run: i2cdetect -y 1 without it taking forever or failing.
I believe the BME680.py script runs correctly, and this is with GPIO set to 4, I can run i2cdetect and it quickly returns 0x77.
Any help would be great, I would love to be able to see the Temp and Humidity in my Enclosure and on my Plotty graph.
The text was updated successfully, but these errors were encountered: