I’m using ADC to detect if my generator is running.
I read 0.07500 when the generator is off (12v voltage divider) and 1.02600 when on. It works as expected, unless upon ESP32 bootup, the voltage is 1.02600, then ESPHome reads it as 0.07500 (off) until the voltage changes on my GPIO pin, (such as cycling the generator).
Also tried with raw: true and same behavior, sits at 0.0v
May I ask if you use the 12v input on the relay board?
I’m using the same board, and would like to monitor my 12v battery supply voltage. But i’m unsure if it is a 12v-3v stepdown, and if the variation on the 12v side will affect the 3v side.