Open rcarmo opened 8 months ago
@rcarmo oh, that's interesting! You had too to fight with the BME680. I dind't write it in the README yet as I'll experiment more with it, but basically what I'm finding is that:
Thanks!
@rcarmo p.s. reading your repo and finding it highly instructive! Thanks for sharing.
We seem to be going down parallel paths towards simpler, more low-level gear, which is great - happy to provide some insight back. Regarding the BME680
, in my case the readings were offset even more because the Enviropi+ board I was using (in one of my attempts) had the Pi Zero CPU too close to it as well, so running more processes made the temperature reference fluctuate.
It’s been weird. I’ve since gotten - just yesterday, in fact - an IKEA VINDSTYRKA air quality sensor that uses a Sensirion part and intend to open it up and poke at it, but it works so well with zigbee2mqtt
and HomeKit that I am hesitant to do so just yet.
Give it a couple of weeks… In the meantime I will be hacking at ESP32s and RK3588 boards…
Just wanted to leave you with a couple of pointers. I have gone down the rabbit hole of trying to understand what Bosch did in their code a while back and kept this repo as a decent starting point for trying to understand it.
I have a Pico board and a spare
BME680
someplace around, so whenever I have the time I will try out your code.