02-07-2024, 06:05 PM
Can you please send me the settings in ESPHOME so that the analog input measures the full range of 0-5V? When I gradually increase the voltage, it always stops somewhere around 3.2V and after 5V the value does not change. I have an analog sensor with a range of 0.5-4.5V. Thanks.
Current setting:
- platform: adc
pin: GPIO35
name: "analog_input3"
attenuation: 11dB
update_interval: 5s
Current setting:
- platform: adc
pin: GPIO35
name: "analog_input3"
attenuation: 11dB
update_interval: 5s

