Open dima-fedotovs opened 1 year ago
How to read battery status/voltage? I'm using ESPHome config:
sensor: - platform: adc id: battery_level pin: 2
And this sensor always shows the same value of 0.961 until it is switched off because empty battery. Is it possible to measure the voltage on pin 2?
Not sure about ESPHome but with my c code on pin 2 i can read the battery voltage
How to read battery status/voltage? I'm using ESPHome config:
And this sensor always shows the same value of 0.961 until it is switched off because empty battery. Is it possible to measure the voltage on pin 2?