Create bme680.py #253
Reference in New Issue
Block a user
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
additional bme680
this are my changes to implement the bme680 used to read Temperature and Humidity. It can also read the Air Quality, but this feature I have still in development, and the for the integration with your plugin, I may need your help since I need to introduce the air quality and the possibility to command filtering system from Octoprint Enclosure
Is this PR still workable? I'd like to see the 680 implemented and I'd hate to redo work that's already been done.
It’s barely few lines of code to add new sensors, and if you see my latest comments i’m re writing the entire plugin on the python3 branch, making any change and PR here really worth merging, testing and releasing....
i’ll add the bme680 on the new version, but no ETA on anything....
Good to know. I'm happy to help out on the implemention side; it would be great to expose pressure and IAQ in the GUI for the sensors that support it.
@@ -0,0 +15,4 @@# change the balance between accuracy and noise in# the data.hum_weighting = float(0.25) # so hum effect is 25% of the total air quality scoreWhy do you use
float(0.25)as opposed to just0.25? Python will recognise a decimal as a float I think.You can use
40.0forhum_referencetoo, to make sure it is cast as a float.Would you mind fixing the conflicts?
I'm fixing some issues here and would like to get all PR's on master
this can be closed (#441 was merged instead).
Closed as it was included on another merge
Pull request closed