differential pressure sensor SEN0343 and Home Assistant
FREDERIC.MONARD 2024-10-26 22:54:18 4182 Views3 Replies Hi,
I have reviewed the SEN0343 differential pressure sensor with interest for an HVAC control application. I would like to integrate it into Home Assistant via ESPHome and an ESP8266 or ESP32 module. Is this possible?
Thanks
If you are using ESP32, Supply the sensor with 5 V (VCC)
Connect GND to ESP32 ground
Connect Vout to one of the ADC pins (e.g., GPIO34, GPIO35, etc.)
ESP32 ADC input range is 0–3.3 V, so you must limit or scale the voltage.
ahsrab.rifat Is it possible, yes should you use a different sensor yes (XGZP6897D is natively supported). I have one running, you will need to add a custom component with your C++ code to pull data from the sensor. Took me several days to get it up and running.
JeremiahJeremiah Hi
I have a DFRobot SEN0343 sensor and I really want to connect it to Home Assistant. If I can count on your help, please let me know how you did it.


