munichmakerlab / doorlock

MIT License
6 stars 4 forks source link

Semi lock and unlock states. #4

Closed organom closed 8 years ago

organom commented 9 years ago

Added the semi lock and unlock states. Issue #3

But I'm still missing a way to enter and exit the SEMI mode. Should we do this by another button near the rasp board, or by a combination of keys on the keypad?

tiefpunkt commented 9 years ago

Nice start, but I'd like to have the timeout for locking the door again handled by the backend, not the frontend. That makes it easier to adjust stuff later on.

@peterfroehlich, how can we update the firmware of the frontend?

tiefpunkt commented 9 years ago

Oh, also, regarding the way to enter SEMI mode, i'd like to use a rotating switch on the backend panel.

organom commented 9 years ago

Agree with the button on the big box :D we can then hock the modes fastly into the right pins. About the backend timeout it makes sense, just did it in the front end because there was already code like that (I can make the change later today) :P

Please feel free to add the code to the rotating switch to branch so that then we can merge the pull request with the entire functionality working :)

PS: Also, we have to test it before the merging, heheheh

tiefpunkt commented 9 years ago

here we go, maybe I can test it later