CO2 Monitor - SCD30 with ESP8266

CO2 Monitor - SCD30 with ESP8266

thingiverse

Remix of: https://www.thingiverse.com/thing:4888691 Wanted something with more airflow for the CO2 sensor and also less cramped in case I wanted to add more sensors or outputs to the ESP8266. Also wanted to play around with the Fusion 360 voronoi community plugin and a design would print. I had larger holes initially, but then didn't print well since it has less material between the holes. Held in place with hot glue, didn't bother with hardware. Not the best print, but it works. Not using SCD30 temp or humidity since they've permanently bugged out after setting a negative temperature offset. Relying on another sensor in the room for that data. ESPHome Yaml: i2c: sda: 4 scl: 5 scan: true id: bus_a sensor: - platform: scd30 co2: name: "SCD30 CO2" accuracy_decimals: 1 id: c02 address: 0x61 update_interval: 5s automatic_self_calibration: true - platform: homeassistant id: temperature entity_id: sensor.bedroom_temperature internal: true - platform: homeassistant id: humidity entity_id: sensor.bedroom_humidity internal: true time: - platform: homeassistant id: esptime display: - platform: ssd1306_i2c model: "SSD1306 128x64" lambda: |- it.strftime(64, 0, id(small_font), TextAlign::TOP_CENTER, "Time: %H:%M", id(esptime).now()); it.printf(1, 50, id(normal_font), TextAlign::BASELINE_LEFT, "%.0fppm", id(c02).state); it.printf(127, 20, id(small_font), TextAlign::TOP_RIGHT , "%.1f°C", id(temperature).state); it.printf(127, 55, id(small_font), TextAlign::BASELINE_RIGHT , "%.1f%%", id(humidity).state); font: - file: "fonts/font.ttf" id: normal_font size: 25 - file: "fonts/font.ttf" id: small_font size: 17

Download Model from thingiverse

With this file you will be able to print CO2 Monitor - SCD30 with ESP8266 with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on CO2 Monitor - SCD30 with ESP8266.