Hi everyone,
I would like to show the airgradient values on my e-Paper display, which is going to be connected to my ESP32 board with ESPHome. Is there a way to retrieve the measurements of my outdoor airgradient sensor into the ESPHome *.yaml code?
Setup:
- Home Assistant up and running on Raspberry Pi 5 8GB.
- Berrybase ESP32 board connected and running
- BME680 sensor connected to ESP32 board and running for internal measurements
- 7.3" 7-color e-Paper display (not running and not yet connected)
Plan: I would like to show outside and inside sensor values on my e-Paper display via ESPHome (Berrybase ESP32 board). See actual fritzing sketch in the attachment.
Status: The airgradient measurements are showing on my Home Assistant dashboard. I also got the BME680 working and showing all its values on the Home Assistant Dashboard as well.
Problem 1: I’m having problems how to retrieve the values from the Airgradient outdoor device and integrate them into the ESPHome builder. I need to do this, to my understanding, so I’ll be able to show them on the e-Paper display.
Can somebody help me with this? I couldn’t find any documentation about the Airgradient integration into ESPHome over WiFi, or I’m misunderstanding something here.