Not being a power user I did strike a similar issue.
With the esp8266 nodemcu you need to define the pins you are using to be acceptable to the i2c.
I can’t tell you how as I quickly moved on from 8266 devices to the more powerful and widely accepted esp32 devices.
Most of my deicsion to go this way was guided by the guy with swiss accent. check him out - bit of an esp guru
Since there is very little information for setting up this specific sensors, and I haven’t found any that includes both wiring and yaml setup, I used this solution here for wiring. Since the original user confirmed that it works for him, I have no particular reason to doubt it either, but if someone has experience, you can review it. Useing a pressure sensor in combination with ESP D1 mini /ads1115/level converter
my yaml which should be adapted to this wiring is here but obviously, something must be wrong
Hello @catdogmaus I have ADS1115 set up with 8286 and all working fine. I would suggest check with multimeter you have correct supply to ADS1115 Vin. And switch around D1 and D2 wires after you have confirmed you have correct power. I have used different pins because I was short on pin space. Let me know how your error hunting goes.
The level shifters are digital (on or off). So they won’t work with a device that puts out an analog voltage based on pressure. A simple resistor network will step down the voltage without loss of resolution…