Esphome example for the uart based GY-906 optical temperature sensor.
I created this as I could not find an example anywhere. I used other UART and sensor examples to form the esphome basics... The implementation to read the GY-906 is very basic, and my own derivatives. IT works reliably
- Copy the GY-906.h file to your config/esphome folder. You can do this in many ways. SAMBA share being one method.
- Create a new entitiy in ESP home, and modify/replace the yaml file with the example fireplace_temp.yaml from this repo.
- Modify the neccesary sections to match your environment.
Enjoy.