leosac / access-control

Leosac Access Control - Open Source Physical Access Control System
https://leosac.com
GNU Affero General Public License v3.0
242 stars 40 forks source link

Multiple piface support #94

Closed xaqq closed 2 years ago

xaqq commented 7 years ago

Pinging @mojo3120

I received your board and added support for multiple piface device. See https://github.com/leosac/leosac/tree/multi-piface

I have an issue with reading interrupt state from the underlying devices. Assume I have a reader plugged in 0 and 1 of hardware device 1 and another one in 0 1 (or elsewhere, doesn't seem to matter) on hardware device 2.

Interrupts trigger correctly, but reading interrupt is incorrect. Whenever a reader reads a card, the code also detects interrupts from the other device. I need to investigate more.

Have you successfully manage to read interrupts from your device using some tools?

Maxhy commented 3 years ago

Ping @mojo3120 as this is likely not not be merged without his support. Thanks.

Maxhy commented 2 years ago

@xaqq was this still working properly with an unique PiFace and without the board from @mojo3120? If it is the case then it is fine to assume issue is on the board and we can merge as it is. Otherwise I will leave open.

Thanks.

Maxhy commented 2 years ago

It has already been merged.