What board for reading a reed switch pulses (even better two) + Zigbee connection?
Hello,
I need to read the pulses from a reed switch (connected to a water meter) and make them available to a software (an homeautomation one, like Home Assistant) via a network protocol such a Zigbee but I don't know what board should I get (I'm new in ESPHome).
As I have two water meters, if I could use a single board to read both meters (with distinct values) instead of using 2 boards it would be better.
My need:
- Read reed switch pulses
- Single board to read 2 meters
- Zigbee connectivity
My questions:
- Board model/size adapted for the use.
- Push or pull method: Should the board push values to Zigbee controller or should the board keep last value for Zigbee controller to read it.
I think I can code the logic but if one already exists I'll use it.
Thank you