-
Notifications
You must be signed in to change notification settings - Fork 0
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
Klipper SGP40 PR #4
Comments
I've ported the code from your PR to the https://github.com/thetic/klipper-sgp40/tree/upstream branch for testing. I am seeing the following error:
I believe this implementation is attempting to read the BME280's before they have been initialized. |
your current mod use the get_handle overwrite, which should not be in the merged version. it also doesnt need the temp from the bme280. it will fallback to 25deg per default. i think it is more a timing issue in klipper/i2c reading. |
Are you referring to: klipper-sgp40/src/klipper_sgp40/__init__.py Lines 134 to 155 in 0d14f9f
|
Currently their is an open PR for this sensor in Klipper with some questions:
I would be happy, when you support this, to get the Sensor merged in Mainline Klipper...
The text was updated successfully, but these errors were encountered: