General Easy IoT

differential pressure sensor SEN0343 and Home Assistant

userHead FREDERIC.MONARD 2024-10-26 22:54:18 4263 Views5 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

2025-11-06 10:05:40

Interesting application for the SEN0343! Integrating it with ESPHome and an ESP8266/ESP32 for Home Assistant seems feasible. The ESPHome documentation on pressure sensors and custom components could be helpful. Perhaps consider signal conditioning if necessary. Don't forget to check for drift over time – like mastering a ski hill in [url=https://snowridergame.io]Snow rider[/url] .

userHeadPic Kimberly.Miller
2025-11-03 02:06:19

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.

userHeadPic ahsrab.rifat
2024-10-30 21:25:55

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. 

userHeadPic JeremiahJeremiah
Endemit wrote:

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.
 

2025-11-03 01:42:37
ahsrab.rifat wrote:

I am not sure but you may get some clues from here https://github.com/gcormier/esphome-pressure

2025-11-04 00:04:04
2 Replies