No description
Find a file
2026-01-28 03:30:19 +00:00
resources Initial commit 2026-01-28 03:30:19 +00:00
wifi Initial commit 2026-01-28 03:30:19 +00:00
wire Initial commit 2026-01-28 03:30:19 +00:00
configuration.yaml Initial commit 2026-01-28 03:30:19 +00:00
README.md Initial commit 2026-01-28 03:30:19 +00:00

Serial Temperature Reader

Using the BME280 and SGP30 to pull air quality readings and print it to serial.

Installation

  • Clone the repository and then enter the ha_sensor folder
  • Compile and flash the program onto a pico.
  • Connect the sensors to the microcontroller's I2c pins
  • Append the configuration.yaml file onto the on in your Home Assistant installation
  • Allow Home Assistant to read the serial monitor output (Use either chmod (not permanent) or add user to the right group).
  • Check yaml is working in Home Assistant and restart it
  • Serial Integration should appear after restart.