10-10-2023, 01:28 AM
(10-10-2023, 12:07 AM)admin Wrote: yes, all can use for digital input.
Posting for information only so other users that want same kind of feature can use.
OK I use used PIN 14 (GPIO3), VCC (12v) and ground:
This is the relevant part of the ESPHome yaml:
sensor:
- platform: pulse_counter
pin:
number: 14
mode:
input: true
pullup: true
It all works as it should.