No description
| resources | ||
| wifi | ||
| wire | ||
| configuration.yaml | ||
| README.md | ||
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.