-
This looks good - I already have some AirGradient PCBs and the sensors are on the way. I'm planning to add a TVOC sensor as well so hopefully won't mess that up. One question - am I right to assume that using ESPHome rather than the original arduino firmware means the screen won't function? Its not a big deal if not but if so I'd build it without. Thanks again! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The screen will work very well my fellow nerd! You can see that screen in action on my blog post about this build: You can see the code for the display here: I think it should even be possible to display any data from home assistant on that screen. Like your smartphone percentage or whatever you want. |
Beta Was this translation helpful? Give feedback.
-
Just one idea which comes to my mind: some years before I was also working with the BME680. Would do you agree that's worth a try to try out the BME680 in the air gradient? I know about the issue with the "not open" Bosch libraries. |
Beta Was this translation helpful? Give feedback.
The screen will work very well my fellow nerd!
You can see that screen in action on my blog post about this build:
Measuring Air Quality in your Home Office
You can see the code for the display here:
https://github.com/ajfriesen/ESPHome-AirGradient/blob/main/air-gradient.yaml#L44
I think it should even be possible to display any data from home assistant on that screen. Like your smartphone percentage or whatever you want.