Hi,
I have Hassio installed in Raspi 4, a wemos d1 8266 based wifi development board (ESP 12E WeMos D1 R3 CH340 CH340G WiFi Development Board Based ESP8266 Shield Smart Electronic PCB For Arduino Compatible IDE|Integrated Circuits| - AliExpress) and a pressure transducer transmitter (DC 5V 1/8NPT Pressure Transducer Transmitter Sensor Stainless Steel Oil Air Water 30/100/150/200/300/500 psi|Pressure Transmitters| - AliExpress).
The board is connected and is online wirelesly to hass, the sensor is connected throgh 2 resistors (100k & 220k) to A0 pin and GND.
And here my knowledge ends - I dont know how to add a sensor in configuration yaml. Tried to add sensor (or binary_sensor) with adc or esp8266 platform - the configuration validation says integration not found, tried with esphome platform - after restart cannot see the sensor.
‘’’
sensor:
- platform: esphome
pin: A0
name: “water”
update_interval: 60s
‘’’
Please help