patrickcollins12 / esphome-fan-controller

ESPHome Fan Controller
363 stars 37 forks source link

Reading multiple tacho signals separate #15

Closed CzarofAK closed 1 year ago

CzarofAK commented 1 year ago

Have you ever tried to read multiple tacho signals to check individual fans RPMs?

hrast01 commented 1 year ago

I've been looking at a lot of these kind of projects, the way tach/sense is done would require a pin per fan. Not sure how to implement it here, as I'm just now getting my brain around the fundamentals...

DunklesKaltesNichts commented 1 year ago

Here is an example with 2 fans. https://github.com/patrickcollins12/esphome-fan-controller/issues/10#issuecomment-1403371213

patrickcollins12 commented 1 year ago

You're right @CzarofAK. Two fans need two separate pins for the tacho. I have not personally implemented the tacho so I didn't notice this error in the diagram.